Foundations of Computing - Poisson Distribution

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to Poisson distributions, their approximations using normal distributions, and relevant statistical terms discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Poisson Distribution

A statistical model for events that are randomly distributed in time/space, characterized by a mean number of events in a fixed period.

2
New cards

Random Variable (X)

A variable representing a numerical outcome of a random phenomenon; X ∼ Po(λ) indicates it follows a Poisson distribution with mean λ.

3
New cards

Cumulative Poisson Probability

The probability that a Poisson random variable takes a value less than or equal to a specific value x; denoted as P(X ≤ x).

4
New cards

Normal Distribution

A continuous probability distribution characterized by a bell-shaped curve, defined by mean μ and standard deviation σ; denoted as X ∼ N(μ, σ²).

5
New cards

Continuity Correction

An adjustment made when using a normal distribution to approximate a discrete distribution; it involves using x ± 0.5.

6
New cards

Standard Normal Variable (Z)

A normal variable with a mean of 0 and a standard deviation of 1, typically used for standardization of normal distributions.

7
New cards

λ (Lambda)

The mean number of events in a Poisson distribution; it also serves as the mean and standard deviation when approximating with a normal distribution.

8
New cards

Probability Density Function

A function that describes the likelihood of a continuous random variable to take a specific value; areas under the curve represent probabilities.

9
New cards

P(X=x)

The probability of a precise count of events (x) occurring in a Poisson distribution, computable through the formula P(X=x) = (e^(-λ) * λ^x) / x!.

10
New cards

P(Y < x + 0.5)

The probability of a continuous random variable Y being less than x + 0.5, used in conjunction with continuity correction for approximating probabilities.