Background - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

An autoregressive integrated moving average (ARIMA) model is a generalization of an autoregressive moving average (ARMA) model. Typically, these models are fitted to time series data to predict future data points (forecasting).

An ARIMA model adds to an ARMA model a degree of differencing, which makes the time series stationary, if necessary. To make the time series stationary, an ARIMA model uses both differencing and nonlinear transformations, such as logging.

A random variable that is a time series is stationary if its statistical properties are constant over time. An ARIMA model acts as a filter that separates the signal from the noise, so that only the signal is used for forecasting.