Generate n random matrices, distributed according
to the pseudo Wishart distribution with parameters Sigma
and
df
, \(W_p(\Sigma, df)\), with sample size
df
less than the dimension p
.
Let \(X_i\), \(i = 1, 2, ..., df\) be df
observations of a multivariate normal distribution with mean 0 and
covariance Sigma
. Then \(\sum X_i X_i'\) is distributed as a pseudo
Wishart \(W_p(\Sigma, df)\). Sometimes this is called a
singular Wishart distribution, however, that can be confused with the case
where \(\Sigma\) itself is singular. If cases with a singular
\(\Sigma\) are desired, this function cannot provide them.