Nothing
## File Name: frm_fb_mh_refresh_parameters.R
## File Version: 0.182
frm_fb_mh_refresh_parameters <- function( ind0, acc_bounds )
{
NM <- attr( ind0, 'NM')
NM1 <- NM + 1
for (mm in 1L:NM1){
ind0 <- frm_fb_refresh_parameters_step( mm=mm, ind0=ind0, name_MH='coef_MH',
name_sd_proposal='coef_sd_proposal', acc_bounds=acc_bounds )
if ( ind0[[mm]]$sample_sigma ){
ind0 <- frm_fb_refresh_parameters_step( mm=mm, ind0=ind0, name_MH='sigma_MH',
name_sd_proposal='sigma_sd_proposal', acc_bounds=acc_bounds )
}
}
return(ind0)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.