# Generated by roxygen2: do not edit by hand

S3method(fitted,ESN)
S3method(forecast,ESN)
S3method(glance,ESN)
S3method(model_sum,ESN)
S3method(plot,forecast_esn)
S3method(print,esn)
S3method(report,ESN)
S3method(reservoir,mdl_df)
S3method(residuals,ESN)
S3method(summary,esn)
S3method(tidy,ESN)
export(ESN)
export(forecast_esn)
export(is.esn)
export(is.forecast_esn)
export(reservoir)
export(run_reservoir)
export(train_esn)
import(Rcpp)
import(RcppArmadillo)
import(dplyr, except = id)
import(fabletools)
import(tsibble)
importFrom(Matrix,rsparsematrix)
importFrom(distributional,dist_normal)
importFrom(forecast,ndiffs)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(purrr,map)
importFrom(purrr,map_dfr)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,is_empty)
importFrom(stats,complete.cases)
importFrom(stats,diffinv)
importFrom(stats,na.omit)
importFrom(stats,runif)
importFrom(tidyr,pivot_longer)
importFrom(utils,tail)
useDynLib(echos, .registration = TRUE)
