cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Fitting Routines (Sinus)
Fitting Routines (Sinus)
Feb 5, 2014 at 7:41am UTC
Sentinel
(13)
Does anyone have data fitting routines?
I want to fit datapoints with a sinus or with a linear fit.
Thanks for help.
Feb 5, 2014 at 8:39am UTC
keskiverto
(10402)
R?
http://stat.ethz.ch/R-manual/R-devel/library/stats/html/lsfit.html
Feb 5, 2014 at 10:36am UTC
Sentinel
(13)
I would like to have the fitting routines in c++ or c code.
Feb 5, 2014 at 3:48pm UTC
keskiverto
(10402)
GSL?
http://en.wikipedia.org/wiki/Curve_fitting#Software
Numerical Recipes?
http://www.nr.com/
Topic archived. No new replies allowed.