#include <itkLogLikelihoodGoodnessOfFitFunction.h>
Inheritance diagram for itk::Statistics::LogLikelihoodGoodnessOfFitFunction< TInputHistogram >:
Public Types | |
typedef LogLikelihoodGoodnessOfFitFunction | Self |
typedef GoodnessOfFitFunctionBase< TInputHistogram > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputHistogram::MeasurementType | MeasurementType |
typedef TInputHistogram::MeasurementVectorType | MeasurementVectorType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TInputHistogram::MeasurementVectorSize) | |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
LogLikelihoodGoodnessOfFitFunction () | |
virtual | ~LogLikelihoodGoodnessOfFitFunction () |
virtual void | GenerateData () |
This function needs an expected histogram in addition to the observed histogram.
The statistics is
where is the observed frequency of the th bin, and is the expected frequency.
Definition at line 42 of file itkLogLikelihoodGoodnessOfFitFunction.h.
|
Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. Definition at line 50 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. Definition at line 62 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. Definition at line 63 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. Definition at line 49 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. Definition at line 47 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. Definition at line 48 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
|
|
Definition at line 67 of file itkLogLikelihoodGoodnessOfFitFunction.h. |
|
calculates the loglikelihood ratio statistics Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. |
|
typedefs from InputHistogram Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. |
|
Method for creation through the object factory. Reimplemented from itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >. |