|
FoldedNormalDistribution Constructor (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
)
Public Sub New (
<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)> mean As Double
)
Request Example
View SourceParameters
- mean
- Type: SystemDouble
The mean of the original normal distribution that should be folded.
See Also