dimensionalityIncrease: dimensionalityIncrease

Description Usage Arguments Value Examples

View source: R/dimensionalityReduction.R

Description

Function implementing the dimensionality increase module in the DFML architecture. The function implements a batch dimensionality increase.

Usage

1
2
3
4
5
6
7
dimensionalityIncrease(
  Z_hat,
  family = DIMENSIONALITY_METHODS,
  model = NULL,
  Z = NULL,
  params = NULL
)

Arguments

Z_hat
  • h x k matrix containing the h-step ahead forecast for the k input series - Numeric

family
  • Family of methods to use - String among those defined in DIMENSIONALITY_METHODS

model
  • An (optional) pre-existing model. If NULL it will be computed by the function.

Z
  • n x k matrix contaning the k factor generated by the dimensionality reduction module - Numeric

params
  • Additional parameters to be passed to the forecaster function - List

Value

List containing:

Examples

1
#See tests/testthat directory on https://github.com/jdestefani/ExtendedDFML

jdestefani/ExtendedDFML documentation built on Dec. 20, 2021, 10:04 p.m.