residuals.ESN: Extract residuals from a trained ESN

View source: R/methods-fable.R

residuals.ESNR Documentation

Extract residuals from a trained ESN

Description

Extract residuals from a trained ESN as tsibble.

Usage

## S3 method for class 'ESN'
residuals(object, ...)

Arguments

object

An object of class mdl_df, containing an ESN model.

...

Currently not in use.

Value

Residuals extracted from the object.

Examples

library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
residuals()


echos documentation built on June 23, 2025, 5:09 p.m.