elm.thief: ELM network for THieF.

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/net.thief.R

Description

Function for ELM forecasting with Temporal Hierarchies.

Usage

1
elm.thief(y, h = NULL, ...)

Arguments

y

Input time series. Can be ts or msts object.

h

Forecast horizon. If NULL then h is set to match frequency of time series.

...

Additional arguments passed to elm.

Value

An object of classes "forecast.net" and "forecast". The function plot produces a plot of the forecasts. An object of class "forecast.net" is a list containing the following elements:

Note

This function is created to work with Temporal Hierarchied (thief package). For conventional ELM networks use elm.

Author(s)

Nikolaos Kourentzes, nikolaos@kourentzes.com

References

See Also

elm, mlp.thief.

Examples

1
2
3
4
5
6
## Not run: 
  library(thief)
  frc <- thief(AirPassengers,forecastfunction=elm.thief)
  plot(frc)

## End(Not run)

dacronje-quant/Forecasted-Portfolio-Optimisation documentation built on Nov. 4, 2019, 9:36 a.m.