Skip to content

Feature request: (time-) series forecasting #3

@LaurentRDC

Description

@LaurentRDC

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions