Click or drag to resize
Accord.NET (logo)

JointDistributionFit Method (Int32)

Fits the underlying distribution to a given set of observations.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Fit(
	int[][] observations
)
Request Example View Source

Parameters

observations
Type: SystemInt32
The array of observations to fit the model against. The array elements can be either of type double (for univariate data) or type double[] (for multivariate data).

Implements

IFittableTObservationsFit(TObservations)
See Also