-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A common use of (time-) series is for forecasting. Popular methods include:
- AutoRegressive (Integrated) Moving Average (ARMA and ARIMA);
- Error, Trend, and Seasonality (ETS);
- Random walks;
Peek at Nixtla's statsforecast models to get a sense of standard forecasting methods.
While providing standard models for forecasting is important to make Haskell a viable data science platform -- most data scientists I know just use 'ready-to-use' models -- I think we can accelerate development by providing a nice interface to specify arbitrary models, and implement the popular models in this interface
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request