-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
186 lines (185 loc) · 5.3 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
# Generated by roxygen2: do not edit by hand
S3method(AIC,tsissm.estimate)
S3method(AIC,tsissm.selection)
S3method(BIC,tsissm.estimate)
S3method(BIC,tsissm.selection)
S3method(as_flextable,summary.tsissm.estimate)
S3method(bread,tsissm.estimate)
S3method(coef,tsissm.estimate)
S3method(estfun,tsissm.estimate)
S3method(estimate,tsissm.autospec)
S3method(estimate,tsissm.spec)
S3method(fitted,tsissm.estimate)
S3method(hresiduals,tsissm.estimate)
S3method(logLik,tsissm.estimate)
S3method(logLik,tsissm.selection)
S3method(nobs,tsissm.estimate)
S3method(plot,tsissm.estimate)
S3method(plot,tsissm.profile)
S3method(plot,tsissm.simulate)
S3method(predict,tsissm.estimate)
S3method(predict,tsissm.selection)
S3method(print,summary.tsissm.estimate)
S3method(residuals,tsissm.estimate)
S3method(sigma,tsissm.estimate)
S3method(simulate,tsissm.estimate)
S3method(simulate,tsissm.selection)
S3method(summary,tsissm.estimate)
S3method(tsbacktest,tsissm.autospec)
S3method(tsbacktest,tsissm.spec)
S3method(tsdecompose,tsissm.estimate)
S3method(tsdecompose,tsissm.predict)
S3method(tsdecompose,tsissm.simulate)
S3method(tsdiagnose,tsissm.estimate)
S3method(tsensemble,tsissm.selection)
S3method(tsensemble,tsissm.selection_predict)
S3method(tsensemble,tsissm.selection_simulate)
S3method(tsequation,tsissm.estimate)
S3method(tsfilter,tsissm.estimate)
S3method(tsfilter,tsissm.selection)
S3method(tsmetrics,tsissm.estimate)
S3method(tsmetrics,tsissm.predict)
S3method(tsmoments,tsissm.estimate)
S3method(tsprofile,tsissm.estimate)
S3method(tsspec,tsissm.estimate)
S3method(vcov,tsissm.estimate)
export(as_flextable)
export(bread)
export(estfun)
export(hresiduals)
export(issm_modelspec)
import(data.table)
import(methods)
import(tsmethods)
importFrom(RTMB,AD)
importFrom(RTMB,ADREPORT)
importFrom(RTMB,ADoverload)
importFrom(RTMB,REPORT)
importFrom(RTMB,as.vector.advector)
importFrom(RTMB,eigen)
importFrom(RTMB,matrix)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,loadModule)
importFrom(TMB,MakeADFun)
importFrom(copula,P2p)
importFrom(copula,normalCopula)
importFrom(copula,rCopula)
importFrom(flextable,add_footer_lines)
importFrom(flextable,add_footer_row)
importFrom(flextable,align)
importFrom(flextable,append_chunks)
importFrom(flextable,as_chunk)
importFrom(flextable,as_equation)
importFrom(flextable,as_flextable)
importFrom(flextable,as_paragraph)
importFrom(flextable,autofit)
importFrom(flextable,bold)
importFrom(flextable,colformat_double)
importFrom(flextable,compose)
importFrom(flextable,flextable)
importFrom(flextable,fontsize)
importFrom(flextable,hline)
importFrom(flextable,italic)
importFrom(flextable,padding)
importFrom(flextable,separate_header)
importFrom(flextable,set_caption)
importFrom(flextable,set_header_labels)
importFrom(flextable,width)
importFrom(future,"%<-%")
importFrom(future,future)
importFrom(future,nbrOfWorkers)
importFrom(future,value)
importFrom(future.apply,future_lapply)
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,boxplot)
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(graphics,title)
importFrom(nloptr,nloptr)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(sandwich,bread)
importFrom(sandwich,bwNeweyWest)
importFrom(sandwich,estfun)
importFrom(sandwich,vcovHAC)
importFrom(sandwich,vcovOPG)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,acf)
importFrom(stats,ar)
importFrom(stats,arima)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,sigma)
importFrom(stats,simulate)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(tsaux,auto_clean)
importFrom(tsaux,bias)
importFrom(tsaux,box_cox)
importFrom(tsaux,crps)
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(tsdistributions,ddist)
importFrom(tsdistributions,distribution_modelspec)
importFrom(tsdistributions,pdist)
importFrom(tsdistributions,qdist)
importFrom(tsdistributions,rdist)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)
importFrom(viridisLite,viridis)
importFrom(xts,as.xts)
importFrom(xts,is.xts)
importFrom(xts,xts)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,is.zoo)
importFrom(zoo,na.fill)
importFrom(zoo,na.locf)
importFrom(zoo,zoo)
useDynLib(tsissm,.registration = TRUE); useDynLib(tsissm_TMBExports)