Families Of Continuous RVs 2 Flashcards
What is PDF of weibull distribution
PDF of weibull distribution is:
fx = LB * x^B-1 * e^-Lx^B for x >= 0 and 0 otherwise
What is the CDF of weibull distribution
CDF of weibull distribution is:
Fx = 1-e^-L(x^B) for x >= 0 and 0 otherwise
What is the gamma function
The gamma function is defined for t > 0 as:
G(t) = integral infinity down to 0 x^t-1 * e^-x dx
G(0.5) = root(pi)
What is G(t)
G(t) = (t-1)! For integer values of t
G(t+1)=tG(t)
What is the PDF of the gamma distribution
PDF of gamma distribution is:
fx = 1/G(k) * L^k * x^k-1 * e^-Lx for x >=0 L, k > 0
0 otherwise
What are mean and variance of gamma distribution
Mean and variance of gamma distribution are:
E(X) = k/L
Var(X)= k/L^2
If X~G(L,k) and Y=cX, what is the distribution of Y
Distribution of Y is:
Y~G(L/c ,k)
L is scale
What is relation between Gamma and exponential distributions
Relation between Gamma and exponential distributions is:
If x1,…,xk are independent RVs, then x1+…+xk ~Gamma(L,k)
If Y1 ~G(L,k1) and Y2~G(L,k2), where k1,k2 are integers, what is distribution of Y1+Y2
Distribution of Y1+Y2 is:
Y1+Y2 ~G(L,k1+k2)
What are relations between gamma and normal distributions
Relations between gamma and normal distributions are:
X~N(0,1) then X^2 ~ G(0.5,0.5)
X1,…Xk ~N(0,1) and are independent RVs, then X1+…+Xk ~G(0.5,k/2)