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 class
EstimatorIfc.Average
A predefined EstimatorIfc that estimates the mean of the datastatic class
EstimatorIfc.Maximum
A predefined EstimatorIfc that estimates the maximum of the datastatic class
EstimatorIfc.Median
A predefined EstimatorIfc that estimates the median of the datastatic class
EstimatorIfc.Minimum
A predefined EstimatorIfc that estimates the minimum of the datastatic class
EstimatorIfc.Variance
A predefined EstimatorIfc that estimates the variance of the data
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getEstimate(double[] data)
-