lndIWishart {bayesm} | R Documentation |
lndIWishart
computes the log of an Inverted Wishart density.
lndIWishart(nu, V, IW)
nu |
d.f. parameter |
V |
"location" parameter |
IW |
ordinate for density evaluation |
Z ~ Inverted Wishart(nu,V).
in this parameterization, E[Z]=1/(nu-k-1) V, V is a k x k matrix
lndIWishart
computes the complete log-density, including normalizing constants.
log density value
This routine is a utility routine that does not check the input arguments for proper dimensions and type.
Peter Rossi, Graduate School of Business, University of Chicago, Peter.Rossi@ChicagoGsb.edu.
For further discussion, see Bayesian Statistics and Marketing
by Rossi, Allenby and McCulloch, Chapter 2.
http://faculty.chicagogsb.edu/peter.rossi/research/bsm.html
## lndIWishart(5,diag(3),(diag(3)+.5))