#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.
Definition at line 45 of file itkGaussianGoodnessOfFitComponent.h.
|
Typedefs from Superclass Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 69 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 53 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 88 of file itkGaussianGoodnessOfFitComponent.h. |
|
Definition at line 82 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the mean of the distribution Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 71 of file itkGaussianGoodnessOfFitComponent.h. |
|
Typedefs from the TInputSample Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 65 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 66 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the array of component parameters Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 75 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 52 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 80 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 74 of file itkGaussianGoodnessOfFitComponent.h. |
|
Default projection axis calculator type Definition at line 93 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of the radius of the hyperspherical neighborhood sampling Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 70 of file itkGaussianGoodnessOfFitComponent.h. |
|
Resample() output type Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 73 of file itkGaussianGoodnessOfFitComponent.h. |
|
Standard class typedefs Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 50 of file itkGaussianGoodnessOfFitComponent.h. |
|
Type of standard deviation of the distribution Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 72 of file itkGaussianGoodnessOfFitComponent.h. |
|
Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 51 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 >.
|
|
Run-time type information (and related methods). Reimplemented from 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 >.
|
|
Gets the size of parameters which consists of mean and standard deviation Implements itk::Statistics::GoodnessOfFitComponentBase< TInputSample >. Definition at line 97 of file itkGaussianGoodnessOfFitComponent.h. References itkGetStaticConstMacro. |
|
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 >.
|
|
Typedefs from input sample Reimplemented from 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 >.
|
|
Sets the component distribution parameters Reimplemented from itk::Statistics::GoodnessOfFitComponentBase< TInputSample >.
|