Click or drag to resize
Accord.NET (logo)

FoldedNormalDistribution Constructor (Double)

Creates a new FoldedNormalDistribution with the given mean and unit standard deviation.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public FoldedNormalDistribution(
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double mean
)
Request Example View Source

Parameters

mean
Type: SystemDouble
The mean of the original normal distribution that should be folded.
See Also