Click or drag to resize
Accord.NET (logo)

NormalDistributionEstimate Method (Double, NormalOptions)

Estimates a new Normal distribution from a given set of observations.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static NormalDistribution Estimate(
	double[] observations,
	NormalOptions options
)
Request Example View Source

Parameters

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

Return Value

Type: NormalDistribution
See Also