scaletuning | R Documentation |
Scales the given step size (between 0 and 1) based on the current acceptance rate to get closed to the desired acceptance rate
scaletuning(step, target_acceptance_rate_theta, pcur)
step |
the current step size |
target_acceptance_rate_theta |
the desired acceptance rate |
pcur |
the current acceptance rate |
the scaled step size
Other mcmc:
generate_start_tab()
,
rm_scale()
,
save_infection_history_to_disk()
,
serosolver()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.