-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(CRS_markov)
export(CRS_markov_2)
export(HID_markov)
export(HID_markov_2)
export(HID_markov_3)
export(IMIS_)
export(LLK_GOF)
export(PSA_calib_values)
export(SS_MicroSim)
export(SS_markov)
export(backTransform)
export(calculate_likelihood)
export(calculate_posterior)
export(calculate_posteriors)
export(calculate_prior)
export(calculate_priors)
export(calibR_R6)
export(calibTest_rosen)
export(calibrateModel_beyesian)
export(calibrateModel_beyesian2)
export(calibrateModel_directed)
export(effective_sample_size)
export(import_plots_fonts)
export(log_likelihood)
export(log_posterior)
export(log_posteriors)
export(log_prior)
export(log_priors)
export(logit_to_prob)
export(name_HID_params)
export(plot_fitness_function)
export(plot_pri_post_distributions)
export(plot_targets)
export(prob_to_logit)
export(run_PSA)
export(run_demo_App)
export(sample_prior_FGS)
export(sample_prior_FGS_)
export(sample_prior_IMIS)
export(sample_prior_LHS)
export(sample_prior_RGS)
export(sample_prior_RGS_)
export(wSSE_GOF)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(calibR, .registration = TRUE)