Skip to main content

Our forecasting methods are being constantly adapted.  Some of the algorithms we support include:

Statistical

  • Auto-ARIMA
  • ARIMA
  • VARIMA
  • AutoARIMA
  • StatsForecastAutoARIMA
  • ExponentialSmoothing
  • StatsForecastAutoETS
  • StatsForecastAutoCES
  • BATS: Box-Cox / ARMA errors / Trend / Seasonal components
  • TBATS: (Trigonometric) / Box-Cox / ARMA errors / Trend / Seasonal components
    (https://robjhyndman.com/papers/ComplexSeasonality.pdf)
  • Theta
  • FourTheta
  • StatsForecastAutoTheta
  • Prophet
  • FFT
  • KalmanForecaster
  • Croston

Regression

  • RegressionModel
  • LinearRegressionModel
  • RandomForest
  • LightGBMModel
  • XGBModel
  • CatBoostModel

Advanced