Description Usage Arguments Value Author(s)
Fit a Multivariate Normal distribution to bivariate data using Bayesian
Inference. Uses the function rmultireg
to fit the model to the data.
1 | bayesMVN(x,y,R=10^4)
|
x |
A vector containing the x coordinates of the data. |
y |
A vector containing the y coordinates of the data. |
R |
The number of posterior draws to make. Defaults to 10^4. |
b |
The posterior draws of the estimated means. |
S |
The posterior draws of the estimated correlation matrix sigma. |
Andrew Jackson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.