-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
S3method("[[",particles)
S3method("[[<-",particles)
S3method("weights<-",particles)
S3method(as.list,particles)
S3method(ess,particles)
S3method(eve,particles)
S3method(length,particles)
S3method(names,particles)
S3method(print,particles)
S3method(resample_multinomial,numeric)
S3method(resample_multinomial,particles)
S3method(resample_stratified,numeric)
S3method(resample_stratified,particles)
S3method(weights,particles)
export("weights<-")
export(d_dt_lotka_volterra_lna)
export(ess)
export(eve)
export(eve_var_est)
export(generator_matrix_lotka_volterra_ctmc)
export(log_geometric_anneal_func)
export(log_lhood_lotka_volterra_ctmc)
export(log_lhood_lotka_volterra_lna)
export(log_likelihood_anneal_func)
export(log_likelihood_anneal_func_da)
export(mh_da_step_bglr)
export(mh_step)
export(min_da_mh_cost)
export(min_mh_cost)
export(mvn_jitter)
export(num_particles)
export(p_components)
export(p_dim)
export(p_shape)
export(papply)
export(particles)
export(replace_particles)
export(resample_multinomial)
export(resample_stratified)
export(robust_mean_cov)
export(run_smc_da)
export(select_reweight_particles)
export(simulate_ctmc)
export(simulate_lotka_volterra_ctmc)
export(time_steps_to_min_quantile_dist_bootstrap)
export(time_steps_to_min_quantile_dist_emp)
export(time_steps_to_min_quantile_dist_gamma)
export(time_steps_to_min_quantile_dist_median)
export(time_steps_to_min_quantile_dist_normal)
importFrom(Rcpp,sourceCpp)
importFrom(stats,weights)
importFrom(utils,tail)
useDynLib(smcdar, .registration = TRUE)