-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·153 lines (152 loc) · 4.43 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
# Generated by roxygen2: do not edit by hand
S3method("+",tsgarch.spec)
S3method(AIC,tsgarch.estimate)
S3method(BIC,tsgarch.estimate)
S3method(as_flextable,benchmark.fcp)
S3method(as_flextable,benchmark.laurent)
S3method(as_flextable,summary.tsgarch.estimate)
S3method(bread,tsgarch.estimate)
S3method(coef,tsgarch.estimate)
S3method(confint,tsgarch.estimate)
S3method(estfun,tsgarch.estimate)
S3method(estimate,tsgarch.multispec)
S3method(estimate,tsgarch.spec)
S3method(fitted,tsgarch.estimate)
S3method(fitted,tsgarch.multi_estimate)
S3method(halflife,tsgarch.estimate)
S3method(logLik,tsgarch.estimate)
S3method(newsimpact,tsgarch.estimate)
S3method(nobs,tsgarch.estimate)
S3method(omega,tsgarch.estimate)
S3method(omega,tsgarch.spec)
S3method(persistence,tsgarch.estimate)
S3method(persistence,tsgarch.spec)
S3method(pit,tsgarch.estimate)
S3method(plot,tsgarch.estimate)
S3method(plot,tsgarch.newsimpact)
S3method(predict,tsgarch.estimate)
S3method(print,summary.tsgarch.estimate)
S3method(print,summary.tsgarch.profile)
S3method(residuals,tsgarch.estimate)
S3method(residuals,tsgarch.multi_estimate)
S3method(sigma,tsgarch.estimate)
S3method(sigma,tsgarch.multi_estimate)
S3method(simulate,tsgarch.spec)
S3method(summary,tsgarch.estimate)
S3method(summary,tsgarch.profile)
S3method(tsbacktest,tsgarch.spec)
S3method(tsequation,tsgarch.estimate)
S3method(tsfilter,tsgarch.estimate)
S3method(tsfilter,tsgarch.spec)
S3method(tsprofile,tsgarch.spec)
S3method(unconditional,tsgarch.estimate)
S3method(unconditional,tsgarch.spec)
S3method(vcov,tsgarch.estimate)
export(as_flextable)
export(benchmark_fcp)
export(benchmark_laurent)
export(bread)
export(estfun)
export(estimate.tsgarch.spec)
export(garch_modelspec)
export(newsimpact)
export(nloptr_fast_options)
export(nloptr_global_options)
export(omega)
export(persistence)
export(to_multi_estimate)
import(data.table)
import(methods)
import(tsmethods)
importFrom(Rcpp,evalCpp)
importFrom(Rdpack,reprompt)
importFrom(TMB,MakeADFun)
importFrom(TMB,sdreport)
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.apply,future_lapply)
importFrom(graphics,grid)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(lubridate,`%m+%`)
importFrom(lubridate,days)
importFrom(lubridate,tz)
importFrom(lubridate,weeks)
importFrom(lubridate,years)
importFrom(nloptr,nloptr)
importFrom(numDeriv,hessian)
importFrom(numDeriv,jacobian)
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,ar)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqplot)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sigma)
importFrom(stats,simulate)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(tsdistributions,ddist)
importFrom(tsdistributions,dkurtosis)
importFrom(tsdistributions,dskewness)
importFrom(tsdistributions,pdist)
importFrom(tsdistributions,qdist)
importFrom(tsdistributions,rdist)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xts,as.xts)
importFrom(xts,is.xts)
importFrom(xts,merge.xts)
importFrom(xts,xts)
importFrom(zoo,`coredata<-`)
importFrom(zoo,as.zoo)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,is.zoo)
importFrom(zoo,na.fill)
useDynLib(tsgarch, .registration=TRUE); useDynLib(tsgarch_TMBExports)