Click or drag to resize
Accord.NET (logo)

JointDistribution Constructor (Int32, Int32)

Constructs a new joint discrete distribution.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public JointDistribution(
	int[] starts,
	int[] symbols
)
Request Example View Source

Parameters

starts
Type: SystemInt32
symbols
Type: SystemInt32
See Also