Give the Gamma function
Γ(α) = integral (0 to inf) x^(α−1)e^(−x) dx, α > 0
Give the Beta function
B(α, β) = integral(0 to 1)
x^(α−1) * (1 − x)^(β−1) dx α, β > 0
What properties do the Gamma and Beta functions satisfy?
What density function does a Gamma random variable have?
fx(x) = (b^a / Γ(a)) * x^(a−1) * e^(−bx) , x > 0
What density function does a Beta random variable have?
fy(y) = (1/B(a, b)) * y^(a−1) * (1 − y)^(b−1) , 0 < y < 1
Mean of a Gamma variable?
E(X) = a/b
Mean of a Beta variable?
E(Y) = a / (a+b)