Skip to content

Add FieldStatistics and FieldHistogram filters

Patricia Fasel requested to merge pkf/vtk-m:stat_histogram into master

The filters operate on arrays of point data or cell data. The statistics filter calculates raw and central moments, median, mean, variance, std dev, skew and kurtosis and returns the data in a structure. Might eventually be returned in a vtkTable type object. Histogram takes the number of bins and returns array of the counts.

Merge request reports