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 doublemean()Gets the expectation of the estimator.doublevariance()Gets the variance of the estimator.
-