Description Usage Arguments Value Examples
View source: R/dimensionalityReduction.R
Function implementing the dimensionality increase module in the DFML architecture. The function implements a batch dimensionality increase.
1 2 3 4 5 6 7 | dimensionalityIncrease(
Z_hat,
family = DIMENSIONALITY_METHODS,
model = NULL,
Z = NULL,
params = NULL
)
|
Z_hat |
|
family |
|
model |
|
Z |
|
params |
|
List containing:
X_hat
: h x N matrix containing the h-step ahead forecast for the N original series
time_dim
: Computational time (in s) required to run the dimensionality increase - numeric scalar
1 | #See tests/testthat directory on https://github.com/jdestefani/ExtendedDFML
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.