Chap 6
Chap 6
Saab
The probability density function of the continuous uniform random variable X on the interval
[a, b] is:
1
b−a
, a≤x≤b
f (x; a, b) =
0, elsewhere
Properties:
a+b
1. E(X) = 2
(b−a)2
2. V ar(X) = 12
1
The Gaussian (Normal) distribution:
The density of the normal random variable X with mean µ and variance σ 2 is:
1 (x−µ)2
f (x) = √ e− 2σ 2 , −∞ < x < ∞
2πσ 2
Properties:
1. E(X) = µ
2. V ar(X) = σ 2
Figure 2: Plot of the Gaussian distribution for different means and variances
1 z2
f (z) = √ e− 2 , −∞ < z < ∞
2π
2
Properties:
1. E(Z) = 0
2. V ar(Z) = 1
If X follows a binomial distribution with n trials and probability of success p, then X can
be approximated by a Normal distribution with mean µ = np and variance σ 2 = np(1 − p).
The condition is valid for np ≥ 5.
Properties:
1. Γ(α) = (α − 1)!
√
2. Γ(0.5) = π
The continuous random variable X has a Gamma distribution with parameters k and θ if its
density function is given by:
x
1
θk Γ(k)
xk−1 e− θ , x > 0, and k, θ > 0
f (x; k, θ) =
0, elsewhere
3
Properties:
1. E(X) = kθ
3. V ar(X) = kθ2
R∞ x
4. Important integral: 0
xk−1 e− θ = (k − 1)!θk
4
Properties:
1. E(X) = θ
2. E(X 2 ) = 2θ2
3. V ar(X) = θ2
The chi-square distribution with degree of freedom r, denoted χ2 (r), is a Gamma distribution
r
with k = 2
and θ = 2. The probability density function is thus given as:
r x
r
1
x 2 −1 e− 2 , x > 0, r > 0
2 2 Γ( r2 )
f (x; θ) =
0, elsewhere
Properties:
1. E(X) = r
2. V ar(X) = 2r