Click or drag to resize
Accord.NET (logo)

WishartDistribution Constructor (Int32, Int32)

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 dimension,
	int degreesOfFreedom
)
Request Example View Source

Parameters

dimension
Type: SystemInt32
The number of rows in the covariance matrices.
degreesOfFreedom
Type: SystemInt32
The degrees of freedom n.
See Also