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/bernoulli/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
@@ -157,7 +157,7 @@ for ( i = 0; i < 10; i++ ) {
157
157
158
158
#### stdlib_base_dists_bernoulli_cdf( x, p )
159
159
160
-
Returns a function for evaluating the [cumulative distribution function][cdf]of a [Bernoulli][bernoulli-distribution] distribution with success probability `p`
160
+
Evaluates the [cumulative distribution function][cdf]for a [Bernoulli][bernoulli-distribution] distribution with success probability `p`.
161
161
162
162
```c
163
163
double y = stdlib_base_dists_bernoulli_cdf( 0.5, 0.5 );
0 commit comments