-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
109 lines (108 loc) · 2.45 KB
/
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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
S3method("*",ts.model)
S3method("+",ts.model)
S3method("[",imu)
S3method(autoplot,ACF)
S3method(autoplot,auto.imu)
S3method(autoplot,auto.imu1)
S3method(autoplot,auto.imu2)
S3method(autoplot,avar)
S3method(autoplot,gmwm)
S3method(autoplot,gmwm1)
S3method(autoplot,gmwm2)
S3method(autoplot,gts)
S3method(autoplot,hadam)
S3method(autoplot,imu2)
S3method(autoplot,imu6)
S3method(autoplot,lts)
S3method(autoplot,wvar)
S3method(autoplot,wvar.imu)
S3method(autoplot,wvarComp)
S3method(has,imu)
S3method(plot,ACF)
S3method(plot,auto.imu)
S3method(plot,avar)
S3method(plot,gmwm)
S3method(plot,gts)
S3method(plot,hadam)
S3method(plot,lts)
S3method(plot,rank.models)
S3method(plot,wvar)
S3method(plot,wvar.imu)
S3method(predict,gmwm)
S3method(print,auto.imu)
S3method(print,avar)
S3method(print,dwt)
S3method(print,gmwm)
S3method(print,gts)
S3method(print,hadam)
S3method(print,imu)
S3method(print,lts)
S3method(print,modwt)
S3method(print,rank.models)
S3method(print,summary.gmwm)
S3method(print,ts.model)
S3method(print,wvar)
S3method(print,wvar.imu)
S3method(print,wvcov)
S3method(summary,auto.imu)
S3method(summary,avar)
S3method(summary,dwt)
S3method(summary,gmwm)
S3method(summary,hadam)
S3method(summary,modwt)
S3method(summary,rank.models)
S3method(summary,wvar)
S3method(summary,wvar.imu)
S3method(summary,wvcov)
S3method(update,gmwm)
S3method(update,gts)
S3method(update,imu)
S3method(update,lts)
S3method(value,imu)
S3method(wvar,default)
S3method(wvar,gts)
S3method(wvar,imu)
S3method(wvar,lts)
S3method(wvar,ts)
export(compare_models)
export(gmwm)
export(gmwm_master_cpp)
export(has)
export(is.gmwm)
export(is.gts)
export(is.imu)
export(is.lts)
export(is.ts.model)
export(is.whole)
export(is.wholenumber)
export(is.wvar)
export(value)
export(wvar)
exportPattern("^[[:alpha:]]+")
import(ggplot2)
import(reshape2)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,graphics.off)
importFrom(grDevices,gray.colors)
importFrom(grDevices,hcl)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(grid,gpar)
importFrom(grid,textGrob)
importFrom(methods,is)
importFrom(scales,math_format)
importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(stats,arima)
importFrom(stats,as.ts)
importFrom(stats,is.ts)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,ts)
importFrom(utils,compareVersion)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,packageDescription)
importFrom(utils,tail)
useDynLib(gmwm)