Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

a
Type: SystemDouble
The distribution's non-negative shape parameter a.
b
Type: SystemDouble
The distribution's non-negative shape parameter b.
See Also