Click or drag to resize
Accord.NET (logo)

FoldedNormalDistribution Constructor (Double, Double)

Creates a new FoldedNormalDistribution with the given mean and stdDev

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,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double stdDev
)
Request Example View Source

Parameters

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