Chapter 4 Flashcards

(30 cards)

1
Q

What is a continuous random variable?

A

A variable that can take any value within a given range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the key difference between discrete and continuous random variables?

A

Discrete random variables have countable outcomes, while continuous random variables have uncountable outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why does P(X = x) = 0 for continuous random variables?

A

Because there are infinitely many possible values, making the probability of any single value zero.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the cumulative distribution function (CDF)?

A

A function that gives the probability that a random variable is less than or equal to a given value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the probability density function (PDF)?

A

A function that describes the likelihood of a continuous random variable taking on a specific value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the relationship between the CDF and PDF?

A

The PDF is the derivative of the CDF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What condition must a PDF satisfy?

A

It must be non-negative and integrate to 1 over its entire range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you compute the probability of a range of values for a continuous random variable?

A

By integrating the PDF over that range.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the expected value of a continuous random variable?

A

The integral of x times the PDF over all possible values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the formula for expectation in continuous variables?

A

E(X) = ∫ x fX(x) dx.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is variance in continuous probability distributions?

A

A measure of how spread out the values of a random variable are.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the formula for variance?

A

Var(X) = E(X²) - (E(X))².

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the uniform distribution?

A

A distribution where all values in an interval are equally likely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the PDF of the uniform distribution?

A

fX(x) = 1 / (b - a) for a ≤ x ≤ b, otherwise 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the expected value of a uniform distribution?

A

E(X) = (a + b) / 2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the variance of a uniform distribution?

A

Var(X) = (b - a)² / 12.

17
Q

What is the exponential distribution used for?

A

Modeling the time between independent events.

18
Q

What is the PDF of the exponential distribution?

A

fX(x) = λ e^(-λx) for x ≥ 0, otherwise 0.

19
Q

What is the expected value of an exponential distribution?

A

E(X) = 1 / λ.

20
Q

What is the variance of an exponential distribution?

A

Var(X) = 1 / λ².

21
Q

What is the memoryless property of the exponential distribution?

A

P(X > x + t | X > t) = P(X > x), meaning past waiting time does not affect future probabilities.

22
Q

What is the normal (Gaussian) distribution?

A

A continuous probability distribution that is symmetric around its mean.

23
Q

What is the PDF of a normal distribution?

A

fX(x) = (1 / (σ√(2π))) e^(-(x - μ)² / (2σ²)).

24
Q

What are the parameters of a normal distribution?

A

Mean (μ) and standard deviation (σ).

25
What is the standard normal distribution?
A normal distribution with mean 0 and variance 1.
26
What is the CDF of the normal distribution called?
The standard normal cumulative distribution function (Φ).
27
Why is the normal distribution important?
Because of the Central Limit Theorem, which states that sums of many independent random variables tend to follow a normal distribution.
28
What is a linear transformation of a normal variable?
If X ~ N(μ, σ²), then Y = aX + b is also normally distributed.
29
How is the probability of a normal variable computed?
Using the standard normal table or numerical integration.
30
What is the key takeaway about continuous distributions?
They are described by PDFs and CDFs, and probabilities are computed via integration.