2.14.1 Lognormal Flashcards

(12 cards)

1
Q

What is a lognormal distribution?

A

A distribution where the logarithm of the variable is normally distributed.

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

What’s the key relationship between the normal and lognormal distributions?

A

If X ~ Lognormal(μ, σ), then ln(X) ~ Normal(μ, σ)

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

What is the PDF of a lognormal distribution?

A

f(x) = (1 / (xσ√(2π))) * exp( - (ln(x) - μ)² / (2σ²) ), for x > 0

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

How is the CDF of a lognormal computed?

A

Use Φ((ln(x) - μ) / σ), where Φ is the standard normal CDF

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

What is the mean of X ~ Lognormal(μ, σ)?

A

E[X] = exp(μ + σ² / 2)

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

What is the variance of X ~ Lognormal(μ, σ)?

A

Var(X) = (exp(σ²) - 1) * exp(2μ + σ²)

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

Are μ and σ the mean and standard deviation of X?

A

No — they are the mean and standard deviation of ln(X)

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

What happens when you multiply independent lognormal variables?

A

Their product is also lognormal

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

What parameters result from multiplying X_i ~ Lognormal(μ_i, σ_i)?

A

The product is Lognormal(Σμ_i, Σσ_i²)

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

How do you calculate a percentile of a lognormal variable?

A

Take z such that Φ(z) = desired percentile → x = exp(μ + zσ)

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

What trick helps identify a lognormal in compound expressions?

A

Look for exponentials of sums of normal variables

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

How do you define a lognormal variable using a normal variable?

A

If Y ~ Normal(μ, σ), then X = e^Y is Lognormal(μ, σ)

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