Skip to content

Commit 106ae56

Browse files
authored
docs: update description
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 90b084c commit 106ae56

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/uniform/cdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/uniform/cdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for ( i = 0; i < 25; i++ ) {
165165

166166
#### stdlib_base_dists_uniform_cdf( x, a, b )
167167

168-
Evaluates the cumulative distribution function (CDF) for an uniform distribution.
168+
Evaluates the [cumulative distribution function][cdf] (CDF) for a [uniform][uniform-distribution] distribution with parameters `a` (minimum support) and `b` (maximum support).
169169

170170
```c
171171
double out = stdlib_base_dists_uniform_cdf( 9.0, 0.0, 10.0 );

0 commit comments

Comments
 (0)