|
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
)
Public Sub New (
degreesOfFreedom As Integer,
scale As Double(,)
)
Request Example
View SourceParameters
- degreesOfFreedom
- Type: SystemInt32
The degrees of freedom n. - scale
- Type: SystemDouble
The positive-definite matrix scale matrix V.
See Also