Details
The Kumaraswamy distribution is continuous on \((0, 1)\) with strictly positive shape parameters \(a\) and \(b\). Its probability density function is
\(f(y; a, b) = a b y^{a - 1} (1 - y^a)^{b - 1},\)
and its cumulative distribution function is
\(F(y; a, b) = 1 - (1 - y^a)^b.\)
Consequently, the quantile function is
F^{-1}(p; a, b) = (1 - (1 - p){1/b}){1/a}.
For a parameter \(\mu\), shiftlog(shift = s) defines the link and inverse link
g() = (- s), g^{-1}() = () + s,
with domain \(\mu > s\). The default shift = 1 therefore restricts both shape parameters to be greater than 1. In that case the distribution has the unique interior mode
\(\left(\frac{a - 1}{a b - 1}\right)^{1/a}.\)
When alternative links allow \(a \leq 1\) or \(b \leq 1\), the family returns NA for the interior mode.
Value
Kumaraswamy() and KS() return the same “gamlss2.family” object. It provides probability density, cumulative distribution, quantile, and random-generation functions, as well as the mean, variance, and interior mode. Its random generator follows the family convention random(par, n).
shiftlog() returns a link specification of class “link-glm”.