StatFunction< Func, FuncQ, NPAR, NPARQ > Class Template Reference

Inheritance diagram for StatFunction< Func, FuncQ, NPAR, NPARQ >:

ROOT::Math::IParametricFunctionOneDim ROOT::Math::IParametricFunctionOneDim ROOT::Math::IBaseParam ROOT::Math::IBaseFunctionOneDim ROOT::Math::IBaseParam ROOT::Math::IBaseFunctionOneDim ROOT::Math::IBaseParam ROOT::Math::IBaseFunctionOneDim ROOT::Math::IBaseParam ROOT::Math::IBaseFunctionOneDim List of all members.

Public Member Functions

 StatFunction (Func pdf, Func cdf, FuncQ quant)
unsigned int NPar () const
const doubleParameters () const
ROOT::Math::IGenFunctionClone () const
void SetParameters (const double *p)
void SetParameters (double p0)
void SetParameters (double p0, double p1)
void SetParameters (double p0, double p1, double p2)
double Cdf (double x) const
double Quantile (double x) const
int Test (double x1, double x2, double xl=1, double xu=0, bool cumul=false)
void ScaleTol1 (double s)
void ScaleTol2 (double s)
 StatFunction (Func &pdf, Func &cdf, Func &quant, double x1=-INF, double x2=INF)
unsigned int NPar () const
const doubleParameters () const
ROOT::Math::IGenFunctionClone () const
void SetParameters (const double *p)
void SetParameters (double p0, double p1)
void SetTestRange (double x1, double x2)
void SetNTest (int n)
void SetStartRoot (double x)
double Pdf (double x) const
double Cdf (double x) const
double Quantile (double x) const
int TestIntegral (IntegrationOneDim::Type algotype)
int TestDerivative ()
int TestInverse1 (RootFinder::EType algotype)
int TestInverse2 (RootFinder::EType algotype)
void SetScaleIg (double s)
void SetScaleDer (double s)
void SetScaleInv (double s)

Static Public Member Functions

static void SetNTest (int n)

Private Member Functions

double DoEvalPar (double x, const double *) const
double DoEvalPar (double x, const double *) const

Private Attributes

Func fPdf
Func fCdf
FuncQ fQuant
double fParams [NPAR]
double fScale1
double fScale2
FuncfPdf
FuncfCdf
FuncfQuant
double fScaleIg
double fScaleDer
double fScaleInv
int NFuncTest
double xmin
double xmax
double xlow
double xup
bool fHasLowRange
bool fHasUpRange
double fStartRoot

Detailed Description

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
class StatFunction< Func, FuncQ, NPAR, NPARQ >

Definition at line 195 of file stressMathCore.cxx.


Constructor & Destructor Documentation

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction ( Func  pdf,
Func  cdf,
FuncQ  quant 
) [inline]

Definition at line 199 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale1, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale2, i, and NPAR.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::Clone().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction ( Func pdf,
Func cdf,
Func quant,
double  x1 = -INF,
double  x2 = INF 
) [inline]

Definition at line 148 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasLowRange, StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasUpRange, StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleDer, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleIg, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleInv, i, INF, StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest, NPAR, StatFunction< Func, FuncQ, NPAR, NPARQ >::xlow, and StatFunction< Func, FuncQ, NPAR, NPARQ >::xup.


Member Function Documentation

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
unsigned int StatFunction< Func, FuncQ, NPAR, NPARQ >::NPar (  )  const [inline, virtual]

Return the number of Parameters

Implements ROOT::Math::IBaseParam.

Definition at line 207 of file stressMathCore.cxx.

References NPAR.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
const double* StatFunction< Func, FuncQ, NPAR, NPARQ >::Parameters (  )  const [inline, virtual]

Access the parameter values

Implements ROOT::Math::IBaseParam.

Definition at line 208 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
ROOT::Math::IGenFunction* StatFunction< Func, FuncQ, NPAR, NPARQ >::Clone (  )  const [inline, virtual]

Clone a function. Each derived class will implement his version of the provate DoClone method

Implements ROOT::Math::IBaseFunctionOneDim.

Definition at line 209 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fCdf, StatFunction< Func, FuncQ, NPAR, NPARQ >::fPdf, StatFunction< Func, FuncQ, NPAR, NPARQ >::fQuant, and StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters ( const double p  )  [inline, virtual]

Set the parameter values

Parameters:
p vector of doubles containing the parameter values.
to be defined: can user change number of params ? At the moment no.

Implements ROOT::Math::IBaseParam.

Definition at line 210 of file stressMathCore.cxx.

References copy(), StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, and NPAR.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters ( double  p0  )  [inline]

Definition at line 211 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters ( double  p0,
double  p1 
) [inline]

Definition at line 212 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters ( double  p0,
double  p1,
double  p2 
) [inline]

Definition at line 213 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
static void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetNTest ( int  n  )  [inline, static]

Definition at line 214 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf ( double  x  )  const [inline]

