dmvstud | R Documentation |
The function is adapted from mvtnorm
package and computes the (log)-density
of the whole sample.
dmvstud(x, mu = rep(0, p), sigma = diag(p), df = 1, logd = TRUE)
x |
vector or matrix of observations |
mu |
centrality parameter |
sigma |
covariance matrix |
df |
degrees of freedom parameter, default to 1 (Cauchy distribution) |
logd |
logical; should log-density be returned? default to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.