Description Usage Arguments Details Value
DATA GENERATING FUNCTIONS: This needs to be documented very carefully
1 |
type |
|
p |
dimension of the target vector |
d |
latent dimension of the model |
q |
dimension of the predictors |
t |
length of the time series |
X |
optional, the predictors used to generate the time series.
Not used if |
forecast |
how many additional variables do we want to generate for forecasting experiments |
model |
which model do we want? Either "A" or "B" |
... |
additional variables specific to the different types, see Details. |
Optional parameters that may be handed over to the function are
alpha_0
optional
alpha_1
optional (only used if model = "A"
and
type = c("break", "VARbreak", "deterministic")
)
beta_0
optional
beta_1
optional (only used if model = "B"
and
type = c("break", "VARbreak", "deterministic")
)
Omega
error covariance, defaults to the identity matrix
shift
only used if type = c("break", "VARbreak", "deterministic")
),
guides how far the matrices are apart (see Details)
Sigma
column covariance if type = "rw"
Delta
row covariance if type = "rw"
, defaults to the identity
breakpoint
position of the structural break in the dataset for
type = c("break", "VARbreak")
A named list with the desired dataset, containing components
y |
the target variable (t x p) matrix |
X |
the predictors (t x q) matrix |
alpha |
if |
beta |
if |
Omega |
the error covariance (p, p) dimensional |
Sigma |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.