ForecastEx is a statistical forecasting library for Elixir. It includes a number of forecasting algorithms and is designed to be extensible so that additional algorithms can be added. The algorithms currently implemented are:
Add forecast_ex
to your list of dependencies in mix.exs
:
def deps do
[
{:forecast_ex, "~> 0.1.0"}
]
end
This method calculates the average of data points over a specified number of periods, 'rolling' forward. It's a way to smooth out short-term fluctuations and highlight longer-term trends or cycles.
Please see the contributing guide for guidelines on how to best contribute to this project.
© Steve Wagner 2023