Returns TRUE if the object is of class forecast_esn.
See also
Other base functions:
forecast_esn(),
is.esn(),
plot.esn(),
plot.forecast_esn(),
print.esn(),
summary.esn(),
train_esn()
Examples
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
xfcst <- forecast_esn(xmodel, n_ahead = 12)
is.forecast_esn(xfcst)
#> [1] TRUE
