-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
87 lines (86 loc) · 2.52 KB
/
NAMESPACE
File metadata and controls
87 lines (86 loc) · 2.52 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
useDynLib(ahead, .registration=TRUE)
S3method(predict, comb_GLMNET)
S3method(predict, comb_OLS)
S3method(predict, comb_Ridge)
S3method(plot, mtsforecast)
S3method(predict, ridge)
S3method(plot, foreccomb_res)
S3method(predict, foreccomb_res)
S3method(print, foreccomb_res_summary)
S3method(summary, foreccomb_res)
S3method(summary, synthetic_ts)
S3method(plot, synthetic_ts)
importFrom(tseries, surrogate)
importFrom(tseries, tsbootstrap)
importFrom(Rcpp, evalCpp)
importFrom("grDevices", "colorRampPalette")
importFrom("graphics", "abline", "par", "points", "polygon")
importFrom("graphics", "lines")
importFrom("graphics", "matplot")
importFrom("graphics", "matlines")
importFrom("graphics", "barplot")
importFrom("foreach", "foreach")
importFrom("snow", "stopCluster")
importFrom("stats", "is.ts", "runif", "time")
importFrom("stats", "t.test")
importFrom("stats", "as.ts", "complete.cases", "ecdf", "end", "frequency",
"lag", "median", "predict", "predict.lm", "qnorm", "quantile",
"residuals", "rnorm", "rt", "sd", "setNames", "start",
"ts", "tsp", "tsp<-")
importFrom("utils", "tail")
importFrom("utils", "install.packages", "installed.packages")
importFrom("stats", "approx", "coef", "density", "fitted")
importFrom("grDevices", "dev.off", "rgb")
importFrom("graphics", "curve", "grid", "hist", "legend")
importFrom("stats", "Box.test", "acf", "cor", "decompose", "dnorm",
"embed", "is.mts", "ks.test", "lm", "na.omit", "pchisq",
"qqline", "qqnorm", "qqplot", "qt", "shapiro.test")
importFrom("utils", "head")
import(forecast)
import(ggplot2)
export("armagarchf")
export("basicf")
export("eatf")
export("dynrmf")
export("fitforecast")
export("loessf")
export("loocvridge2f")
export("ridge2f")
export("ridge")
export("varf")
export("createtrendseason")
export("getreturns")
export("getsimulations")
export("removenas")
export("fit_func")
export("predict_func")
export("comb_OLS")
export("comb_Ridge")
export("comb_GLMNET")
export(fitdistr_ahead)
export(genericforecast)
export(conformalize)
export(mlf)
export(glmthetaf)
export(computeattention)
export(mlarchf)
export(geterror)
export(agnosticgarchf)
export(rmultivariate)
export(rgaussiandens)
export(rfitdistr)
export(rsurrogate)
export(direct_sampling)
export(meboot)
export(transformerreturnsf)
export(generate_synthetic_ts)
export(ctxthetaf)
export(estimate_theta_slope)
export(stackridge2f)
export(ml_forecast)
export(contextridge2f)
export(dynrmf_shap)
export(plot_dynrmf_shap_waterfall)
export(simulator)
export(dynrmf_sensi)
export(plot_dynrmf_sensitivity)