-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
57 lines (56 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(bin2dec_vec)
export(compute_product_Bern_table)
export(cuthill_mckee)
export(distAB)
export(do_update_Q_one)
export(equal_unit_vec)
export(eval_string)
export(f)
export(fix_cluster)
export(get_freq)
export(log_f_logden)
export(log_f_logprima)
export(log_full)
export(log_marginal)
export(log_marginal_Q_identity)
export(log_pr_Qml_cond)
export(log_pr_Qml_cond_enum)
export(mblock)
export(merge_H_Q)
export(merge_H_col)
export(merge_Q)
export(merge_map)
export(metrop_flip)
export(mfm_coefficients)
export(order_mat_byrow)
export(ordered_insert)
export(ordered_next)
export(ordered_remove)
export(plot_individual_pred)
export(plot_population_fractions)
export(plot_rewind)
export(plot_truth)
export(postprocess_H_Q)
export(restricted_gibbs)
export(sampler)
export(scatterhist)
export(simulate_Q)
export(simulate_Q_dat)
export(simulate_data)
export(split_merge)
export(summarize_latent_state_given_Q)
export(trunc_rbeta)
export(update_Q)
export(update_Q_col_block)
export(update_alpha)
export(update_mu_PR)
export(update_positive_rate)
export(update_prevalence)
export(update_pseudo_n_PR)
export(z2comat)
import(graphics)
import(stats)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
useDynLib(rewind)