|
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
)
Public Sub New (
dimension As Integer,
degreesOfFreedom As Integer
)
Request Example
View SourceParameters
- dimension
- Type: SystemInt32
The number of rows in the covariance matrices. - degreesOfFreedom
- Type: SystemInt32
The degrees of freedom n.
See Also