Interface IPointEstimator
- All Known Implementing Classes:
SampleMeanEstimator,SampleVarianceEstimator
public interface IPointEstimator
Interface for classes which are capable of doing a point estimation.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleestimatePoint(List<Double> samples) Conducts a point estimation.
-
Method Details
-
estimatePoint
Conducts a point estimation.- Parameters:
samples- the values for which a specific point is to be estimated.- Returns:
-