![]() |
QMCPACK
|
Include dependency graph for Fitting.h:Go to the source code of this file.
Functions | |
| void | LinFitLU (Array< double, 1 > &y, Array< double, 1 > &sigma, Array< double, 2 > &F, Array< double, 1 > &a, Array< double, 1 > &errors) |
| LitFit performs a least-squares fit to data given in y with the errors given by sigma. More... | |
| void | LinFitSVD (Array< double, 1 > &y, Array< double, 1 > &sigma, Array< double, 2 > &F, Array< double, 1 > &a, Array< double, 1 > &error, double tolerance) |
| void LinFitLU | ( | Array< double, 1 > & | y, |
| Array< double, 1 > & | sigma, | ||
| Array< double, 2 > & | F, | ||
| Array< double, 1 > & | a, | ||
| Array< double, 1 > & | errors | ||
| ) |
LitFit performs a least-squares fit to data given in y with the errors given by sigma.
It performs a fit to a function of the form
.
.