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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/cdf/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ for ( i = 0; i < x.length; i++ ) {
193
193
194
194
#### stdlib_base_dists_kumaraswamy_cdf( x, a, b )
195
195
196
-
Evaluates the cumulative distribution function (CDF) for a Kumaraswamy's double bounded distribution.
196
+
Evaluates the [cumulative distribution function][cdf] (CDF) for a [Kumaraswamy's double bounded][kumaraswamy-distribution] distribution with parameters `a` (first shape parameter) and `b` (second shape parameter).
197
197
198
198
```c
199
199
double out = stdlib_base_dists_kumaraswamy_cdf( 0.5, 1.0, 1.0 );
0 commit comments