InverseWishart(Double, MatrixDouble, Random) Constructor | 
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic InverseWishart(
	double degreesOfFreedom,
	Matrix<double> scale,
	Random randomSource
)
Parameters
- degreesOfFreedom  Double
 - The degree of freedom (ν) for the inverse Wishart distribution.
 - scale  MatrixDouble
 - The scale matrix (Ψ) for the inverse Wishart distribution.
 - randomSource  Random
 - The random number generator which is used to draw random samples.
 
See Also