2.11.1 Exponential Flashcards

(12 cards)

1
Q

what does an exponential distribution model?

A

The exponential distribution is a continuous probability distribution that is mostly used to model waiting times between independent events that occur with a constant average rate. Examples include the lifetime of a machine, the time between arrival of buses, and the time until the next phone call.

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

what does the parameter theta mean for the exponential distribution?

A

This parameter is also the mean of the distribution. When describing the exponential distribution, the question will often state “X is exponentially distributed with mean theta.’’

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

whats the exponential’s relationship to the poisson?

A

Poisson random variable models the number of occurrences of an event in a fixed interval. This is related to the exponential distribution, which is used to model the waiting time between events.

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

whats the relationship between theta from the exponential and lambda from the possion?

A

theta= 1/lamdba

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

what is the pdf of the exponential rv parameterized on the mean (θ)?

A

f(x) = 1/θ * e^-(x/θ) where x>0

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

what’s the value of θ do to the exponential distribution graph?

A

generally it’s a exponential decay and theta is the scalar of the shape.

Smaller θ: Steeper decay, events happen quickly.
Larger θ: Slower decay, events take longer on average.

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

what’s the cdf of the exponential distribution parameterized on the mean (θ)?

A

F(x) = 1 - e^(-x/θ) where x>0

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

what’s the survival function of the exponential distribution parameterized on the mean (θ)?

A

S(x) = e^(-x/θ) where x>0

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

what is mean and variance of the exponential distribution parameterized on the mean (θ)?

A

E(X) = θ
Var(X) = θ^2

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

how does the memoryless property of the exponential r.v. with it’s E(X) and Var(X)?

A

E[X - c | X > c] = E[X] = E(X) = θ

Var[X - c | X > c] = Var(X) = θ^2

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

how does the memoryless property of the exponential r.v. with it’s probability?

A

P(X - c > b |X > c) = P(X > b), where b is greater than 0.

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

can the exponential be parameterized on (λ) and not θ?

A

yes.

f(x) = λe^(-λx) where x>0

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