-
Parameter Estimation Framework
- 1. Population Y
- 2. E[Y] = @
- 3. Var(Y) = sig2
- 4. Assume Y1, Y2, . . ., Yn is a random sample from population
- 5. Assume Yi are independtly and identically distributed (iid)
- 6. ^ indicates estimate
-
Estimation of @ Method 1: Method of Moments
- 1. E[Yi] = @ "population moment"
- 2. `Y = ^@ = sum1-n(Yi/n) "sample moment"
- "sum..." is the Estimator, which is an expression
-
Estimation of @ Method 2: Minimize
- 1. s = sum1-n(yi - @)2 given yi(data) = s(@)
- 2. Goal is to find @ that minimizes expression
- 3. @ in 1 known as "Least Squares Estimator of @"

-
-
Best Linear Unbiased Estimator(BLUE)
-
-
-
Matrix Notation for Estimation
-
-
-
-
-
Ybar =
^mu = (1/n)sum(Yi), where Yi~N(mu,sig2)
-
s2 =
^sig = [sum(Yi - Ybar)2]/(n - 1), where Yi~N(mu,sig2)
-
Show E(s2) = sig2, that is show that s2 is an unbiased estimator of population variance.
-
T-distribution
- t = (Ybar - mu)/[s/sqrt(n)]
- = (Ybar - mu)/se(Ybar)~tn-1
- Derivation:

-
Properties of t distribution
-
-
Ingredients of Hypothesis Test
-
Var(Ybar) =
^sig2/n = s2/n
-
se(Ybar) =
^sig/sqrt(n) = s/sqrt(n)
-
Elements of T distribution
- Let Y1...Yn be a random sample from a population Yi~N(mu,sig2)

-
-
Probability of rejecting Ho when it is true
-
Rejection Rules
Ho: mu = muo
H1: mu > muo
- Reject Ho and accept H1:
- If p <= alpha and t >= tc
- Fail to reject Ho:
- If p > alpha and t < tc
-
Rejection Rules
Ho: mu = muo
H1: mu < muo
- Reject Ho and accept H1:
- If p <= alpha and t <= -tc
- Fail to reject Ho:
- If p > alpha and t > -tc
-
Rejection Rules
Ho: mu = muo
H1: mu not equal to muo
"Two-tailed test"
|
|