NNsetting | R Documentation |
The function sets up the predictor matrix in a neural network for time series data.
NNsetting(zt, locY = 1, nfore = 0, lags = c(1:5), include.lagY = TRUE)
zt |
data matrix, including the dependent variable |
locY |
location of the dependent variable (column number). |
nfore |
number of out-of-sample prediction (1-step ahead). |
lags |
a vector containing the lagged variables used to form the x-matrix. |
include.lagY |
indicator for including lagged |
The function returns a list with following components.
X |
|
y |
|
predX |
|
predY |
|
Tsay, R. and Chen, R. (2018). Nonlinear Time Series Analysis. John Wiley & Sons, New Jersey.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.