pbsSSR | R Documentation |
Create State Space Reconstruction Matrix
pbsSSR(N, lags, p = 1L, first_difference = FALSE, centre_and_scale = FALSE)
N |
[vector()], [matrix()] or [data.frame()] of time series
for the response variable and covariate time series. Elements must be
[numeric()]. If present, columns must have [colnames()] matching
|
lags |
[list()] of named integer vectors specifying the lags to use for
each time series in |
p |
[integer()] The forecast distance. |
first_difference |
[logical()] First-difference each time series? |
centre_and_scale |
[logical()] Centre and scale each time series? |
[matrix()] State space reconstruction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.