Skip to content

Commit 5a4ed12

Browse files
chore: update markdown description
1 parent b0bc19e commit 5a4ed12

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/pmf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/pmf/README.md

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

162162
#### stdlib_base_dists_bernoulli_pmf( x, p )
163163

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`.
165165

166166
```c
167167
double y = stdlib_base_dists_bernoulli_pmf( 0.5, 0.5 );

0 commit comments

Comments
 (0)