gambit is hosted by Hepforge, IPPP Durham
GAMBIT  v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
statistics.hpp File Reference

Declarations of statistical utilities. More...

Include dependency graph for statistics.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Gambit
 TODO: see if we can use this one:
 
 Gambit::Stats
 

Functions

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...
 

Detailed Description

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.