ROOT logo
+
class RooStats::MaxLikelihoodEstimateTestStat
-
library: libRooStats
#include "RooStats/MaxLikelihoodEstimateTestStat.h"
Display options:
Show inherited
Show non-public
ROOT » 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:
RooRealVar*fParameter
RooAbsPdf*fPdf
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; }