elm.thief {nnfor}R Documentation

ELM network for THieF.

Description

Function for ELM forecasting with Temporal Hierarchies.

Usage

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

## Not run: 
  library(thief)
  frc <- thief(AirPassengers,forecastfunction=elm.thief)
  plot(frc)

## End(Not run)


[Package nnfor version 0.9.9 Index]