Declarations of statistical utilities.
More...
Go to the source code of this file.
|
double | Gambit::Stats::gaussian_loglikelihood (double theory, double obs, double theoryerr, double obserr, bool profile_systematics) |
| Use a detection to compute a simple chi-square-like log likelihood, for the case when obs is Gaussian distributed. More...
|
|
double | Gambit::Stats::lognormal_loglikelihood (double theory, double obs, double theoryerr, double obserr, bool profile_systematics) |
| Use a detection to compute a simple chi-square-like log likelihood, for the case when obs is log-normal distributed. More...
|
|
double | Gambit::Stats::lognormal_loglikelihood_relerror (double theory, double obs, double reltheoryerr, double relobserr, bool profile_systematics) |
| Use a detection to compute a simple chi-square-like log likelihood, for the case when obs is log-normal distributed. More...
|
|
double | Gambit::Stats::gaussian_upper_limit (double theory, double obs, double theoryerr, double obserr, bool profile_systematics) |
| Use a detection to compute a gaussian log-likelihood for an upper limit. More...
|
|
double | Gambit::Stats::gaussian_lower_limit (double theory, double obs, double theoryerr, double obserr, bool profile_systematics) |
| Use a detection to compute a gaussian log-likelihood for a lower limit. More...
|
|
Declarations of statistical utilities.
Authors (add name and date if you modify):
- Author
- Pat Scott (p.sco.nosp@m.tt@i.nosp@m.mperi.nosp@m.al.a.nosp@m.c.uk)
- Date
- 2015 Aug
Definition in file statistics.hpp.