Go to the source code of this file.
Functions | |
| 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) |
| TMatrixD jacobian | ( | TVectorD(*)(TVectorD, string) | f, |
| TVectorD | x, | ||
| TVectorD | dx, | ||
| string | stringtype | ||
| ) |
Definition at line 10 of file ICRC2019/Statistics.hh.
| void poisson_uncertainty | ( | double | x, |
| double & | plow, | ||
| double & | pup | ||
| ) |
Definition at line 1 of file ICRC2019/Statistics.hh.
| TMatrixD propagate_covariance | ( | TVectorD(*)(TVectorD, string) | f, |
| TVectorD | x, | ||
| TMatrixD | xcov, | ||
| string | stringtype | ||
| ) |
Definition at line 46 of file ICRC2019/Statistics.hh.
References jacobian(), and sqrt().