|
Quantitative Methods Professor Wallace Hendricks |
![]() |
S IN EXCEL
population
Variance Known (Using the Z formula)
The function CONFIDENCE returns ½ of the total confidence interval. You want
CONFIDENCE
CONFIDENCE
population
EXCEL will not compute the C.I. directly. You must enter the
equation. The C.I. is
where
yields a (1-
)*100% C.I.
yields a 95% C.I. with 2.5% in each tail.
= population
standard deviation
; n = size
Variance Unknown (Using the t-statistic)
in the sample
using STDEV().
= STDEV()/SQRT(n)
t = TINV(,n-1)
* standard error
![]()
![]()