|
IndependentTDistribution Constructor (Int32)
|
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Independent(
int dimensions
)
Public Sub New (
dimensions As Integer
)
Request Example
View SourceParameters
- dimensions
- Type: SystemInt32
The number of independent component distributions.
See Also