Go to the documentation of this file.
50 #ifndef vtkCorrelativeStatistics_h
51 #define vtkCorrelativeStatistics_h
53 #include "vtkFiltersStatisticsModule.h"
104 { this->Superclass::Assess( inData, inMeta, outData, 2 ); }
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
A base class for a functor that assesses data.
Composite dataset that organizes datasets into blocks.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
a simple class to control print indentation
A atomic type representing the union of many types.
~vtkCorrelativeStatistics() override
static vtkCorrelativeStatistics * New()
Tests instantiations of the vtkNew class template.
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
vtkCorrelativeStatistics()
Base class for statistics algorithms.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
general representation of visualization data
A class for bivariate linear correlation.