Click or drag to resize
Accord.NET (logo)

SkewNormalDistributionNormal Method

Create a new SkewNormalDistribution that corresponds to a NormalDistribution with the given mean and standard deviation.

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

Parameters

mean
Type: SystemInt32
The distribution's mean value μ (mu).
stdDev
Type: SystemDouble
The distribution's standard deviation σ (sigma).

Return Value

Type: SkewNormalDistribution
A SkewNormalDistribution representing a NormalDistribution with the given parameters.
See Also