View source: R/sample_Norm_inv_chisq.R
sample_Norm_inv_chisq | R Documentation |
Convenience function for sampling from the prior
distribution over mu
and sigma
.
sample_Norm_inv_chisq(n_samples = 10000, nu = 1, var = 1, mu = 0, kappa = 1)
n_samples |
number of samples taken from the prior |
nu |
prior on nu |
var |
prior on the variance |
mu |
prior on the mean |
kappa |
prior on kappa |
A tibble of associated samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.