powered by
Provides a compact overview of the model specification in the format ESN({n_states, alpha, rho}, {n_models, df}).
ESN({n_states, alpha, rho}, {n_models, df})
# S3 method for ESN model_sum(x)
Model summary extracted from the object.
An object of class mdl_df, containing an ESN model.
mdl_df
library(tsibble) library(fable) AirPassengers %>% as_tsibble() %>% model("ESN" = ESN(value))
Run the code above in your browser using DataLab