ROOT logo
ROOT » ROOFIT » ROOSTATS » RooStats::MaxLikelihoodEstimateTestStat

class RooStats::MaxLikelihoodEstimateTestStat: public RooStats::TestStatistic


MaxLikelihoodEstimateTestStat: TestStatistic that returns maximum likelihood estimate of a specified parameter.



Function Members (Methods)

Data Members

private:
TStringfMinimizer
RooRealVar*fParameter
RooAbsPdf*fPdf
Int_tfPrintLevel
Int_tfStrategy
boolfUpperLimit

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

MaxLikelihoodEstimateTestStat()
MaxLikelihoodEstimateTestStat(RooAbsPdf& pdf, RooRealVar& parameter)
Double_t Evaluate(RooAbsData& data, RooArgSet& )
const TString GetVarName() const
void PValueIsRightTail(bool isright)
{ fUpperLimit = isright; }
bool PValueIsRightTail(void)
{ return fUpperLimit; }