Description Usage Arguments Details Value
View source: R/DA-conservative-DAMH.R
Uses http://aimsciences.org//article/doi/10.3934/fods.2019005
1 2 3 4 5 6 7 8 9 10 11 12 | mh_da_step_bglr(
new_particles,
old_particles,
var,
temp,
loglike,
pre_trans = identity,
time_on = T,
approx_ll_weights = NULL,
mvn_step_scale = NULL,
reg_warnings = T
)
|
new_particles |
Locations for proposed new particles. |
old_particles |
Locations for current/old particles. |
var |
Empirical variance for Mahalanobis distance calculation. |
temp |
Current SMC temperature. |
loglike |
Generic log-likelihood interface. Vectorised! |
pre_trans |
Pre-transformation for approximate log-likelihood. |
time_on |
Logical. Should computation time be recorded? |
approx_ll_weights |
Weights for approximate likelihood. |
mvn_step_scale |
Step scale used for to generate each proposed particle. |
reg_warnings |
Print regression warnings. |
Assumes symmetric or independent kernel.
List.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.