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