Chi2fit.MonteCarlo.forecast_items

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

forecast_items(data, periods)

View Source

Specs

forecast_items(data :: [number()] | (() -> number()), periods :: pos_integer()) ::
  (() -> number())

Returns a function for forecasting the number of completed items in a number periods.

This function is a wrapper for forecast/4.

Arguments

`data` - either a data set to base the forecasting on, or a function that returns (random) numbers
`periods` - the number of periods to forecast the number of completed items for