Click or drag to resize
Accord.NET (logo)

MultivariateMixtureTEstimate Method (Double, T)

Estimates a new mixture model 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 MultivariateMixture<T> Estimate(
	double[][] data,
	params T[] components
)
Request Example View Source

Parameters

data
Type: SystemDouble
A set of observations.
components
Type: T
The initial components of the mixture model.

Return Value

Type: MultivariateMixtureT
Returns a new Mixture fitted to the given observations.
See Also