lndMvst | R Documentation |
lndMvst
computes the log of a Multivariate Student-t Density.
lndMvst(x, nu, mu, rooti, NORMC)
x |
density ordinate |
nu |
d.f. parameter |
mu |
mu vector |
rooti |
inv of Cholesky root of |
NORMC |
include normalizing constant (def: |
z
\sim
MVst(mu, nu, \Sigma)
Log density value
This routine is a utility routine that does not check the input arguments for proper dimensions and type.
Peter Rossi, Anderson School, UCLA, perossichi@gmail.com.
For further discussion, see Chapter 2, Bayesian Statistics and Marketing by Rossi, Allenby, and McCulloch.
lndMvn
Sigma = matrix(c(1, 0.5, 0.5, 1), ncol=2)
lndMvst(x=c(rep(0,2)), nu=4,mu=c(rep(0,2)), rooti=backsolve(chol(Sigma),diag(2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.