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