Skip to content

Commit 6fe624a

Browse files
chore: update repl
1 parent 0009cc7 commit 6fe624a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/pmf/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{{alias}}( x, p )
33
Evaluates the probability mass function (PMF) for a Bernoulli distribution
4-
with success probability `0 <= p <= 1`.
4+
with success probability `p` at a value `x`.
55

66
If provided `NaN` as any argument, the function returns `NaN`.
77

0 commit comments

Comments
 (0)