Chi2fit.MonteCarlo.forecast

You're seeing just the function forecast, go back to Chi2fit.MonteCarlo module for more information.
Link to this function

forecast(fun, size, tries \\ 0, update \\ fn -> 1 end)

View Source

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.