|
KumaraswamyDistribution Constructor
|
Constructs a new Kumaraswamy's double bounded distribution with
the given two non-negative shape parameters a and b.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public KumaraswamyDistribution(
[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double a,
[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double b
)
Public Sub New (
<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> a As Double,
<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> b As Double
)
Request Example
View SourceParameters
- a
- Type: SystemDouble
The distribution's non-negative shape parameter a. - b
- Type: SystemDouble
The distribution's non-negative shape parameter b.
See Also