Understanding the Binomial and Poisson Distributions

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts of binomial and Poisson distributions as outlined in the notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Binomial Distribution

A probability distribution that summarizes the likelihood that a value will take one of two independent outcomes across a specified number of trials.

2
New cards

Trial

Each repetition of an experiment in the context of a binomial distribution, typically resulting in two possible outcomes.

3
New cards

Factorial (k!)

The product of all positive integers up to k, denoted as k! = k(k-1)\dots3 \cdot 2 \cdot 1, with 0! defined as 1.

4
New cards

Binomial Coefficient

Denoted as {n \choose x}, it represents the number of ways to choose x successes from n trials, calculated using the formula n!/(x!(n-x)!). Alternatively, this can be represented as {n \choose k} = \frac{n!}{k!(n-k)!}. Also known as the combination formula.

5
New cards

Bernoulli Trials

Trials that meet three conditions: two possible outcomes (success and failure), independent outcomes, and a constant probability of success (denoted p).

6
New cards

Binomial Probability Formula

The formula P(X = x) = {n \choose x} p^x (1-p)^{n-x} used to calculate the probability of obtaining exactly x successes in n Bernoulli trials.

7
New cards

Mean (\mu) of Binomial Distribution

Calculated as \mu = n \cdot p, representing the expected number of successes.

8
New cards

Standard Deviation (\sigma) of Binomial Distribution

Calculated as \sigma = \sqrt{np(1-p)}, providing a measure of the variability of the number of successes.

9
New cards

Poisson Distribution

A discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space.

10
New cards

Poisson Probability Formula

Given by P(X = x) = (e^{-\lambda} \cdot \lambda^x) / x! for x = 0, 1, 2, \dots, modeling the probability of x events in an interval given an average rate \lambda.

11
New cards

Mean (\mu) of Poisson Distribution

Equal to the parameter \mu = \lambda representing the average number of occurrences in a fixed interval.

12
New cards

Standard Deviation (\sigma) of Poisson Distribution

Equal to the square root of the mean, $