Definition at line 216 of file stressMathCore.cxx.

References Evaluator< Func, NPAR >::F(), StatFunction< Func, FuncQ, NPAR, NPARQ >::fCdf, and StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

Referenced by InvFunc::operator()(), StatFunction< Func, FuncQ, NPAR, NPARQ >::Test(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile ( double  x  )  const [inline]

Definition at line 219 of file stressMathCore.cxx.

References Evaluator< Func, NPAR >::F(), StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fQuant, and NPAR.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::Test(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse1(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse2().

template<class F1, class F2, int N1, int N2>
int StatFunction< F1, F2, N1, N2 >::Test ( double  x1,
double  x2,
double  xl = 1,
double  xu = 0,
bool  cumul = false 
)

Definition at line 252 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf(), compare(), E, StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale1, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale2, i, ROOT::Math::IntegratorOneDim::Integral(), ROOT::Math::IntegratorOneDim::IntegralLow(), ROOT::Math::IntegratorOneDim::IntegralUp(), j, StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest, PrintStatus(), StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile(), ROOT::Math::IntegratorOneDim::SetFunction(), v1, x1, and x2.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::ScaleTol1 ( double  s  )  [inline]

Definition at line 229 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale1.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::ScaleTol2 ( double  s  )  [inline]

Definition at line 230 of file stressMathCore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale2.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::DoEvalPar ( double  x,
const double  
) const [inline, private, virtual]

Implementation of the evaluation function using the x value and the parameters. Must be implemented by derived classes

Implements ROOT::Math::IParametricFunctionOneDim.

Definition at line 236 of file stressMathCore.cxx.

References Evaluator< Func, NPAR >::F(), StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, and StatFunction< Func, FuncQ, NPAR, NPARQ >::fPdf.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
unsigned int StatFunction< Func, FuncQ, NPAR, NPARQ >::NPar (  )  const [inline, virtual]

Return the number of Parameters

Implements ROOT::Math::IBaseParam.

Definition at line 166 of file stressMathMore.cxx.

References NPAR.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
const double* StatFunction< Func, FuncQ, NPAR, NPARQ >::Parameters (  )  const [inline, virtual]

Access the parameter values

Implements ROOT::Math::IBaseParam.

Definition at line 167 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
ROOT::Math::IGenFunction* StatFunction< Func, FuncQ, NPAR, NPARQ >::Clone (  )  const [inline, virtual]

Clone a function. Each derived class will implement his version of the provate DoClone method

Implements ROOT::Math::IBaseFunctionOneDim.

Definition at line 168 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fCdf, StatFunction< Func, FuncQ, NPAR, NPARQ >::fPdf, StatFunction< Func, FuncQ, NPAR, NPARQ >::fQuant, and StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters ( const double p  )  [inline, virtual]

Set the parameter values

Parameters:
p vector of doubles containing the parameter values.
to be defined: can user change number of params ? At the moment no.

Implements ROOT::Math::IBaseParam.

Definition at line 170 of file stressMathMore.cxx.

References copy(), StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, and NPAR.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters ( double  p0,
double  p1 
) [inline]

Definition at line 172 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetTestRange ( double  x1,
double  x2 
) [inline]

Definition at line 174 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::xmax, and StatFunction< Func, FuncQ, NPAR, NPARQ >::xmin.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetNTest ( int  n  )  [inline]

Definition at line 175 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetStartRoot ( double  x  )  [inline]

Definition at line 176 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fStartRoot.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::Pdf ( double  x  )  const [inline]

Definition at line 179 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf ( double  x  )  const [inline]

Definition at line 183 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fCdf, and StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile ( double  x  )  const [inline]

Definition at line 187 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, and StatFunction< Func, FuncQ, NPAR, NPARQ >::fQuant.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
int StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral ( IntegrationOneDim::Type  algotype  ) 

Definition at line 240 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf(), compare(), debug, E, RootCsg::epsilon, ROOT::Math::IntegratorOneDim::Error(), StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasLowRange, StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleIg, i, ROOT::Math::IntegratorOneDim::Integral(), ROOT::Math::IntegratorOneDim::IntegralLow(), j, max, StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest, NPAR, ROOT::Math::IntegratorOneDim::SetFunction(), ROOT::Math::IntegratorOneDim::Status(), v1, StatFunction< Func, FuncQ, NPAR, NPARQ >::xlow, StatFunction< Func, FuncQ, NPAR, NPARQ >::xmax, and StatFunction< Func, FuncQ, NPAR, NPARQ >::xmin.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
int StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative (  ) 

Definition at line 284 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf(), compare(), d, debug, RootCsg::epsilon, StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasLowRange, StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasUpRange, StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleDer, func(), i, j, max, StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest, NPAR, StatFunction< Func, FuncQ, NPAR, NPARQ >::Pdf(), v1, StatFunction< Func, FuncQ, NPAR, NPARQ >::xlow, StatFunction< Func, FuncQ, NPAR, NPARQ >::xmax, StatFunction< Func, FuncQ, NPAR, NPARQ >::xmin, and StatFunction< Func, FuncQ, NPAR, NPARQ >::xup.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
int StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse1 ( RootFinder::EType  algotype  ) 

Definition at line 338 of file stressMathMore.cxx.

References compare(), debug, StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleInv, func(), i, ROOT::Math::RootFinder::Iterations(), j, StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest, NPAR, StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile(), ROOT::Math::RootFinder::Root(), ROOT::Math::RootFinder::SetFunction(), ROOT::Math::RootFinder::Solve(), v1, x1, and x2.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
int StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse2 ( RootFinder::EType  algotype  ) 

Definition at line 382 of file stressMathMore.cxx.

References compare(), debug, StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleInv, StatFunction< Func, FuncQ, NPAR, NPARQ >::fStartRoot, func(), i, ROOT::Math::RootFinder::Iterations(), j, StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest, NPAR, StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile(), ROOT::Math::RootFinder::Root(), ROOT::Math::RootFinder::SetFunction(), ROOT::Math::RootFinder::Solve(), v1, x1, and x2.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetScaleIg ( double  s  )  [inline]

Definition at line 205 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleIg.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetScaleDer ( double  s  )  [inline]

Definition at line 206 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleDer.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
void StatFunction< Func, FuncQ, NPAR, NPARQ >::SetScaleInv ( double  s  )  [inline]

Definition at line 207 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleInv.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::DoEvalPar ( double  x,
const double  
) const [inline, private, virtual]

Implementation of the evaluation function using the x value and the parameters. Must be implemented by derived classes

Implements ROOT::Math::IParametricFunctionOneDim.

Definition at line 213 of file stressMathMore.cxx.

References StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams, and StatFunction< Func, FuncQ, NPAR, NPARQ >::fPdf.


Member Data Documentation

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
Func StatFunction< Func, FuncQ, NPAR, NPARQ >::fPdf [private]

Definition at line 241 of file stressMathCore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::Clone(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::DoEvalPar().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
Func StatFunction< Func, FuncQ, NPAR, NPARQ >::fCdf [private]

Definition at line 242 of file stressMathCore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::Clone().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
FuncQ StatFunction< Func, FuncQ, NPAR, NPARQ >::fQuant [private]

Definition at line 243 of file stressMathCore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::Clone(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fParams [private]

Definition at line 244 of file stressMathCore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::Cdf(), StatFunction< Func, FuncQ, NPAR, NPARQ >::DoEvalPar(), StatFunction< Func, FuncQ, NPAR, NPARQ >::Parameters(), StatFunction< Func, FuncQ, NPAR, NPARQ >::Quantile(), StatFunction< Func, FuncQ, NPAR, NPARQ >::SetParameters(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), StatFunction< Func, FuncQ, NPAR, NPARQ >::Test(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse1(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse2().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale1 [private]

Definition at line 245 of file stressMathCore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::ScaleTol1(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::Test().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fScale2 [private]

Definition at line 246 of file stressMathCore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::ScaleTol2(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::Test().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
Func* StatFunction< Func, FuncQ, NPAR, NPARQ >::fPdf [private]

Definition at line 221 of file stressMathMore.cxx.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
Func* StatFunction< Func, FuncQ, NPAR, NPARQ >::fCdf [private]

Definition at line 222 of file stressMathMore.cxx.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
Func* StatFunction< Func, FuncQ, NPAR, NPARQ >::fQuant [private]

Definition at line 223 of file stressMathMore.cxx.

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleIg [private]

Definition at line 225 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetScaleIg(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleDer [private]

Definition at line 226 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetScaleDer(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fScaleInv [private]

Definition at line 227 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetScaleInv(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse1(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse2().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
int StatFunction< Func, FuncQ, NPAR, NPARQ >::NFuncTest [private]

Definition at line 228 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetNTest(), StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), StatFunction< Func, FuncQ, NPAR, NPARQ >::Test(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse1(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse2().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::xmin [private]

Definition at line 229 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetTestRange(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::xmax [private]

Definition at line 230 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetTestRange(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::xlow [private]

Definition at line 231 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::xup [private]

Definition at line 232 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
bool StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasLowRange [private]

Definition at line 233 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestIntegral().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
bool StatFunction< Func, FuncQ, NPAR, NPARQ >::fHasUpRange [private]

Definition at line 234 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::StatFunction(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestDerivative().

template<class Func, class FuncQ, int NPAR, int NPARQ = NPAR-1>
double StatFunction< Func, FuncQ, NPAR, NPARQ >::fStartRoot [private]

Definition at line 235 of file stressMathMore.cxx.

Referenced by StatFunction< Func, FuncQ, NPAR, NPARQ >::SetStartRoot(), and StatFunction< Func, FuncQ, NPAR, NPARQ >::TestInverse2().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:34:21 2011 for ROOT_528-00b_version by  doxygen 1.5.1