|
InverseWishartDistribution Constructor
|
Creates a new Inverse Wishart distribution.
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public InverseWishartDistribution(
double degreesOfFreedom,
double[,] inverseScale
)
Public Sub New (
degreesOfFreedom As Double,
inverseScale As Double(,)
)
Request Example
View SourceParameters
- degreesOfFreedom
- Type: SystemDouble
The degrees of freedom v. - inverseScale
- Type: SystemDouble
The inverse scale matrix Ψ (psi).
See Also