View source: R/update_proposal.r
update_proposal | R Documentation |
This function takes the provided bi_model
and adds a generic
Gaussian proposal distribution.
update_proposal(model, truncate = TRUE, blocks = c("parameter", "initial"))
model |
a |
truncate |
truncate the multivariate normal proposals according to the used priors, e.g. truncating a parameter with beta prior at 0 and 1 |
blocks |
blocks to use (out of "parameter" and "initial") |
the updated bi model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.