Click or drag to resize
Accord.NET (logo)

IndependentTDistribution, TObservation, TOptions Constructor (TDistribution)

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Independent(
	params TDistribution[] components
)
Request Example View Source

Parameters

components
Type: TDistribution
The components.
See Also