nlarnn
NLARNN, short for nonlinear autoregressive neural network, is a type of neural network used for modeling and forecasting nonlinear time series. It is a member of the autoregressive neural network family and is often implemented as a feedforward network that receives a vector of past observations as input and produces a forecast of the next value.
Typically, the input to a NLARNN consists of the previous p values y(t-1), ..., y(t-p). In some formulations,
During training, supervised learning is used with a set of input-output pairs constructed from historical data.
NLARNN is used in various domains requiring nonlinear time series forecasting, including finance, engineering, environmental modeling,
Relation to other models: NLARNN is closely related to NARX and to nonlinear autoregressive models; when exogenous