|
FoldedNormalDistributionHalfNormal Method
|
Creates a new Half-normal distribution with the given
stdDev. 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
)
Public Shared Function HalfNormal (
stdDev As Double
) As FoldedNormalDistribution
Request Example
View SourceParameters
- stdDev
- Type: SystemDouble
The standard deviation of the original normal distribution that should be folded.
Return Value
Type:
FoldedNormalDistributionSee Also