Page 13 Probability Concepts and Distributions

Overview of Probability Concepts

  • Fundamental concepts in probability theory including definitions, formulas, and distributions.

Definitions

  • Probability (P): A measure of the likelihood that an event will occur.

  • P(A): The probability of event A occurring.

  • P(B): The probability of event B occurring.

Key Probability Formulas

  • P(A and B): Represents the probability that both events A and B occur together. It can be denoted as:
    • P(AB)=P(A)+P(B)P(AB)P(A \cap B) = P(A) + P(B) - P(A \cup B)
  • Conditional Probability:
    • P(BA)=P(AB)P(A)P(B|A) = \frac{P(A \cap B)}{P(A)}

Binomial Probability Distribution

  • A discrete probability distribution characterized by the number of trials (n), probability of success (p), and probability of failure (1-p).

Parameters of Binomial Distribution

  • n: Number of trials.
  • p: Probability of success on an individual trial.
  • 1-p (denoted as a): Probability of failure on an individual trial.

Expected Value and Mean

  • The expected value (mean) for a binomial distribution can be calculated as:
    • E(X)=n×pE(X) = n \times p

Standard Deviation of a Binomial Distribution

  • The standard deviation of the binomial distribution is given by:
    • σ=n×p×(1p)\sigma = \sqrt{n \times p \times (1 - p)}

Discrete Probability Distribution

  • A discrete probability distribution summarizes the probability of all possible outcomes of a random variable.

  • The function of a discrete probability distribution is defined as:

    • P(X)=x=1n(xP(x))P(X) = \sum_{x=1}^{n}(x \cdot P(x))

Explanation of Probability Variables

  • X: Represents any discrete random variable.
  • x: Each possible value that X can take.

Example Use Case

  • Example variables could include success in a coin flip scenario or trials in statistical experiments.