View source: R/get_mvn_params.r
get_mvn_params | R Documentation |
This function takes the provided libbi
which has been
run and returns the square root of the covariance matrix, which
can be used for proposal distributions
get_mvn_params(x, scale = 1, correlations = TRUE, fix)
x |
a |
scale |
a factor by which to scale all elements of the covariance matrix |
correlations |
logical; if TRUE, correlations are taken into account when constructing the parameters |
fix |
if this is set, all elements of the covariance matrix will be set to it |
the updated bi model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.