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/pmf/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
@@ -161,7 +161,7 @@ for ( i = 0; i < 10; i++ ) {
161
161
162
162
#### stdlib_base_dists_bernoulli_pmf( x, p )
163
163
164
-
Evaluates the probability mass function (PMF) for a Bernoulli distribution with success probability `0 <= p <= 1`.
164
+
Returns a function for evaluating the [probability mass function][pmf] (PMF) of a [Bernoulli][bernoulli-distribution] distribution with success probability `0 <= p <= 1`.
165
165
166
166
```c
167
167
double y = stdlib_base_dists_bernoulli_pmf( 0.5, 0.5 );
0 commit comments