11 - Interval Estimation

General Info

  • sample cannot tell exact population mean use sample mean to predict interval of confidence that population mean will lie in confidence interval
notesamplepopulation
mean
std

Normal distribution of Sample mean

  • normally distributed with mean and std (Practical Interpretation of Limit Theorems)
    • standard normal random var / test statistic: , (tag normal random var using z-test)
    • eg. 95% confidence interval find in

Background Info for Confidence Interval

  • to find the confidence interval containing with prob , find a such that:
    • toExplore why it has to be 1-alpha, why dont use the confidence level directly? refer to the normal dis graph for understanding?
    • is then labelled , determined for any using tech

Confidence Interval for mean of known std

Calculating CI for mean of known std

  • For interval containing with prob , sample mean
    • sample point estimate - margin of error population point est sample point estimate - margin of error
    • sample mean, if unavailable:
    • Confidence level of the interval:
    • : confidence coefficient
    • margin of error: ,
    • width of confidence interval:
    • sample size = width of interval (CI width is smaller as we have a larger sample size)
    • confidence level = width of interval

Determining sample size

  • using confidence intervals to estimate population means, width of interval = sample size
    • : population std, : sample size

Confidence Interval for mean of unknown std

Calculating CI for mean of unknown std

  • when unknown, use same sample to estimate both and
  • when using sample standard deviation to estimate , interval estimate for population mean is based on the t-distribution
  • Interval estimate of a population mean, unknown:
    • s: sample std
    • Confidence level of the interval:
    • : confidence coefficient
    • : find t-value from t-distribution with degree of freedom (Excel: T.INV(; df)), take the positive result
    • : sample size, to use this expression
    • margin of error: CONFIDENCE.T

Calculating T-distribution in EXCEL

  • calculating t-distribution: : find probability value for a given t-value
    • x : test statistic, or t-value
    • df: n - 1
    • cumulative is a logical value that determines the form of the function. if true, return cdf, else, return pdf

Confidence Interval for Proportion

Calculating CI for Proportion

  • true population proportion is unknown taking a sample to obtain sample proportion to estimate
    • : sample proportion
    • : number of successes in the sample
    • n: sample size

  • ,
  • By Central Limit Theorem, is approximately normally distributed if
    • both
  • Confidence Interval for p:
    • margin of error:
    • width of confidence interval:

Determining Sample size

  • for confidence interval, width , preliminary proportion , sample size is
    • if dont have , choose , as it is worst case, and maximizes

Test a claim using confidence interval (a, b)

Confidence level
90%0.11.645
95%0.051.960
98%0.022.326
99%0.012.576
  • find by using Inverse Normal (casio) with area =