|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkTDistribution_h
19 #define itkTDistribution_h
23 #include "ITKStatisticsExport.h"
87 EvaluatePDF(
double x)
const override;
93 EvaluatePDF(
double x,
const ParametersType &)
const override;
103 EvaluateCDF(
double x)
const override;
109 EvaluateCDF(
double x,
const ParametersType &)
const override;
120 EvaluateInverseCDF(
double p)
const override;
127 EvaluateInverseCDF(
double p,
const ParametersType &)
const override;
133 EvaluateInverseCDF(
double p,
SizeValueType degreesOfFreedom)
const;
142 GetDegreesOfFreedom()
const;
153 GetMean()
const override;
158 HasVariance()
const override;
163 GetVariance()
const override;
171 PDF(
double x,
const ParametersType &);
190 CDF(
double x,
const ParametersType &);
214 InverseCDF(
double p,
const ParametersType &);
234 PrintSelf(std::ostream & os,
Indent indent)
const override;
TDistribution class defines the interface for a univariate Student-t distribution (pdfs,...
Control indentation during Print() invocation.
SizeValueType GetNumberOfParameters() const override
Light weight base class for most itk classes.
ProbabilityDistribution class defines common interface for statistical distributions (pdfs,...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
bool HasMean() const override
unsigned long SizeValueType