Click or drag to resize
Accord.NET (logo)

WishartDistribution Constructor (Int32, Double)

Creates a new Wishart distribution.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public WishartDistribution(
	int degreesOfFreedom,
	double[,] scale
)
Request Example View Source

Parameters

degreesOfFreedom
Type: SystemInt32
The degrees of freedom n.
scale
Type: SystemDouble
The positive-definite matrix scale matrix V.
See Also