is.forecast_esn: Checks if object is of class "forecast_esn"

View source: R/methods-base.R

is.forecast_esnR Documentation

Checks if object is of class "forecast_esn"

Description

Returns TRUE if the object is of class "forecast_esn".

Usage

is.forecast_esn(object)

Arguments

object

object to be tested.

Value

Logical value. If TRUE, the object is of class "forecast_esn".

Examples

xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
xfcst <- forecast_esn(xmodel, n_ahead = 12)
is.forecast_esn(xfcst)


ahaeusser/echos documentation built on June 2, 2025, 2:17 a.m.