\(x\) is positive definite, \(\nu \geq d\), and \(\Sigma\) is symmetric and positive definite, where \(\nu\) and \(\Sigma\) are positive definite and the scale matrix, respectively.
Usage
draw.wishart(no.row,d,nu,sigma)
Arguments
no.row
Number of rows to generate.
d
Number of variables to generate.
nu
Degrees of freedom.
sigma
Scale matrix.
Value
A \(no.row \times d^2\) matrix of Wishart deviates in the form of rows.To obtain the Wishart matrix, convert each row to a matrix where rows are filled first.