-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·133 lines (132 loc) · 3.13 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,tsdistribution.estimate)
S3method(AIC,tsdistribution.spdestimate)
S3method(BIC,tsdistribution.estimate)
S3method(BIC,tsdistribution.spdestimate)
S3method(bread,tsdistribution.estimate)
S3method(bread,tsdistribution.spdestimate)
S3method(coef,tsdistribution.estimate)
S3method(coef,tsdistribution.spdestimate)
S3method(estfun,tsdistribution.estimate)
S3method(estimate,tsdistribution.spdspec)
S3method(estimate,tsdistribution.spec)
S3method(logLik,tsdistribution.estimate)
S3method(logLik,tsdistribution.spdestimate)
S3method(print,summary.spd)
S3method(print,summary.tsdistribution)
S3method(print,summary.tsdistribution.profile)
S3method(summary,tsdistribution.estimate)
S3method(summary,tsdistribution.profile)
S3method(summary,tsdistribution.spdestimate)
S3method(tsmoments,tsdistribution.estimate)
S3method(tsprofile,tsdistribution.spec)
S3method(vcov,tsdistribution.estimate)
S3method(vcov,tsdistribution.spdestimate)
export(authorized_domain)
export(ddist)
export(dged)
export(dgh)
export(dghst)
export(dghyp)
export(distribution_bounds)
export(distribution_modelspec)
export(djsu)
export(dkurtosis)
export(dnig)
export(dsged)
export(dskewness)
export(dsnorm)
export(dspd)
export(dsstd)
export(dstd)
export(ghyptransform)
export(nigtransform)
export(pdist)
export(pged)
export(pgh)
export(pghst)
export(pghyp)
export(pjsu)
export(pnig)
export(psged)
export(psnorm)
export(pspd)
export(psstd)
export(pstd)
export(qdist)
export(qged)
export(qgh)
export(qghst)
export(qghyp)
export(qjsu)
export(qnig)
export(qsged)
export(qsnorm)
export(qspd)
export(qsstd)
export(qstd)
export(rdist)
export(rged)
export(rgh)
export(rghst)
export(rghyp)
export(rjsu)
export(rnig)
export(rsged)
export(rsnorm)
export(rspd)
export(rsstd)
export(rstd)
export(spd_modelspec)
import(data.table)
import(methods)
import(tsmethods)
importFrom(GeneralizedHyperbolic,ghypMom)
importFrom(KernSmooth,bkde)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(Rsolnp,solnp)
importFrom(SkewHyperbolic,pskewhyp)
importFrom(SkewHyperbolic,qskewhyp)
importFrom(TMB,MakeADFun)
importFrom(future,"%<-%")
importFrom(future.apply,future_lapply)
importFrom(mev,dgp)
importFrom(mev,fit.gpd)
importFrom(mev,pgp)
importFrom(mev,qgp)
importFrom(mev,rgp)
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,approx)
importFrom(stats,ar)
importFrom(stats,coef)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,ppoints)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,spline)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(utils,tail)
useDynLib(tsdistributions, .registration=TRUE); useDynLib(tsdistributions_TMBExports)