2024-06-03

Objectives

1.To comprehend the theoretical basis of binomial distribution. 2.To scrutinize the proprieties and characterization of binomial distribution. 3.To exhibit ways in which the binomial distribution can be utilized in everyday life. 4.Employ R to conduct data analysis and visualization through the binomial distribution.

Definition

If it shows the number of successes in n independent Bernoulli trials, with a probability of success p in each one, then a binomial distribution is followed by a particular random variable \(X\). Here is the formula of probability mass function (PMF) for the binomial random variable X:

Formula

The probability mass function (pmf) of a binomial distribution is given by: \[ P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} \] where:

  • \(n\) is the number of trials.

  • \(k\) is the number of successes.

  • \(p\) is the probability of success on a single trial.

  • \(\binom{n}{k}\) is the binomial coefficient, representing the number of ways to choose \(k\) successes out of \(n\) trials.

Properties

  1. Mean: \(\mu = np\)
  2. Variance: \(\sigma^2 = np(1-p)\)
  3. Standard Deviation: \(\sigma = \sqrt{np(1-p)}\)

The nature of the binomial process helps to establish these formulas.

Probability Mass Function

Probability mass function is the set of probabilities used by the binomial distribution to show the exact likelihood of “k” successes in “n” independent Bernoulli trials. Understanding the binomial setting success’ distribution, requires the use of this tool.

3D Visualization of Binomial PMF

This slide features a 3D chart showing how the probability changes with different numbers of successes (\(k\)) in various trials (\(n\) and \(p\)), useful in fields like manufacturing and medicine.

Cumulative Distribution Function

The cumulative distribution function (CDF) shows the probability that \(x\) will be less than or equal to \(k\) successes in \(n\) trials, accumulating probabilities up to \(k\).

Conclusion

The binomial distribution is a fundamental concept in statistics with applications in various fields such as biology, engineering, and economics. It models the number of successes in a fixed number of trials, providing insights into the probability of different outcomes.