-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
42 lines (41 loc) · 1000 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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)