invWSamp {telefit} | R Documentation |
Samples an Inverse-Wishart matrix
Description
Samples W ~ IW(Psi, n)
Usage
invWSamp(Psi, n)
Arguments
Psi |
an |
n |
degrees of freedom parameter |
Examples
A = matrix(c(1,.5,.5,1), ncol=2)
W = invWSamp(A, 3)
[Package telefit version 1.0.3 Index]