VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPCAStatisticsGnuR Class Reference

A class for multivariate principal component analysis using R to calculate p-values. More...

#include <vtkPCAStatisticsGnuR.h>

Inheritance diagram for vtkPCAStatisticsGnuR:
Inheritance graph
[legend]
Collaboration diagram for vtkPCAStatisticsGnuR:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPCAStatistics Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPCAStatisticsGnuRNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPCAStatisticsGnuRSafeDownCast (vtkObjectBase *o)
static vtkPCAStatisticsGnuRNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPCAStatisticsGnuR ()
 ~vtkPCAStatisticsGnuR ()
virtual vtkDoubleArrayCalculatePValues (vtkIdTypeArray *, vtkDoubleArray *)

Detailed Description

A class for multivariate principal component analysis using R to calculate p-values.

This class derives from the multi-correlative statistics algorithm and uses the covariance matrix and Cholesky decomposition computed by it. However, when it finalizes the statistics in learn operation, the PCA class computes the SVD of the covariance matrix in order to obtain its eigenvectors.

In the assess operation, the input data are

In the test operation, a Jarque-Bera-Srivastava test of n-d normality is performed.

Thanks:
Thanks to David Thompson, Philippe Pebay and Jackson Mayo from Sandia National Laboratories for implementing this class. Updated by Philippe Pebay, Kitware SAS 2012

Definition at line 55 of file vtkPCAStatisticsGnuR.h.


Member Typedef Documentation

Reimplemented from vtkPCAStatistics.

Definition at line 58 of file vtkPCAStatisticsGnuR.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkPCAStatisticsGnuR::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPCAStatistics.

virtual int vtkPCAStatisticsGnuR::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPCAStatistics.

Reimplemented from vtkPCAStatistics.

virtual vtkObjectBase* vtkPCAStatisticsGnuR::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPCAStatistics.

Reimplemented from vtkPCAStatistics.

virtual void vtkPCAStatisticsGnuR::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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 vtkPCAStatistics.

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPCAStatistics.

Calculate p-value. This will be overridden using the object factory with an R implementation if R is present.

Reimplemented from vtkPCAStatistics.


The documentation for this class was generated from the following file: