# Generated by roxygen2: do not edit by hand

S3method(filter_esn,mdl_df)
S3method(fitted,ESN)
S3method(forecast,ESN)
S3method(glance,ESN)
S3method(model_sum,ESN)
S3method(plot,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(filter_esn)
export(forecast_esn)
export(is.esn)
export(is.forecast_esn)
export(reservoir)
export(run_reservoir)
export(train_esn)
import(Rcpp)
import(RcppArmadillo)
import(fabletools)
import(tsibble)
importFrom(distributional,dist_normal)
importFrom(distributional,dist_sample)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(stats,complete.cases)
importFrom(stats,diffinv)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tidyr,pivot_longer)
importFrom(utils,tail)
useDynLib(echos, .registration = TRUE)
