-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(Ants_train_test)
export(BO_MomEst)
export(BO_MomEst_NB)
export(BO_MomEst_multiple)
export(BO_MomEst_multiple_NB)
export(D_distinct_post_interval)
export(D_distinct_prior)
export(D_distinct_prior_interval)
export(D_joint_post_largen)
export(D_joint_post_square)
export(D_joint_prior)
export(D_joint_prior_square)
export(Distinct_Prior_MCMC)
export(Expected_posterior)
export(Expected_prior)
export(LowerBounds)
export(MCMC_Sampler)
export(MCMC_Sampler_c)
export(NegBin_parametrization)
export(Rarefaction_curve_d1)
export(Rarefaction_curves)
export(Test_Prior)
export(Test_prod_sum)
export(Train_Test)
export(UpperBounds)
export(arrange_partition)
export(compute_Pochhammer)
export(compute_logC)
export(compute_log_Pochhammer)
export(log_Vpost_long)
export(log_Vprior_apprx1)
export(log_Vprior_apprx2)
export(log_Vprior_apprx3)
export(log_Vprior_long)
export(log_qM_post)
export(log_raising_factorial)
export(log_zeta_Riemann)
export(my_falling_factorial)
export(my_log_falling_factorial)
export(p_distinct_posterior)
export(p_distinct_prior)
export(p_joint_prior)
export(p_shared_post_largen)
export(p_shared_posterior)
export(p_shared_prior)
export(raising_factorial)
export(set_options_MCMC)
export(set_options_sampler)
importFrom(Rcpp,sourceCpp)
useDynLib(HSSM, .registration = TRUE)