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 Type
    Method
    Description
    double
    Conducts a point estimation.
  • Method Details

    • estimatePoint

      double estimatePoint(List<Double> samples)
      Conducts a point estimation.
      Parameters:
      samples - the values for which a specific point is to be estimated.
      Returns: