fitted.ESN: Extract fitted values from a trained ESN

View source: R/methods-fable.R

fitted.ESNR Documentation

Extract fitted values from a trained ESN

Description

Extract fitted values from a trained ESN.

Usage

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

Arguments

object

An object of class ESN.

...

Currently not in use.

Value

Fitted values extracted from the object.

Examples

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


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