Review of Poisson and Random Variables

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

1/13

flashcard set

Earn XP

Description and Tags

Flashcards about Discrete and Continuous Random variables

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

What distribution should be used to model the number of defects on a computer if the average of defects is 0.7 per computer?

Poisson distribution with a mean of 0.7.

2
New cards

If one computer is randomly checked, what's the probability that there are no defects (given the average is 0.7 defects per computer)?

P(X=0) = e^(-0.7) ≈ 0.4966

3
New cards

If 3 computers are randomly checked, what distribution would the number of defects found follow?

Poisson distribution.

4
New cards

What is the difference between discrete and continuous random variables?

Discrete random variables have countable values; continuous random variables have uncountably infinite possible values.

5
New cards

What does the area under a PDF (Probability Density Function) represent?

Probability as areas.

6
New cards

For a continuous random variable, what is the probability that X equals a specific value x?

P(X=x) = 0

7
New cards

How to calculate the value of constant C for a valid PDF?

The integral of f(x) over the support must be equal to 1.

8
New cards

If you don't finish eating chicken in 5 minutes and pay 20, otherwise pay 0, is the random variable Y (the amount you pay) discrete or continuous?

Discrete.

9
New cards

How to calculate expected value of Y?

E[Y] = Σ y * P(Y=y)

10
New cards

What is Expected Value?

The expected value (mean) of a random variable. It can be calculated as E[X] = Σ [x * P(X=x)] for discrete variables and E[X] = ∫ [x * f(x) dx] for continuous variables.

11
New cards

What is Variance?

A metric that is used to measure the spread of values in a probability distribution. It's represented as Var(X) = E[X^2] - (E[X])^2.

12
New cards

What is Standard Deviation?

A metric to measure the spread of data. It is mathematically the square root of the variance.

13
New cards

What is a Poisson process?

A model where, in a given set time, some number of events occur. Each event is independent and the rate at which these events occur follows a poisson distribution.

14
New cards

When are trials considered to be Bernoulli Trials (hint: 4 properties)?

Events are mutually exclusive, the trials are independent, the probability of success is constant, and there are a fixed number of trials.