Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Curve Fitting by Points with Polynomial Regression
QtWS25 Last Chance

Curve Fitting by Points with Polynomial Regression

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 335 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Start14
    wrote on last edited by
    #1

    Hello, good afternoon, I would like to know how I can make a graph through a list of points by polynomial regression. I know that the values have to be calculated through a matrix, but I do not know how to enter them into Qt?
    so that each list of data that I enter calculates the polynomial and fits a curve to the points.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      Nothing in Qt will do polynomial regression for you. For that you need a suitable library (maybe Eigen, or maybe something else already in your project) or to write your own code.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved