Click or drag to resize
Accord.NET (logo)

GeneralizedNormalDistributionNormal Method

Create an NormalDistribution distribution using a GeneralizedNormalDistribution specialization.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static GeneralizedNormalDistribution Normal(
	double mean,
	double stdDev
)
Request Example View Source

Parameters

mean
Type: SystemDouble
The Normal's mean parameter μ (mu).
stdDev
Type: SystemDouble
The Normal's standard deviation σ (sigma).

Return Value

Type: GeneralizedNormalDistribution
A GeneralizedNormalDistribution that provides a NormalDistribution distribution.
See Also