Package dev.nm.stat.random
Interface Estimator
-
- All Known Subinterfaces:
ControlVariates.Estimator
public interface Estimator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
mean()
Gets the expectation of the estimator.double
variance()
Gets the variance of the estimator.
-