Section: Visualization Toolkit Infovis Classes
.SECTION Thanks Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.
To create an instance of class vtkDescriptiveStatistics, simply invoke its constructor as follows
obj = vtkDescriptiveStatistics
obj
is an instance of the vtkDescriptiveStatistics class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkDescriptiveStatistics = obj.NewInstance ()
vtkDescriptiveStatistics = obj.SafeDownCast (vtkObject o)
obj.SetUnbiasedVariance (int )
- Set/get whether the unbiased estimator for the variance should be used, or if
the population variance will be calculated.
The default is that the unbiased estimator will be used.
int = obj.GetUnbiasedVariance ()
- Set/get whether the unbiased estimator for the variance should be used, or if
the population variance will be calculated.
The default is that the unbiased estimator will be used.
obj.UnbiasedVarianceOn ()
- Set/get whether the unbiased estimator for the variance should be used, or if
the population variance will be calculated.
The default is that the unbiased estimator will be used.
obj.UnbiasedVarianceOff ()
- Set/get whether the unbiased estimator for the variance should be used, or if
the population variance will be calculated.
The default is that the unbiased estimator will be used.
obj.SetSignedDeviations (int )
- Set/get whether the deviations returned should be signed, or should
only have their magnitude reported.
The default is that signed deviations will be computed.
int = obj.GetSignedDeviations ()
- Set/get whether the deviations returned should be signed, or should
only have their magnitude reported.
The default is that signed deviations will be computed.
obj.SignedDeviationsOn ()
- Set/get whether the deviations returned should be signed, or should
only have their magnitude reported.
The default is that signed deviations will be computed.
obj.SignedDeviationsOff ()
- Set/get whether the deviations returned should be signed, or should
only have their magnitude reported.
The default is that signed deviations will be computed.
obj.SetNominalParameter (string name)
- A convenience method (in particular for UI wrapping) to set the name of the
column that contains the nominal value for the Assess option.
obj.SetDeviationParameter (string name)
- A convenience method (in particular for UI wrapping) to set the name of the
column that contains the deviation for the Assess option.
obj.Aggregate (vtkDataObjectCollection , vtkDataObject )
- Given a collection of models, calculate aggregate model