|
IndependentTDistribution, TObservation Constructor (Int32, TDistribution)
|
Namespace:
Accord.Statistics.Distributions.Multivariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Independent(
int dimensions,
TDistribution component
)
Public Sub New (
dimensions As Integer,
component As TDistribution
)
Request Example
View SourceParameters
- dimensions
- Type: SystemInt32
The number of independent component distributions. - component
- Type: TDistribution
A base component which will be cloned to all dimensions.
See Also