Chi2fit.MonteCarlo.forecast
You're seeing just the function
forecast
, go back to Chi2fit.MonteCarlo module for more information.
Specs
forecast( fun :: (() -> non_neg_integer()), size :: pos_integer(), tries :: pos_integer(), update :: (() -> number()) ) :: number()
Forecasts how many time periods are needed to complete size
items
Related functions: forecast_duration/2
and forecast_items/2
.