forked from alessandrocolombi/BGSL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 884 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
# Generated by roxygen2: do not edit by hand
export(BFDR_selection)
export(Block2Complete)
export(Compute_AUC)
export(Compute_PosteriorMeans)
export(Compute_Quantiles)
export(CreateGroups)
export(Create_RandomGraph)
export(Extract_Chain)
export(FGM_sampling)
export(FLM_sampling)
export(GGM_sampling)
export(GM_hyperparameters)
export(GM_init)
export(GWish_PostConst_tuning)
export(Generate_Basis)
export(Generate_Basis_derivatives)
export(LM_hyperparameters)
export(LM_init)
export(Read_InfoFile)
export(Sensitivity_analysis)
export(SimulateData_GGM)
export(Summary_Graph)
export(log_Gconstant)
export(plot_curves)
export(rGwish)
export(rmvnormal)
export(rnormal)
export(rwishart)
export(sampler_parameters)
export(sigmaG_GGM_tuning)
export(simulate_curves)
export(smooth_curves)
export(smooth_curves_credible_bands)
importFrom(Rcpp,sourceCpp)
useDynLib(BGSL, .registration = TRUE)