9.07 Introduction to Statistical Methods Homework 4. Name:



Similar documents
Lesson 17: Margin of Error When Estimating a Population Proportion

WHERE DOES THE 10% CONDITION COME FROM?

Practice problems for Homework 12 - confidence intervals and hypothesis testing. Open the Homework Assignment 12 and solve the problems.

Math Common Core Sampler Test

Experimental Design. Power and Sample Size Determination. Proportions. Proportions. Confidence Interval for p. The Binomial Test

Feb 7 Homework Solutions Math 151, Winter Chapter 4 Problems (pages )

Need for Sampling. Very large populations Destructive testing Continuous production process

Week 3&4: Z tables and the Sampling Distribution of X

Point and Interval Estimates

The Normal distribution

Answers: a to b to 92.94

Chapter 5: Normal Probability Distributions - Solutions

Statistics 104: Section 6!

Math 425 (Fall 08) Solutions Midterm 2 November 6, 2008

Psychology 60 Fall 2013 Practice Exam Actual Exam: Next Monday. Good luck!

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number

Midterm Review Problems

Math Quizzes Winter 2009

statistics Chi-square tests and nonparametric Summary sheet from last time: Hypothesis testing Summary sheet from last time: Confidence intervals

Statistics 100A Homework 4 Solutions

Joint Exam 1/P Sample Exam 1

Final Exam Practice Problem Answers

Module 2 Probability and Statistics

Simple Regression Theory II 2010 Samuel L. Baker

Lecture 8. Confidence intervals and the central limit theorem

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A) ±1.88 B) ±1.645 C) ±1.96 D) ±2.

Statistical Data analysis With Excel For HSMG.632 students

CHAPTER 14 NONPARAMETRIC TESTS

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION

Opgaven Onderzoeksmethoden, Onderdeel Statistiek

MEASURES OF VARIATION

Some special discrete probability distributions

Lesson 26: Reflection & Mirror Diagrams

Objectives. 6.1, 7.1 Estimating with confidence (CIS: Chapter 10) CI)

Statistics I for QBIC. Contents and Objectives. Chapters 1 7. Revised: August 2013

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

Lecture 6: Discrete & Continuous Probability and Random Variables

Math 151. Rumbos Spring Solutions to Assignment #22

Chapter 7 - Practice Problems 1

Statistics 151 Practice Midterm 1 Mike Kowalski

Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions

Section 6.1 Discrete Random variables Probability Distribution

Chapter 7 - Practice Problems 2

AP Statistics Solutions to Packet 2

4. Continuous Random Variables, the Pareto and Normal Distributions

Fraction Five ~ Third Grade. Laying the Foundation for a Conceptual Understanding of Fractions. Third Grade CCSS 3.NF

CBA Fractions Student Sheet 1

Statistics 100A Homework 7 Solutions

Confidence intervals

AP STATISTICS (Warm-Up Exercises)

Name: Math 29 Probability. Practice Second Midterm Exam Show all work. You may receive partial credit for partially completed problems.

Practice Midterm Exam #2

consider the number of math classes taken by math 150 students. how can we represent the results in one number?

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Normal Probability Distribution

MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem

Chapter 4. Probability and Probability Distributions

5.1 Identifying the Target Parameter

Review #2. Statistics

Chapter 3: DISCRETE RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS. Part 3: Discrete Uniform Distribution Binomial Distribution

Assessment For The California Mathematics Standards Grade 6

Exploratory Data Analysis

Chicago Booth BUSINESS STATISTICS Final Exam Fall 2011

MA 1125 Lecture 14 - Expected Values. Friday, February 28, Objectives: Introduce expected values.

Hypothesis Testing for Beginners

SOLUTIONS: 4.1 Probability Distributions and 4.2 Binomial Distributions

Chapter 5. Random variables

CHAPTER 7 INTRODUCTION TO SAMPLING DISTRIBUTIONS

Solutions for Review Problems for Exam 2 Math You roll two fair dice. (a) Draw a tree diagram for this experiment.

Simple Random Sampling

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Notes on Continuous Random Variables

Normal distribution. ) 2 /2σ. 2π σ

1) The table lists the smoking habits of a group of college students. Answer: 0.218

Math 431 An Introduction to Probability. Final Exam Solutions

Unit 26 Estimation with Confidence Intervals

5) The table below describes the smoking habits of a group of asthma sufferers. two way table ( ( cell cell ) (cell cell) (cell cell) )

Normal and Binomial. Distributions

1.5 Oneway Analysis of Variance

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Credit Scoring Modelling for Retail Banking Sector.

INTRODUCTION TO FRACTIONS

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median

Math 108 Exam 3 Solutions Spring 00

Bayes Theorem. Bayes Theorem- Example. Evaluation of Medical Screening Procedure. Evaluation of Medical Screening Procedure

Sample Term Test 2A. 1. A variable X has a distribution which is described by the density curve shown below:

Practice Problems #4

9. Sampling Distributions

Mean, Median, Standard Deviation Prof. McGahagan Stat 1040

Example of the Glicko-2 system

Practice#1(chapter1,2) Name

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

BA 275 Review Problems - Week 6 (10/30/06-11/3/06) CD Lessons: 53, 54, 55, 56 Textbook: pp , ,

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses

