[dfe06d]: / src / moves.h

Download this file

31 lines (21 with data), 1.2 kB

 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
Rcpp::List cpp_move_mu(Rcpp::List param, Rcpp::List data, Rcpp::List config,
Rcpp::RObject custom_ll = R_NilValue,
Rcpp::RObject custom_prior = R_NilValue);
Rcpp::List cpp_move_pi(Rcpp::List param, Rcpp::List data, Rcpp::List config,
Rcpp::RObject custom_ll = R_NilValue,
Rcpp::RObject custom_prior = R_NilValue);
Rcpp::List cpp_move_eps(Rcpp::List param, Rcpp::List data, Rcpp::List config,
Rcpp::RObject custom_ll = R_NilValue,
Rcpp::RObject custom_prior = R_NilValue);
Rcpp::List cpp_move_lambda(Rcpp::List param, Rcpp::List data, Rcpp::List config,
Rcpp::RObject custom_ll = R_NilValue,
Rcpp::RObject custom_prior = R_NilValue);
Rcpp::List cpp_move_t_inf(Rcpp::List param, Rcpp::List data,
Rcpp::RObject list_custom_ll = R_NilValue);
Rcpp::List cpp_move_alpha(Rcpp::List param, Rcpp::List data,
Rcpp::RObject list_custom_ll = R_NilValue);
Rcpp::List cpp_move_swap_cases(Rcpp::List param, Rcpp::List data,
Rcpp::RObject list_custom_ll = R_NilValue);
Rcpp::List cpp_move_kappa(Rcpp::List param, Rcpp::List data,
Rcpp::List config,
Rcpp::RObject list_custom_ll = R_NilValue);