User Tools

Site Tools


blog:least_squares_regression_of_parabola

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
blog:least_squares_regression_of_parabola [2017-07-17 14:17] brbblog:least_squares_regression_of_parabola [2017-07-17 14:18] (current) brb
Line 14: Line 14:
 ===== Direct calculation  ===== ===== Direct calculation  =====
  
-A C++ implementation was found on the cplusplus forum. I took this, built it into the gsl implementation (see above) to run both approaches side by side.+A C++ implementation was found on the cplusplus forum. I took this, built it into the gsl implementation (see above) to run both approaches side by side and tuned it for more performance.
  
-<code cpp>+<file cpp polifitgsl.cpp>
 /* /*
  * =====================================================================================  * =====================================================================================
Line 197: Line 197:
 } }
  
-</code>+</file>
  
  
blog/least_squares_regression_of_parabola.1500293840.txt.gz · Last modified: 2017-07-17 14:17 by brb