Add FieldStatistics and FieldHistogram filters
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.