Click or drag to resize
Accord.NET (logo)

MultivariateEmpiricalDistributionFit Method (Double, Int32, MultivariateEmpiricalOptions)

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(
	double[][] observations,
	int[] weights,
	MultivariateEmpiricalOptions options
)
Request Example View Source

Parameters

observations
Type: SystemDouble
The array of observations to fit the model against.
weights
Type: SystemInt32
The weight vector containing the weight for each of the samples.
options
Type: Accord.Statistics.Distributions.FittingMultivariateEmpiricalOptions
Optional arguments which may be used during fitting, such as regularization constants and additional parameters.
See Also