Class SampleVarianceEstimator

    • Constructor Detail

      • SampleVarianceEstimator

        public SampleVarianceEstimator()
    • Method Detail

      • estimatePoint

        public double estimatePoint​(List<Double> samples)
        Description copied from interface: IPointEstimator
        Conducts a point estimation.
        Specified by:
        estimatePoint in interface IPointEstimator
        Parameters:
        samples - the values for which a specific point is to be estimated.
        Returns: