Bernoulli distribution #
We define the Bernoulli distribution over an arbitrary measurable space X. Given x y : X
and p : I (I is the unitInterval),
Ber(x, y, p) := toNNReal p • dirac x + toNNReal (σ p) • dirac y.
It is the measure which gives mass p to {x} and 1 - p to {y}.
Main definition #
bernoulliMeasure x y p: The measureBer(x, y, p)which gives masspto{x}and1 - pto{y}.
Notation #
Ber(x, y, p): notation forbernoulliMeasure x y p.
Tags #
Bernoulli distribution
The Bernoulli distribution over an arbitrary measurable space X.
Given x y : X and p : I (I is the unitInterval),
it is the measure which gives mass p to {x} and 1 - p to {y}.
Equations
Instances For
The Bernoulli distribution over an arbitrary measurable space X.
Given x y : X and p : I (I is the unitInterval),
it is the measure which gives mass p to {x} and 1 - p to {y}.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Bernoulli random variables #
The constant indicator of a set follows a Bernoulli distribution.
The constant indicator of a set follows a Bernoulli distribution.