model_sum.ESN: Model specification of a trained ESN model

View source: R/methods-fable.R

model_sum.ESNR Documentation

Model specification of a trained ESN model

Description

Provides a compact overview of the model specification in the format ESN({n_states, alpha, rho}, {n_models, df}).

Usage

## S3 method for class 'ESN'
model_sum(x)

Arguments

x

An object of class mdl_df, containing an ESN model.

Value

Model summary extracted from the object.

Examples

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


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