-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method("*",bayesTest)
S3method("+",bayesTest)
S3method("-",bayesTest)
S3method("/",bayesTest)
S3method(c,bayesTest)
S3method(plot,bayesTest)
S3method(plot,bayesTestClosed)
S3method(print,bayesBandit)
S3method(print,bayesTest)
S3method(print,bayesTestClosed)
S3method(print,plotBayesTest)
S3method(print,summaryBayesTest)
S3method(print,summaryBayesTestClosed)
S3method(summary,bayesTest)
S3method(summary,bayesTestClosed)
export(banditize)
export(bayesTest)
export(combine)
export(deployBandit)
export(grab)
export(plotBeta)
export(plotGamma)
export(plotInvGamma)
export(plotLogNormal)
export(plotNormal)
export(plotNormalInvGamma)
export(plotPareto)
export(plotPoisson)
export(rename)
importFrom(Rcpp,evalCpp)
importFrom(graphics,par)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,dbeta)
importFrom(stats,dgamma)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,pnorm)
importFrom(stats,qgamma)
importFrom(stats,qlnorm)
importFrom(stats,qpois)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)
useDynLib(bayesAB)