Chapter 4 Flashcards

1
Q

What is the pdf of a r.v. X with an exponential distribution?

A

f(x;l) = l * e^-(l*x) when x >= 0, 0 otherwise

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

What is the cdf of a r.v X with an exponential distribution?

A

F(x;l) = 1 - l * e^-(l*x) when x >= 0, 0 otherwise

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

If X has a normal distribution with mean u and standard deviation sigma what is Z?

A

Z = (X - u) / sigma

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

What is P(a less= x less=b)

A

= O((b - u) / sigma) - O((a - u) / sigma)

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

What is P(X less= a)

A

= O((a - u) / sigma)

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

What is P(X >= a) if X has a normal distribution?

A

= 1 - O((a - u) / sigma)

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

What is V(X)?

A

it is variance and it = E(X^2) - [E(X)]^2

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

What is the P(X > t) where X has an exponential distribution?

A

e^(lambda*t)

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

What is the P( X

A

1 - P(X > t)

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

P(A|B)

A

= P( A n B)/ P(B)

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

What is the a formula for standard deviation?

A

Sqrt((1/n-1)(sum(Xi^2) - (sum(Xi)^2)/n))

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