Public Member Functions | |
| Beta_interval_length (Double_t level, Double_t alpha, Double_t beta) | |
| Double_t | LowerMax () |
| Double_t | operator() (double lower) const |
Public Attributes | |
| Double_t | fCL |
| Double_t | fAlpha |
| Double_t | fBeta |
Definition at line 1246 of file TEfficiency.cxx.
| Beta_interval_length::Beta_interval_length | ( | Double_t | level, | |
| Double_t | alpha, | |||
| Double_t | beta | |||
| ) | [inline] |
Definition at line 1247 of file TEfficiency.cxx.
| Double_t Beta_interval_length::LowerMax | ( | ) | [inline] |
Definition at line 1251 of file TEfficiency.cxx.
References ROOT::Math::beta_quantile_c(), fAlpha, fBeta, and fCL.
Referenced by TEfficiency::BetaShortestInterval().
Definition at line 1256 of file TEfficiency.cxx.
References ROOT::Math::beta_cdf(), ROOT::Math::beta_quantile(), fAlpha, fBeta, and fCL.
1.5.1