MinNLLTestStat is an implementation of the TestStatistic interface that calculates the minimum value of the negative log likelihood function and returns it as a test statistic. Internaly it operates by delegating to a MinNLLTestStat object.
RooStats::ProfileLikelihoodTestStat* | fProflts |
Main interface to evaluate the test statistic on a dataset
Returns detailed output. The value returned by this function is updated after each call to Evaluate(). The returned RooArgSet contains the following: <ul> <li> the minimum nll, fitstatus and convergence quality for each fit </li> <li> for all non-constant parameters their value, error and pull </li> </ul>