nlar.struct | R Documentation |
NLAR common structure
nlar.struct(x, m, d=1, steps=d, series)
getXXYY(obj, ...)
getXX(obj, ...)
getYY(obj, ...)
getNUsed(obj, ...)
x |
time series |
m , d , steps |
embedding dimension, time delay and forecasting steps |
series |
(optional) time series name |
obj |
|
... |
arguments to be passed to and from other methods |
nlar.struct
builds an object of class nlar.struct
, from which common NLAR models infos can be extracted using:
getXXYY |
design matrix |
getXX |
regressor matrix |
getYY |
response matrix |
getNUsed |
original time series length |
Antonio, Fabio Di Narzo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.