#include <itkGaussianGoodnessOfFitComponent.h>
Inheritance diagram for itk::Statistics::GaussianGoodnessOfFitComponent< TInputSample >:
Among the GoodnessOfFitComponentBase's methods, this class provides implementations for the CalculateProjectionAxess, the GetCumulativeProbability (univariate CDF), and the GetProbabilityDensity (multivariate PDF)methods.
The CalculateProjectionAxes method creats an array of projection axes that are the eigen vectors generated from the weighted covariance matrix of the resampled sample using a spherical kernel.
Recent API changes: The static const macro to get the length of a measurement vector, MeasurementVectorSize
has been removed to allow the length of a measurement vector to be specified at run time. This is now obtained from the input sample.
Definition at line 51 of file itkGaussianGoodnessOfFitComponent.h.
|
Typedefs from Superclass Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 74 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 59 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the covariance calculator. the output of this calculator is a covariance matrix that is used as the input of the Projection calculator Definition at line 94 of file itkGaussianGoodnessOfFitComponent.h. |
|
Definition at line 88 of file itkGaussianGoodnessOfFitComponent.h. |
|
Default projection axis calculator type. Definition at line 97 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the mean of the distribution Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 76 of file itkGaussianGoodnessOfFitComponent.h. |
|
Typedefs from input sample Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 70 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 80 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 71 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the array of component parameters Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 81 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 58 of file itkGaussianGoodnessOfFitComponent.h. |
|
Weight function type. The density values are used as weights of each instance (measurement vector) for the Covariance calulator Definition at line 86 of file itkGaussianGoodnessOfFitComponent.h. |
|
projection axis array type. The type of output from CalculateProjectionAxis(). The number of projection axis are fixed equal to the number of components of a measurement vector. Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 79 of file itkGaussianGoodnessOfFitComponent.h. |
|
Definition at line 99 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the radius of the hyperspherical neighborhood sampling Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 75 of file itkGaussianGoodnessOfFitComponent.h. |
|
Resample() output type Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 78 of file itkGaussianGoodnessOfFitComponent.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 56 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of standard deviation of the distribution Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 77 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 57 of file itkGaussianGoodnessOfFitComponent.h. |
|
|
|
|
|
Calculates the base axes for projection Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Gets the center point for the neighborhood sampling Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Univariate (standard) cumulative probability function Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Gets the full distribution parameters which consists of mean vector and covariance matrix in a single array Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Gets the mean of the distributon Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Run-time type information (and related methods). Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Gets the size of parameters which consists of mean and standard deviation Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 103 of file itkGaussianGoodnessOfFitComponent.h. References itk::Statistics::GoodnessOfFitComponentBase< TInputSample >::GetMeasurementVectorSize(). |
|
Multivariate probability density function Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Gets the radius for the neighborhood sampling Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Gets the standard deviation of the distribution Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Prints all the parameters. Usually for debugging. Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Set the input sample Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |
|
Sets the component distribution parameters Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. |