MatrixObject.MatrixDrawInverseWishart

This function returns an N by N matrix of random numbers from the inverse Wishart distribution. Covariance matrix is N by N.

Syntax Parameters Return Value
Function MatrixObject.MatrixDrawInverseWishart( _
    DegreesOfFreedom As Double, _
    CovarianceMatrix As Variant, _
    Optional ByRef Seed As Variant) As Variant
  • DegreesOfFreedom [in]

Type: Double

  • CovarianceMatrix [in]

Type: Variant

  • Seed [in,out,optional]

Type: Variant

Variant