MeanEstimateIfc

A minimal interface to define an estimator that will produce an estimate of a population mean. We assume that the estimator has statistics available that represent the count, average, and variance of a sample. By default, the sample average is used as the estimate of the population mean; however, implementors may override this behavior by overriding the estimate() method.

Inheritors

Functions

Link copied to clipboard
open override fun estimate(): Double