Go to the source code of this file.
Functions | |
void | FC_UpperLimits (double x, double &plow, double &pup) |
TMatrixD | jacobian (TVectorD(*f)(TVectorD, string), TVectorD x, TVectorD dx, string stringtype) |
void | poisson_uncertainty (double x, double &plow, double &pup) |
TMatrixD | propagate_covariance (TVectorD(*f)(TVectorD, string), TVectorD x, TMatrixD xcov, string stringtype) |
void FC_UpperLimits | ( | double | x, |
double & | plow, | ||
double & | pup | ||
) |
TMatrixD jacobian | ( | TVectorD(*)(TVectorD, string) | f, |
TVectorD | x, | ||
TVectorD | dx, | ||
string | stringtype | ||
) |
Definition at line 23 of file PRD2020/Statistics.hh.
void poisson_uncertainty | ( | double | x, |
double & | plow, | ||
double & | pup | ||
) |
Definition at line 1 of file PRD2020/Statistics.hh.
TMatrixD propagate_covariance | ( | TVectorD(*)(TVectorD, string) | f, |
TVectorD | x, | ||
TMatrixD | xcov, | ||
string | stringtype | ||
) |
Definition at line 60 of file PRD2020/Statistics.hh.
References jacobian(), and sqrt().