-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (39 loc) · 889 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method("[<-",trngl)
S3method(as.trngl,matrix)
S3method(as.trngl,trngl)
S3method(format,mack)
S3method(format,odp)
S3method(format,trngl)
S3method(plot,boot.res)
S3method(plot,calendar)
S3method(plot,origin)
S3method(plot,single)
S3method(print,mack)
S3method(print,odp)
S3method(print,trngl)
export(UKMotor)
export(as.trngl)
export(cum2incr)
export(getTrnglSeed)
export(getTrnglThreads)
export(incr2cum)
export(mackPairsBoot)
export(mackPairsSim)
export(mackParamBoot)
export(mackParamSim)
export(mackResidBoot)
export(mackResidSim)
export(odpParamBoot)
export(odpParamSim)
export(odpResidBoot)
export(odpResidSim)
export(setTrnglSeed)
export(setTrnglThreads)
importFrom(rTRNG,TRNG.Version)
importFrom(rlang,.data)
importFrom(stats,approxfun)
importFrom(stats,density)
importFrom(stats,integrate)
importFrom(stats,quantile)
useDynLib(trngl)