You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -191,7 +183,7 @@ for ( i = 0; i < p.length; i++ ) {
191
183
192
184
#### stdlib_base_dists_kumaraswamy_quantile( p, a, b )
193
185
194
-
Evaluates the quantile function of a Kumaraswamy's double bounded distribution.
186
+
Evaluates the quantile function of a [Kumaraswamy's double bounded][kumaraswamy-distribution] distribution with parameters `a` (first shape parameter) and `b` (second shape parameter).
195
187
196
188
```c
197
189
double out = stdlib_base_dists_kumaraswamy_quantile( 0.5, 1.0, 1.0 );
@@ -205,8 +197,7 @@ The function accepts the following arguments:
0 commit comments