DistributionsOfFunctionsOfNormalRandomVariable
DistributionsOfFunctionsOfNormalRandomVariable
RANDOM VARIABLE
Chi-Square, t and F Distributions
NORMAL RANDOM VARIABLE
Normal(μ,σ2) Distribution
• The pdf of normal distribution with mean μ and
variance σ2 is
−(𝑥−μ)2
1
f(x)= 𝑒 2σ2 , for all real x
σ 2π
• Note that:
• The t distributions are symmetric and bell
shaped, but the tails are fatter.
• A specific t distribution depends on a parameter
known as the degrees of freedom (df).
• A t distribution with more df has less dispersion.
• As the df increases, the difference between the t
distribution and the standard normal probability
distribution becomes smaller and smaller.
t Distribution
• R Codes:
• qt(0.95, 5)
• qt(0.05, 5,lower.tail = FALSE)
• pt(2.015048, 5, lower.tail = FALSE)
• pt(2.015048, 5)
F Distribution