Definition at line 141 of file xRooFit.h.
|
static int | CompatFactor (const IncompatFunc &func, double mu_hat) |
|
static int | CompatFactor (int type, double mu, double mu_hat) |
|
static IncompatFunc | IncompatibilityFunction (const PLLType &type, double mu) |
|
static double | k (const IncompatFunc &compatRegions, double pValue, double poiVal, double poiPrimeVal, double sigma_mu=0, double mu_low=-std::numeric_limits< double >::infinity(), double mu_high=std::numeric_limits< double >::infinity()) |
|
static double | k (const PLLType &pllType, double pValue, double mu, double mu_prime, double sigma_mu=0, double mu_low=-std::numeric_limits< double >::infinity(), double mu_high=std::numeric_limits< double >::infinity()) |
|
static double | Phi_m (double mu, double mu_prime, double a, double sigma, const IncompatFunc &compatRegions) |
|
static double | PValue (const IncompatFunc &compatRegions, double k, double mu, double mu_prime, double sigma_mu=0, double mu_low=-std::numeric_limits< double >::infinity(), double mu_high=std::numeric_limits< double >::infinity()) |
|
static double | PValue (const PLLType &pllType, double k, double mu, double mu_prime, double sigma_mu=0, double mu_low=-std::numeric_limits< double >::infinity(), double mu_high=std::numeric_limits< double >::infinity()) |
|