|
PowerNormalDistribution Constructor
|
Constructs a Power Normal distribution
with given power (shape) parameter.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public PowerNormalDistribution(
[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double power
)
Public Sub New (
<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> power As Double
)
Request Example
View SourceParameters
- power
- Type: SystemDouble
The distribution's power p.
See Also