Go to the documentation of this file.
55 #ifndef vtkDescriptiveStatistics_h
56 #define vtkDescriptiveStatistics_h
58 #include "vtkFiltersStatisticsModule.h"
81 vtkGetMacro(UnbiasedVariance,
int);
92 vtkGetMacro(G1Skewness,
int);
103 vtkGetMacro(G2Kurtosis,
int);
114 vtkGetMacro(SignedDeviations,
int);
154 { this->Superclass::Assess( inData, inMeta, outData, 1 ); }
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
A class for univariate descriptive statistics.
A base class for a functor that assesses data.
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
Composite dataset that organizes datasets into blocks.
static vtkDescriptiveStatistics * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkDescriptiveStatistics() override
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
a simple class to control print indentation
A atomic type representing the union of many types.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Tests instantiations of the vtkNew class template.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
Base class for statistics algorithms.
general representation of visualization data
vtkDescriptiveStatistics()