Description Usage Arguments Value Examples
Function implementing the forecasting module in the DFML architecture
1 | forecaster(Z, family = FORECAST_FAMILY, parameters = NULL, h)
|
Z |
|
family |
|
parameters |
|
h |
|
List containing:
Z_hat
: h x k matrix containing the h-step ahead forecast for the k input series
time_forecast
: Computational time required to run the forecasting model - 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.