Interface IPointEstimator
-
- All Known Implementing Classes:
SampleMeanEstimator,SampleVarianceEstimator
public interface IPointEstimatorInterface for classes which are capable of doing a point estimation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleestimatePoint(List<Double> samples)Conducts a point estimation.
-