Chapter 4 Flashcards
What is the pdf of a r.v. X with an exponential distribution?
f(x;l) = l * e^-(l*x) when x >= 0, 0 otherwise
What is the cdf of a r.v X with an exponential distribution?
F(x;l) = 1 - l * e^-(l*x) when x >= 0, 0 otherwise
If X has a normal distribution with mean u and standard deviation sigma what is Z?
Z = (X - u) / sigma
What is P(a less= x less=b)
= O((b - u) / sigma) - O((a - u) / sigma)
What is P(X less= a)
= O((a - u) / sigma)
What is P(X >= a) if X has a normal distribution?
= 1 - O((a - u) / sigma)
What is V(X)?
it is variance and it = E(X^2) - [E(X)]^2
What is the P(X > t) where X has an exponential distribution?
e^(lambda*t)
What is the P( X
1 - P(X > t)
P(A|B)
= P( A n B)/ P(B)
What is the a formula for standard deviation?
Sqrt((1/n-1)(sum(Xi^2) - (sum(Xi)^2)/n))