-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
161 lines (160 loc) · 4.37 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Generated by roxygen2: do not edit by hand
S3method(AIC,tsets.estimate)
S3method(coef,tsets.estimate)
S3method(estimate,tsets.spec)
S3method(fitted,tsets.estimate)
S3method(logLik,tsets.estimate)
S3method(plot,tsets.estimate)
S3method(plot,tsets.profile)
S3method(plot,tsets.simulate)
S3method(predict,tsets.estimate)
S3method(residuals,tsets.estimate)
S3method(simulate,tsets.estimate)
S3method(summary,tsets.estimate)
S3method(tsbacktest,tsets.spec)
S3method(tsbenchmark,tsets.spec)
S3method(tscalibrate,tsets.spec)
S3method(tsdecompose,tsets.estimate)
S3method(tsdecompose,tsets.predict)
S3method(tsdiagnose,tsets.estimate)
S3method(tsfilter,tsets.estimate)
S3method(tsmetrics,tsets.estimate)
S3method(tsmetrics,tsets.predict)
S3method(tsmoments,tsets.estimate)
S3method(tsprofile,tsets.estimate)
S3method(tsreport,tsets.estimate)
S3method(tsspec,tsets.estimate)
export(auto_ets)
export(ets_modelspec)
import(methods)
import(tsmethods)
importFrom(EnvStats,rosnerTest)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,loadModule)
importFrom(Rsolnp,solnp)
importFrom(bookdown,pdf_document2)
importFrom(bootstrap,jackknife)
importFrom(corpcor,make.positive.definite)
importFrom(data.table,.N)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fwrite)
importFrom(data.table,rbindlist)
importFrom(future,"%<-%")
importFrom(future.apply,future_lapply)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,gray)
importFrom(grDevices,n2mfrow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,axis.Date)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(knitr,kable)
importFrom(ks,kde)
importFrom(ks,rkde)
importFrom(lubridate,"%m+%")
importFrom(lubridate,days)
importFrom(lubridate,days_in_month)
importFrom(lubridate,month)
importFrom(lubridate,tz)
importFrom(lubridate,weeks)
importFrom(lubridate,year)
importFrom(lubridate,years)
importFrom(lubridate,ymd)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(rmarkdown,pdf_document)
importFrom(rmarkdown,render)
importFrom(stats,"tsp<-")
importFrom(stats,acf)
importFrom(stats,alias)
importFrom(stats,arima.sim)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,decompose)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,diffinv)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,hat)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,lsfit)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.contiguous)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(stats,simulate)
importFrom(stats,spec.ar)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weights)
importFrom(stlplus,stlplus)
importFrom(truncnorm,qtruncnorm)
importFrom(tsaux,auto_clean)
importFrom(tsaux,bias)
importFrom(tsaux,box_cox)
importFrom(tsaux,check_newxreg)
importFrom(tsaux,check_xreg)
importFrom(tsaux,crps)
importFrom(tsaux,do.call.fast)
importFrom(tsaux,fourier_series)
importFrom(tsaux,future_dates)
importFrom(tsaux,mape)
importFrom(tsaux,mase)
importFrom(tsaux,mis)
importFrom(tsaux,mslre)
importFrom(tsaux,sampling_frequency)
importFrom(tsaux,tslinear)
importFrom(tsaux,tstransform)
importFrom(tsetsad,estimate_ad.tsets.spec)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(viridis,viridis_pal)
importFrom(xts,as.xts)
importFrom(xts,endpoints)
importFrom(xts,is.xts)
importFrom(xts,xts)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,na.locf)
importFrom(zoo,zoo)
useDynLib(tsets,.registration = TRUE)