Click or drag to resize
Accord.NET (logo)

IndependentTDistribution, TObservation, TOptions Constructor (Int32, FuncTDistribution)

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Independent(
	int dimensions,
	Func<TDistribution> initializer
)
Request Example View Source

Parameters

dimensions
Type: SystemInt32
The number of independent component distributions.
initializer
Type: SystemFuncTDistribution
A function that creates a new distribution for each component index.
See Also