NLAR common structure
nlar.struct(x, m, d=1, steps=d, series)
getXXYY(obj, ...)
getXX(obj, ...)
getYY(obj, ...)
getNUsed(obj, ...)nlar.struct builds an object of class nlar.struct, from which common NLAR models infos can be extracted using:
design matrix
regressor matrix
response matrix
original time series length
time series
embedding dimension, time delay and forecasting steps
(optional) time series name
nlar.struct object
arguments to be passed to and from other methods
Antonio, Fabio Di Narzo