To Lecture Notes

IT 223 -- 3/2/11

 

Review Questions

  1. Flip a fair coin 1,000 times. Use the CLT to estimate the the probability of getting more than 510 heads? (Use S = 509.5)

    Ans: n = 1000, S = 509.5, p = 1/2, SEs = sqrt(n * p * (1-p)) = sqrt(1000 * (1/2) * (1-1/2)) = 15.8. Then

    Look up -z = -0.601 in the standard normal table to get 0.2743 = 27%.

  2. Use the CLT to estimate the probability that the rain on the tropical island in one year is between 400 and 410 inches. Recall that the expected value of rain in one day is 1.1 inches, with SD = 0.943 inches. (Use 399.5 to 410.5 inches).

    Ans: Recall that E(x) = 1.1, σx = 0.943, so E(S) = nE(x) = 365(1.1) = 401.5, σS = σxn = 0.943√365 = 18.0.
    Then z1 = (399.5 - 401.5) / 18.0 = -0.11 and z2 = (410.5 - 401.5) / 18.0 = 0.5.
    The area corresponding to the bin [-0.11,0.5] under the standard normal curve is 0.6915 - 0.4558 = 0.2357 = 24%.

  3. What is a null hypothesis?

    Ans: It is the assumption that unknown model parameter is equal to a specified value. For example, when testing whether a coin is fair, the null hypothesis is that p = 1/2.

  4. What does it mean to reject a null hypothesis?

    Ans: It means that the value of the test statistic is not found in the confidence interval. The difference is due to chance, and is not chance variation.

  5. What does it mean to accept a null hypothesis?

    Ans: It means that the value of the test statistic is found in the confidence interval. The difference is due to chance: just chance variation.

 

Tests of Hypothesis

 

The z-test

 

More about p-values

 

Practice Problems

  1. In 1999, it was reported that the mean serum cholesterol level for female undergraduates was 168 mg/dl. A recent study at Baylor university collected the following data for cholesterol levels for females:

    Is there a real difference between the women in the Baylor study and the reported value in 1999? (Example 6.15 from textbook). Perform the test at the 90%-level.

  2. Claim: if all high school seniors in California took the SAT test, the mean score would be equal to 450. To test this claim, take a sample of 400 high school seniors and give them the test. Here are the data:

    Is this result for the sample significantly different from 450 or is it just chance variation? Perform the test at the 99%-level.

 

The z-test for a Sum

 

The t-test

 

Degrees of Freedom

 

Misuses of Statistics