Click or drag to resize
Accord.NET (logo)

MultivariateNormalDistributionEstimate Method (Double, Double, NormalOptions)

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,
	NormalOptions options
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights
Type: SystemDouble
options
Type: Accord.Statistics.Distributions.FittingNormalOptions

Return Value

Type: MultivariateNormalDistribution
Examples
See Also