92#ifndef vtkDescriptiveStatistics_h
93#define vtkDescriptiveStatistics_h
95#include "vtkFiltersStatisticsModule.h"
98VTK_ABI_NAMESPACE_BEGIN
131 vtkSetMacro(SampleEstimate,
bool);
132 vtkGetMacro(SampleEstimate,
bool);
133 vtkBooleanMacro(SampleEstimate,
bool);
158 vtkSetMacro(GhostsToSkip,
unsigned char);
159 vtkGetMacro(GhostsToSkip,
unsigned char);
192 this->Superclass::Assess(inData, inMeta, outData, 1);
maintain an unordered list of data objects
general representation of visualization data
A class for univariate descriptive statistics.
void SelectAssessFunctor(vtkTable *outData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
void Derive(vtkMultiBlockDataSet *) override
Execute the calculations required by the Derive option.
virtual vtkDoubleArray * CalculatePValues(vtkDoubleArray *)
Calculate p-value.
vtkDescriptiveStatistics()
void Test(vtkTable *, vtkMultiBlockDataSet *, vtkTable *) override
Execute the calculations required by the Test option.
static vtkDescriptiveStatistics * New()
void Learn(vtkTable *, vtkTable *, vtkMultiBlockDataSet *) override
Execute the calculations required by the Learn option, given some input Data NB: input parameters are...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned char GhostsToSkip
vtkTypeBool SignedDeviations
void Assess(vtkTable *inData, vtkMultiBlockDataSet *inMeta, vtkTable *outData) override
Execute the calculations required by the Assess option.
~vtkDescriptiveStatistics() override
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
dynamic, self-adjusting array of double
a simple class to control print indentation
Composite dataset that organizes datasets into blocks.
A base class for a functor that assesses data.
Base class for statistics algorithms.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
A type representing the union of many types.