Families Of Continuous RVs 2 Flashcards

1
Q

What is PDF of weibull distribution

A

PDF of weibull distribution is:

fx = LB * x^B-1 * e^-Lx^B for x >= 0 and 0 otherwise

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

What is the CDF of weibull distribution

A

CDF of weibull distribution is:

Fx = 1-e^-L(x^B) for x >= 0 and 0 otherwise

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

What is the gamma function

A

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)

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

What is G(t)

A

G(t) = (t-1)! For integer values of t

G(t+1)=tG(t)

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

What is the PDF of the gamma distribution

A

PDF of gamma distribution is:
fx = 1/G(k) * L^k * x^k-1 * e^-Lx for x >=0 L, k > 0
0 otherwise

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

What are mean and variance of gamma distribution

A

Mean and variance of gamma distribution are:
E(X) = k/L
Var(X)= k/L^2

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

If X~G(L,k) and Y=cX, what is the distribution of Y

A

Distribution of Y is:
Y~G(L/c ,k)
L is scale

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

What is relation between Gamma and exponential distributions

A

Relation between Gamma and exponential distributions is:

If x1,…,xk are independent RVs, then x1+…+xk ~Gamma(L,k)

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

If Y1 ~G(L,k1) and Y2~G(L,k2), where k1,k2 are integers, what is distribution of Y1+Y2

A

Distribution of Y1+Y2 is:

Y1+Y2 ~G(L,k1+k2)

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

What are relations between gamma and normal distributions

A

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)

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