Mean Estimate Ifc
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.