#include <FitResult.h>
Public Attributes | |
double | chi2 |
Matrix2d | cov |
Vector2d | par |
(cotan(theta),Zip) More... | |
Definition at line 38 of file FitResult.h.
double riemannFit::LineFit::chi2 |
Definition at line 45 of file FitResult.h.
Referenced by brokenline::lineFit().
Matrix2d riemannFit::LineFit::cov |
|cov(c_t,c_t)|cov(Zip,c_t)|
|cov(c_t,Zip)|cov(Zip,Zip)|
Definition at line 40 of file FitResult.h.
Referenced by brokenline::lineFit().
Vector2d riemannFit::LineFit::par |