Go to the source code of this file.
Functions | |
TMatrixD | jacobian (TVectorD(*f)(TVectorD, const modeltype), TVectorD x, TVectorD dx, const modeltype mtype) |
void | poisson_uncertainty (double x, double &plow, double &pup) |
TMatrixD | propagate_covariance (TVectorD(*f)(TVectorD, const modeltype), TVectorD x, TMatrixD xcov, const modeltype mtype) |
TMatrixD jacobian | ( | TVectorD(*)(TVectorD, const modeltype) | f, |
TVectorD | x, | ||
TVectorD | dx, | ||
const modeltype | mtype | ||
) |
Definition at line 10 of file Statistics.icc.
Referenced by LDFFinderKG::LDFFinder::FitCurvature(), ScattCherFunctor::operator()(), FluorescenceFunctor::operator()(), and propagate_covariance().
void poisson_uncertainty | ( | double | x, |
double & | plow, | ||
double & | pup | ||
) |
Definition at line 1 of file Statistics.icc.
Referenced by main().
TMatrixD propagate_covariance | ( | TVectorD(*)(TVectorD, const modeltype) | f, |
TVectorD | x, | ||
TMatrixD | xcov, | ||
const modeltype | mtype | ||
) |
Definition at line 50 of file Statistics.icc.
References jacobian(), and sqrt().
Referenced by MinuitMinimization().