Click or drag to resize
Accord.NET (logo)

JointDistributionEstimate Method

Estimates a new JointDistribution from a given set of observations.

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

Parameters

values
Type: SystemInt32

Return Value

Type: JointDistribution
Examples
Please see JointDistribution.
See Also