Mathematics Instructional Cycle Guide

Math 461 Fall 2006 Test 2 Solutions

Phases of the Moon. Preliminaries:

ECE302 Spring 2006 HW4 Solutions February 6,

PUSD High Frequency Word List

Transcription:

1. Estimating the population standard deviation and variance. Homework #2 contained a problem (#4) on estimating the population standard deviation. In that problem, you showed that the method of estimating the population standard deviation which has an N in the denominator (std(x,1)) was biased. In other words, this estimate of the population standard deviation was consistently low. You then looked at the estimate of the standard deviation which has an N-1 in the denominator (std(x)), and found that that estimate was better, but still biased still consistently lower than the population standard deviation. What s going on here? Well, really the estimate s2 = std(x) is intended to give you an unbiased estimator of the variance, not the standard deviation. When the estimate of the variance is unbiased, the estimate of the standard deviation can still be biased. As in HW2, #4, generate at least 100000 examples of 5 samples from a normal distribution with mean 0 and standard deviation 3. Find s1 = std(x,1) and s2 = std(x). Confirm, as in the previous problem set, that these estimates are biased. Now compute v1 = std(x,1).^2 = var(x,1), and v2 = std(x).^2 = var(x). Comment on whether the estimates of the variance, v1 and v2, seem to be biased. The correct correction for the standard deviation is s = [1 + 1/(4*(N-1))]*s2. Generate at least 100000 samples of s. What is the mean? Comment on whether this estimator seems biased.

2. Kiko received a grade of 55 on a biology test (mean = 50), and a grade of 45 on a philosophy test (mean = 50). She is considering whether to ask her two professors to curve the grades using z-scores. (a) What other information should she consider before making her request? (b) Does she want the standard deviation to be large or small in biology? Why? (c) Does she want the standard deviation to be large or small in philosophy? Why? 3. A researcher measures the performance of students on a reaction time task after they have stayed up all night studying. This task takes an average of 10 seconds when students have not stayed up all night. (a) The mean reaction time after staying up all night, for 30 students, is 15 seconds, with a standard deviation of 17 seconds. Find the 95% confidence interval for the mean reaction time. Does this interval include the with-sleep reaction time of 10 seconds? (b) With 50 students, the researcher finds the same mean reaction time (15 seconds), and the same standard deviation. Now what is the 95% confidence interval for the mean reaction time? Does it include the with-sleep reaction time of 10 seconds?

4. Sampling distribution for the difference of two means. Let x i, i=1:n x be normally distributed random variables, with mean µ and standard deviation σ. Let y i, i=1:n y be normally distributed random variables, also with mean µ and standard deviation σ. Using the facts we learned about E(), linear combinations of normal random variables, and the variance of a sum of random variables, find the following: (a) What is the shape of z = mean(x) mean(y)? (I.E. what kind of distribution is it?) (b) What is mean(z)? (c) What is the standard deviation of z (i.e. its standard error )? 5. x is a random variable with mean 5 and standard deviation 4. I take 5 samples of this random variable, and compute the sample mean, m. Find the range (5-d, 5+d) such that P(5-d < m < 5+d) = 99%. (Hint: for this small sample size, use the t-table.)

6. You draw 50 balls, with replacement, from a bag containing only black and red balls. 40 out of the 50 balls you draw are red. With 95% confidence, what is the range of possible values for the actual fraction of red balls in the bag? 7. A candidate wants to conduct a poll to see what percentage of eligible voters favor him over his opponent. How many voters does he need to poll, in order to have the margin of error, for 95% confidence, be 2%? Assume (since you haven t yet done the poll) that the actual percent of voters that favor each candidate is 50%. 8. Efficiency of the sample mean vs. median as an estimator for the mean. In this problem, you will estimate the efficiency of the sample mean vs. the median, as estimators for the population mean. We will do this for the special case of 10 samples from a normal distribution with mean 3 and standard deviation 5. (a) As in previous homework problems, generate 100000 trials of 10 samples from N(3, 5). Take their mean. Take their median. Which estimator is more efficient? (Note: we mean efficiency in the sense of efficiency of estimators, as discussed in class. We do NOT mean computational efficiency, i.e. how quickly does MATLAB finish its computations of mean vs. median!) (b) Do you think this is a fair comparison between the mean and the median? Why or why not?

9. A very strange game of archery. In the archery example in class, the archer got an arrow in the central 10 cm bull s eye 95% of the time. The central region of the target was a circle. When we looked at the target from the back, and wanted to estimate where the center of the target was, we drew, around each arrow, a 10 cm radius circle, and said that we were 95% confident that the true target center lay within that circle. What if the central region were a different shape, and the archer still got an arrow in that central region 95% of the time? For both of the following two cases, draw the 95% confidence region around the single arrow shown, i.e. given the location of the arrow, we are 95% confident that the center of the target is within what region? (Assume the very center of the target is as indicated by the small circle.) Back of target. Center of target Arrow shown with (front view) x. Draw the 95% confidence region. (a) x (b) x

10. A pollster again wants to see what percent of voters favor candidate A over candidate B. 100 voters are polled, and 55% favor candidate A over B. (The rest favor B over A.) With what confidence is the % favoring A greater than 50%?