-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
43 lines (42 loc) · 930 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
43
# Generated by roxygen2: do not edit by hand
S3method(plot,foreccomb_res)
S3method(predict,foreccomb_res)
S3method(print,foreccomb_res_summary)
S3method(summary,foreccomb_res)
export(auto_combine)
export(comb_BG)
export(comb_CLS)
export(comb_CSR)
export(comb_EIG1)
export(comb_EIG2)
export(comb_EIG3)
export(comb_EIG4)
export(comb_InvW)
export(comb_LAD)
export(comb_MED)
export(comb_NG)
export(comb_OLS)
export(comb_SA)
export(comb_TA)
export(comb_WA)
export(cs_dispersion)
export(foreccomb)
export(foreccomb_res)
export(rolling_combine)
import(Matrix)
import(forecast)
import(ggplot2)
import(quadprog)
import(quantreg)
importFrom(Matrix,rankMatrix)
importFrom(graphics,barplot)
importFrom(mtsdi,mnimput)
importFrom(psych,winsor.mean)
importFrom(stats,IQR)
importFrom(stats,fitted.values)
importFrom(stats,is.ts)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(utils,combn)