Package jslx.statistics
Class EstimatorIfc.Average
- java.lang.Object
-
- jslx.statistics.EstimatorIfc.Average
-
- All Implemented Interfaces:
EstimatorIfc
- Enclosing interface:
- EstimatorIfc
public static class EstimatorIfc.Average extends java.lang.Object implements EstimatorIfc
A predefined EstimatorIfc that estimates the mean of the data
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jslx.statistics.EstimatorIfc
EstimatorIfc.Average, EstimatorIfc.Maximum, EstimatorIfc.Median, EstimatorIfc.Minimum, EstimatorIfc.Variance
-
-
Constructor Summary
Constructors Constructor Description Average()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getEstimate(double[] data)
-
-
-
Method Detail
-
getEstimate
public double getEstimate(double[] data)
- Specified by:
getEstimate
in interfaceEstimatorIfc
-
-