Click or drag to resize
Accord.NET (logo)

MultivariateNormalDistributionEstimate Method (Double, Double)

Estimates a new Normal distribution 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 MultivariateNormalDistribution Estimate(
	double[][] observations,
	double[] weights
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights
Type: SystemDouble

Return Value

Type: MultivariateNormalDistribution
Examples
See Also