34#ifndef vtkCorrelativeStatistics_h
35#define vtkCorrelativeStatistics_h
37#include "vtkFiltersStatisticsModule.h"
40VTK_ABI_NAMESPACE_BEGIN
void Derive(vtkStatisticalModel *) override
Execute the calculations required by the Derive option.
static vtkCorrelativeStatistics * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
bool Aggregate(vtkDataObjectCollection *, vtkStatisticalModel *) override
Given a collection of models, calculate aggregate model.
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
void Learn(vtkTable *, vtkTable *, vtkStatisticalModel *) override
Execute the calculations required by the Learn option.
vtkCorrelativeStatistics()
int GetMaximumNumberOfColumnsPerRequest() const override
Correlative statistics requests are bivariate.
~vtkCorrelativeStatistics() override
void Test(vtkTable *, vtkStatisticalModel *, vtkTable *) override
Execute the calculations required by the Test option.
void Assess(vtkTable *inData, vtkStatisticalModel *inMeta, vtkTable *outData) override
Execute the calculations required by the Assess option.
maintain an unordered list of data objects
general representation of visualization data
dynamic, self-adjusting array of double
a simple class to control print indentation
a base class for statistical modeling of other data
A base class for a functor that assesses data.
virtual void Assess(vtkTable *, vtkStatisticalModel *, vtkTable *)=0
Execute the calculations required by the Assess option.
vtkStatisticsAlgorithm()
Return a new instance of a subclass named and configured by the algorithmParameters.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
A type representing the union of many types.