Bernoulli distribution

From WikiMD's WELLNESSPEDIA

Bernoulli Distribution is a discrete probability distribution for a random variable which can take a binary outcome: success (usually denoted by 1) or failure (usually denoted by 0). Named after Swiss mathematician Jacob Bernoulli, it is a special case of the two-point distribution, for which the outcome need not be a bit, and the two outcomes need not be equally likely.

Definition[edit]

A random variable X is said to have a Bernoulli distribution if it takes two values, 1 and 0, with probabilities p and 1-p respectively, where 0 < p < 1. This can be succinctly expressed using the probability mass function (PMF):

f(k) = pk(1-p)1-k for k ∈ {0,1}

Properties[edit]

The Bernoulli distribution has several important properties:

  • Expected value: The expected value of a Bernoulli random variable X is p.
  • Variance: The variance of a Bernoulli random variable X is p(1-p).
  • Skewness: The skewness of a Bernoulli random variable X is (1-2p)/√(pq), where q=1-p.
  • Kurtosis: The kurtosis of a Bernoulli random variable X is 1-6pq.

Applications[edit]

The Bernoulli distribution is widely used in various fields such as statistics, economics, psychology, and computer science. It is particularly useful in scenarios where outcomes are binary, such as coin tosses, success/failure experiments, and yes/no surveys.

Related Distributions[edit]

The Bernoulli distribution is related to several other probability distributions:

See Also[edit]

Bernoulli distribution gallery[edit]