Statistical Concepts and Probability

Types of Probability Calculations in Statistics

  1. Basic Probability Calculation:

    • Formula: P(Event) = (Number of outcomes in the event)/(Total number of outcomes)

    • This calculates the likelihood of an event occurring when all outcomes are equally likely.

  2. Probability of Specific Outcomes:

    • Examples include calculating the probability of rolling a specific number on a die or flipping a specific number of heads during coin flips.

    • E.g.,

      • Probability of getting a 5 in a dice roll: P(C) = 1/6

      • Probability of obtaining an odd number: P(I) = 3/6 = 1/2

  3. Conditional Probability:

    • Formula: P(B|A) = P(A and B) / P(A)

    • This measures the probability of event B occurring given that event A has already occurred.

    • There’s also another representation: P(A|B) = P(A and B) / P(B).

  4. Calculating Joint Probability:

    • This combines probabilities of both events A and B occurring using conditional probability.

    • Example: to find P(A and B), you might deduce P(B|A) and then calculate: P(A and B) = P(B|A)P(A).

  5. Complement of Events:

    • Formula: P(A) = 1 - P(~A)

    • This shows the probability of an event happening is the complement of the probability of it not happening.

  6. Mutually Exclusive Events:

    • When two events cannot happen at the same time, the probability is calculated as: P(A OR B) = P(A) + P(B).

  7. Final Probability Calculation Using Bayes' Theorem:

    • This is used in scenarios like medical testing, where the likelihood of a true positive (e.g., having COVID) is calculated using prior probabilities and conditional probabilities.

    • Example: P(Léa has COVID | Test positive) is found using both the rate of infection and the accuracy of the test.

These calculations provide the foundation for understanding and interpreting probabilities within various statistical contexts.