dwishart | R Documentation |
This function provides the probability density function for the Wishart distribution.
dwishart(x, M, nu, logged = FALSE)
x |
p x p positive definite matrix. |
M |
p x p mean matrix. Note that M = nu*V where V is the scale matrix. |
nu |
Degrees of freedom. |
logged |
Logical. If TRUE, probability given on log scale. |
The probability density function value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.