Description Usage Arguments Value Examples
Density function for the Normal-Gamma distribution
1 | dnorgam(mu, tau, mu0, n0, a0, b0)
|
mu |
likelihood evaluated when mean takes on value mu |
tau |
likelihood evaluated when precision takes on value tau |
mu0 |
hyperparameter describing mu |
n0 |
hyperparameter describing effective sample size associated with mu0 |
a0 |
hyperparameter describing shape parameter of precision parameter |
b0 |
hyperparameter describing rate parameter of precision parameter |
Returns the value of the Normal-gamma density function at the point passed.
1 2 3 4 | ## Not run:
dnorgam()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.