-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE_backup
43 lines (42 loc) · 1.3 KB
/
NAMESPACE_backup
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
useDynLib(ahead, .registration=TRUE)
S3method(predict, comb_GLMNET)
S3method(predict, comb_OLS)
S3method(predict, comb_Ridge)
S3method(plot, mtsforecast)
S3method(predict, ridge)
importFrom(Rcpp, evalCpp)
importFrom("grDevices", "colorRampPalette")
importFrom("graphics", "abline", "par", "points", "polygon")
importFrom("graphics", "lines")
importFrom("graphics", "matplot")
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("graphics", "matlines")
importFrom("stats", "approx", "coef", "density", "fitted")
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")