RooArgSet* | fAltPOI | |
RooStats::ProfileLikelihoodTestStat | fAltProfile | |
RooArgSet* | fDetailedOutput | |
bool | fDetailedOutputEnabled | |
RooStats::ProfileLikelihoodTestStat | fNullProfile | |
Bool_t | fSubtractMLE | |
static Bool_t | fgAlwaysReuseNll |
Inheritance Chart: | |||||||||
|
Calculates the ratio of profiled likelihoods.
returns -logL(poi, conditional MLE of nuisance params) it does not subtract off the global MLE because nuisance parameters of null and alternate may not be the same.
evaluate the ratio of profile likelihood
set the conditional observables which will be used when creating the NLL so the pdf's will not be normalized on the conditional observables when computing the NLL
Returns detailed output. The value returned by this function is updated after each call to Evaluate(). The returned RooArgSet contains the following for the alternative and null hypotheses: <ul> <li> the minimum nll, fitstatus and convergence quality for each fit </li> <li> for each fit and for each non-constant parameter, the value, error and pull of the parameter are stored </li> </ul>
const bool PValueIsRightTail(void) { return false; } // overwrites default
{fSubtractMLE = subtract;}