#include <vector>
Go to the source code of this file.
Classes | |
class | LinearFit |
Functions | |
template<typename T > | |
void | linearFit (T const *__restrict__ x, T const *__restrict__ y, int ndat, T const *__restrict__ sigy2, T &slope, T &intercept, T &covss, T &covii, T &covsi) |
void linearFit | ( | T const *__restrict__ | x, |
T const *__restrict__ | y, | ||
int | ndat, | ||
T const *__restrict__ | sigy2, | ||
T & | slope, | ||
T & | intercept, | ||
T & | covss, | ||
T & | covii, | ||
T & | covsi | ||
) |
Definition at line 26 of file LinearFit.h.
References diffTwoXMLs::g1, diffTwoXMLs::g2, and i.
Referenced by RZLine::fit().