Auto ARIMA

Auto ARIMA

Auto ARIMA

Description

Auto ARIMA (Auto-Regressive Integrated Moving Average) is a statistical algorithm that uses time series data to forecast future values. It automatically determines the best parameters for an ARIMA model.

Why to use

Auto ARIMA automates the selection of ARIMA parameters, saving time and effort compared to manual tuning. It uses criteria like AIC or BIC to evaluate models, providing a systematic approach to model selection.

When to use

  • When you have time series data with unknown parameters

When not to use

  • Seasonal Data

Prerequisite

Stationarity

Input

  • Time series data

Output

  • Forecasting chart with predicted value.
  • Trained Model Parameters
  • Accuracy Parameters

Statistical Methods

  • AIC / BIC
  • Autocorrelation analysis

Limitations

  • Computationally extensive
  • Non-stationary data

The Auto ARIMA method is an automated approach for fitting ARIMA model to a time series by finding best set of parameters without any manual intervention.
Auto ARIMA conducts differencing tests for determining the order of differencing and then fits the model with in defined ranges. Its ability to compare model using various criteria simplifies the process of identifying the best fit model.
    • Related Articles

    • ARIMA

      ARIMA Description ARIMA stands for Auto-Regressive Integrated Moving Average. It is used for forecasting on stationary data. Why to use ARIMA captures both autoregressive and moving average components, which provides a systematic way to deal with ...
    • Auto Scaling

      Autoscaling is a cloud computing technique for scaling cloud-based services and dynamically allocating computational resources. Depending upon the user needs, server traffic, and load on a server, the active number of servers (typically called ...
    • Rubiscape Winter '19

      New Features Platform & Studio New dataset creation feature for Twitter, PostgresSQL, SQL, MySQL, Oracle, Excel, CSV, Google News. Create dataset from a local TXT file using delimiter option. Supported delimiters are Semicolon, Pipe, Comma, Tab, ...
    • rubiscape Concepts

      Code Fusion Code fusion in rubiscape gives an ingenious option to the users to build their models in programming languages such as JAVA, R, or Python and integrate them into rubiscape. Code fusion makes the rubiscape platform more customizable and ...
    • Rubiscape Spring '24

      Published On: 18 June 2024 New Features Rubiscape Workspace Level Export/Import: Workspace export functionality available for tenant admin users. Rubiscape users can import required entities into any existing or new workspace. Rubiscape File Server ...