forecast.ELM: Forecast a trained ELM model

View source: R/ELM.R

forecast.ELMR Documentation

Forecast a trained ELM model

Description

Forecast a trained ELM model.

Usage

## S3 method for class 'ELM'
forecast(object, new_data, specials = NULL, ...)

Arguments

object

An object of class ELM.

new_data

Forecast horizon (n-step ahead forecast)

specials

Specials are currently not in use.

...

Additional arguments for forecast method.

Value

An object of class fable.


ahaeusser/tscv documentation built on July 26, 2023, 3:18 p.m.