|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkChiSquareDistribution_h
19 #define itkChiSquareDistribution_h
23 #include "ITKStatisticsExport.h"
86 EvaluatePDF(
double x)
const override;
92 EvaluatePDF(
double x,
const ParametersType &)
const override;
102 EvaluateCDF(
double x)
const override;
108 EvaluateCDF(
double x,
const ParametersType &)
const override;
119 EvaluateInverseCDF(
double p)
const override;
126 EvaluateInverseCDF(
double p,
const ParametersType &)
const override;
132 EvaluateInverseCDF(
double p,
SizeValueType degreesOfFreedom)
const;
141 GetDegreesOfFreedom()
const;
152 GetMean()
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;
bool HasVariance() const override
Control indentation during Print() invocation.
Light weight base class for most itk classes.
bool HasMean() const override
ProbabilityDistribution class defines common interface for statistical distributions (pdfs,...
ChiSquareDistribution class defines the interface for a univariate Chi-Square distribution (pdfs,...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType GetNumberOfParameters() const override
unsigned long SizeValueType