Click or drag to resize
Accord.NET (logo)

FoldedNormalDistributionHalfNormal Method

Creates a new Half-normal distribution with the givenstdDev. The half-normal distribution is a special case of the FoldedNormalDistribution when location is zero.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static FoldedNormalDistribution HalfNormal(
	double stdDev
)
Request Example View Source

Parameters

stdDev
Type: SystemDouble
The standard deviation of the original normal distribution that should be folded.

Return Value

Type: FoldedNormalDistribution
See Also