|
FoldedNormalDistribution Constructor (Double, Double)
|
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic FoldedNormalDistribution(
[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)] double mean,
[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double stdDev
)
Public Sub New (
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)> mean As Double,
<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> stdDev As Double
)
Request Example
View SourceParameters
- 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