-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
66 lines (65 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
S3method(plot,evpost)
S3method(plot,evpred)
S3method(pp_check,evpost)
S3method(predict,evpost)
S3method(print,evpost)
S3method(print,summary.evpost)
S3method(summary,evpost)
export(binpost)
export(create_prior_xptr)
export(dgaps_post)
export(dgev)
export(dgp)
export(gev_beta)
export(gev_flat)
export(gev_flatflat)
export(gev_loglognorm)
export(gev_mdi)
export(gev_norm)
export(gev_prob)
export(gev_quant)
export(gp_beta)
export(gp_flat)
export(gp_flatflat)
export(gp_jeffreys)
export(gp_lrs)
export(gp_mdi)
export(gp_norm)
export(gp_pwm)
export(grimshaw_gp_mle)
export(kgaps_post)
export(pgev)
export(pgp)
export(pp_check)
export(qgev)
export(qgp)
export(quantile_to_gev)
export(rDir)
export(rgev)
export(rgp)
export(rpost)
export(rpost_rcpp)
export(rprior_prob)
export(rprior_quant)
export(set_bin_prior)
export(set_prior)
export(wbinpost)
importFrom(Rcpp,sourceCpp)
importFrom(bayesplot,mcmc_areas)
importFrom(bayesplot,mcmc_dens)
importFrom(bayesplot,mcmc_hist)
importFrom(bayesplot,mcmc_intervals)
importFrom(bayesplot,pp_check)
importFrom(bayesplot,ppc_boxplot)
importFrom(bayesplot,ppc_dens)
importFrom(bayesplot,ppc_dens_overlay)
importFrom(bayesplot,ppc_ecdf_overlay)
importFrom(bayesplot,ppc_hist)
importFrom(bayesplot,ppc_intervals)
importFrom(bayesplot,ppc_ribbon)
importFrom(bayesplot,ppc_stat)
importFrom(bayesplot,ppc_stat_2d)
importFrom(graphics,plot)
importFrom(stats,predict)
useDynLib(revdbayes, .registration = TRUE)