Lines Matching refs:distribution
26 The Bernoulli distribution is a discrete distribution of the outcome
30 The Bernoulli distribution is the simplest building block
34 The Bernoulli is the binomial distribution (k = 1, p) with only one trial.
39 [@http://en.wikipedia.org/wiki/Cumulative_Distribution_Function Cumulative distribution function]
48 and the [@http://en.wikipedia.org/wiki/Cumulative_Distribution_Function Cumulative distribution fun…
57 bernoulli distribution] with success_fraction /p/.
61 Returns the /success_fraction/ parameter of this distribution.
76 The Bernoulli distribution is implemented with simple arithmetic operators
84 [note The Bernoulli distribution is implemented here as a /strict discrete/ distribution.
86 the binomial distribution with a single trial should be used, for example:
108 * [@http://en.wikipedia.org/wiki/Bernoulli_distribution Wikipedia Bernoulli distribution]