|
a |
|
b/src/moves.h |
|
|
1 |
|
|
|
2 |
Rcpp::List cpp_move_mu(Rcpp::List param, Rcpp::List data, Rcpp::List config, |
|
|
3 |
Rcpp::RObject custom_ll = R_NilValue, |
|
|
4 |
Rcpp::RObject custom_prior = R_NilValue); |
|
|
5 |
|
|
|
6 |
Rcpp::List cpp_move_pi(Rcpp::List param, Rcpp::List data, Rcpp::List config, |
|
|
7 |
Rcpp::RObject custom_ll = R_NilValue, |
|
|
8 |
Rcpp::RObject custom_prior = R_NilValue); |
|
|
9 |
|
|
|
10 |
Rcpp::List cpp_move_eps(Rcpp::List param, Rcpp::List data, Rcpp::List config, |
|
|
11 |
Rcpp::RObject custom_ll = R_NilValue, |
|
|
12 |
Rcpp::RObject custom_prior = R_NilValue); |
|
|
13 |
|
|
|
14 |
Rcpp::List cpp_move_lambda(Rcpp::List param, Rcpp::List data, Rcpp::List config, |
|
|
15 |
Rcpp::RObject custom_ll = R_NilValue, |
|
|
16 |
Rcpp::RObject custom_prior = R_NilValue); |
|
|
17 |
|
|
|
18 |
Rcpp::List cpp_move_t_inf(Rcpp::List param, Rcpp::List data, |
|
|
19 |
Rcpp::RObject list_custom_ll = R_NilValue); |
|
|
20 |
|
|
|
21 |
Rcpp::List cpp_move_alpha(Rcpp::List param, Rcpp::List data, |
|
|
22 |
Rcpp::RObject list_custom_ll = R_NilValue); |
|
|
23 |
|
|
|
24 |
Rcpp::List cpp_move_swap_cases(Rcpp::List param, Rcpp::List data, |
|
|
25 |
Rcpp::RObject list_custom_ll = R_NilValue); |
|
|
26 |
|
|
|
27 |
Rcpp::List cpp_move_kappa(Rcpp::List param, Rcpp::List data, |
|
|
28 |
Rcpp::List config, |
|
|
29 |
Rcpp::RObject list_custom_ll = R_NilValue); |
|
|
30 |
|