Moving Averages
Very basic time series demand forecasting technique
This is a time-series forecasting method provided the data is seasonal. Also called as Triple exponential smoothing, Holt winters take into account the level, trend, and seasonality and comprise of three smoothing parameters. Two variations are – Multiplicative and Additive.
ARIMA
AutoRegressive Integrated Moving Average is the generalized version of ARMA models. Its’ equation for a stationary time series is linear in which predictors consist of lags of dependant variable and/or lags of forecast errors.
GARCH
Generalized AutoRegressive Conditional Heteroskedasticity is used by financial professionals in modeling volatile financial markets. It involves three steps:
ARCH
AutoRegressive Conditional Heteroskedasticity is used for modeling financial time series with time-varying volatility. Most often it’s used where there are short periods of increased variation.
ANN
ANNs consists of nodes, which are similar to neurons of the human brain. The neurons are interconnected and they communicate with each other. The nodes have input functions that receive data and operates on the data. The result is passed to other neurons. The output at each node is called its activation or node value
LSTM
Long Short Term Memory networks are RNNs capable of remembering information from long periods of time. It’s’ designed to avoid the long term dependency problem. LSTM is behind many amazing recent achievements of deep learning.
Regression
Used for determining the strength of the relationship between a dependant variable and an independent variable. Linear regression uses one independent variable to determine another dependant variable whereas multiple linear regression uses more than one independent variable to explain a dependant variable.
Call us to know more about our competencies in Tensorflow, Python R programming for forecasting models.