Package jslx.statistics
Interface EstimatorIfc
-
- All Known Implementing Classes:
EstimatorIfc.Average,EstimatorIfc.Maximum,EstimatorIfc.Median,EstimatorIfc.Minimum,EstimatorIfc.Variance
public interface EstimatorIfc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEstimatorIfc.AverageA predefined EstimatorIfc that estimates the mean of the datastatic classEstimatorIfc.MaximumA predefined EstimatorIfc that estimates the maximum of the datastatic classEstimatorIfc.MedianA predefined EstimatorIfc that estimates the median of the datastatic classEstimatorIfc.MinimumA predefined EstimatorIfc that estimates the minimum of the datastatic classEstimatorIfc.VarianceA predefined EstimatorIfc that estimates the variance of the data
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetEstimate(double[] data)
-