Package dev.nm.stat.random
Interface MeanEstimator
-
- All Known Implementing Classes:
AntitheticVariates,CommonRandomNumbers,ControlVariates,ImportanceSampling
public interface MeanEstimator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Estimatorestimate(int n)Gets an estimator.
-
-
-
Method Detail
-
estimate
Estimator estimate(int n)
Gets an estimator.- Parameters:
n- the number of samples to draw for the estimation- Returns:
- an estimator
-
-