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/gumbel/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
@@ -166,7 +166,7 @@ for ( i = 0; i < 100; i++ ) {
166
166
167
167
#### stdlib_base_dists_gumbel_cdf( x, mu, beta )
168
168
169
-
Evaluates the cumulative distribution function (CDF) for a Gumbel distribution
169
+
Evaluates the [cumulative distribution function][cdf] (CDF) for a [Gumbel][gumbel-distribution] distribution with parameters `mu` (location parameter) and `beta` (scale parameter).
170
170
171
171
```c
172
172
double out = stdlib_base_dists_gumbel_cdf( 10.0, 0.0, 3.0 );
0 commit comments