SlideShare a Scribd company logo
B Heard Lecture for the Week 7 QuizStatistics For Decision Making Not to be used, posted, etc. without my expressed permission.  B Heard
[object Object]
Be able to use Excel to do the types of problems you have seen in Weeks 5 and 6 and particularly the Week 6 Lab.Week 7 Quiz Not to be used, posted, etc. without my expressed permission.  B Heard
Week 7 Quiz Things to Remember………. Not to be used, posted, etc. without my expressed permission.  B Heard
Standard Normal Distribution Week 7 Quiz
Remember that the total area under the curve is equal to 1 or 100% (half on each side).  The mean of the standard normal is 0 and the standard deviation and variance are 1.  For any normal distribution regardless of the mean and standard deviation the area will always be 1 or 100%.   We see the normal distribution all around us as noted in one of our discussion topics this week.  Week 7 Quiz
Also remember that if you ever told that you have a normal distribution and then asked what the probability x = ?, it is zero.   We can give the probability that it is less than a value, greater than a value, or between two values – but not that it is exactly one value because it is a “continuous distribution”.   (For example given that mu = 9, sigma = 2.1, what is the probability that x = 7?  It’s 0 because with a continuous distribution we are “slicing jello” as I like to say. Week 7 Quiz
Week 7 Quiz Some Questions……….
Central Limit Theorem 	On the Central Limit Theorem, remember that it states that given a distribution with a mean μ and variance σ², the sampling distribution of the mean approaches a normal distribution with a mean (μ) and a variance σ²/N as N, the sample size, increases. The amazing and counter-intuitive thing about the central limit theorem is that no matter what the shape of the original distribution, the sampling distribution of the mean approaches a normal distribution. Also another important fact is that any sample size is big enough when we know the population is normal.  Week 7 Quiz
Using the Central Limit Theorem answer the following question. Assuming you have a normal distribution for your population and you take 64 samples of size 25 each. Calculate the standard deviation of the sample means if the population’s variance is 16. Since the population is normally distributed with a variance of 16, then the sample means have a variance equal to 16/25 according to the Central Limit Theorem.  Hence their standard deviation will be SQRT(16/25) = 4/5 = .800 Week 7 Quiz
Be able to use the normal distribution to solve problems.  Examples   Bob scored a 190 on his entrance exam, where the average was 165 and the standard deviation was 12.  Where does he stand in relation to the rest of his class? He scored in the “top 2 %”, see Excel that follows. Week 7 Quiz
Week 7 Quiz
In a normal distribution with mu = 35 and sigma = 6 what is the z score for a value of 41? Z= +1, (41-35)/6 = 6/6 = 1 Week 7 Quiz
In a normal distribution with mu = 35 and sigma = 6 what number corresponds to z = -2? 23, -2 = (x-35)/6, solve algebraically by multiplying each side by 6 to get -12 = x-35, then adding 35 to each side to get x = 23 Week 7 Quiz
We have an area of .4840.  What z-score corresponds to this area?   Using the Standard Normal Table in your book, or the one on the attached excel you can see it is a z score of -0.04 Week 7 Quiz
Week 7 Quiz
Find P(80 < x < 86) when mu = 82 and sigma = 4. Write your steps in probability notation.   I did this in Excel, but I still need to show my work:   The z-score corresponding to x = 86 is z = (86-82)/4 = 4/4 = 1.0. The area corresponding to z = 1.0 is .8413 The z-score corresponding to x = 80 is (80 - 82)/4 = -2/4 = -0.5. The area corresponding to z = -0.5 is .3086. Thus, P(80 < x < 86) = P(-0.5 < z < 1.0) = P(z < 1.0) - P(z < -0.5) = 0.8413 – 0.3086 = 0.5327  (my excel calculated it to be 0.5328 so I feel good about it) Week 7 Quiz
Week 7 Quiz
Interpret a 90% confidence interval of (63.3, 83.4). You should note here there is a 90% probability that the interval (63.3 to 83.4) contains µ, the true population mean. Week 7 Quiz
What is the critical value corresponds to a confidence level of 96% 100 – 96 = 4  Divide 4 by 2 (tails) and get 2 Add 2 to the original 96%  and get 98% and find the critical value (z-score that corresponds to .9800 which is 2.05 (closest to it) Week 7 Quiz
Compute the population mean margin of error for a 90% confidence interval when sigma is 7 and the sample size is 81.   E = z * sigma / sqrt(n) = 1.645 * 7 / sqrt(81) = 1.279 (remember +/-) Week 7 Quiz
A Military entrance exam has a mean of 120 and a standard deviation of 9. We want to be 95% certain that we are within 6 points of the true mean. Determine the sample size.   n = ( z * sigma / error ) ^ 2 = (1.96*9/6)^2 = 2.94^2 = 8.6436.  Round up to 9. ALWAYS ROUND SAMPLE SIZES UP!!! Week 7 Quiz
A researcher wants to get an estimate of the true mean performance measure of its product.  It randomly samples 180 of its machines.  The mean performance measure was 900 with a standard deviation of 60.  Find a 95% confidence interval for the true mean performance measure of the machines. Week 7 Quiz
The population standard deviation is unknown and the sample size is 180.  Thus, since the sample size is greater than 30, this confidence interval will use a z-value.  For a 95% confidence interval, the z-value = 1.96.  Sample mean = 900 and sample standard deviation = 60.  Population mean = 900 +/- 1.96 * 60/sqrt(180) = 900 +/- 8.765.  891.235 and 908.765 Week 7 Quiz
A researcher wants to get an estimate of the true mean performance measure of its product.  The researcher needs to be within 15 of the true mean.  The researcher estimates the true population standard deviation is around 30. If the confidence level is 95%, find the required sample size in order to meet the desired accuracy. Week 7 Quiz
For a 95% confidence level, the z-value = 1.96.  The formula for sample size is n = ( z-value * standard deviation / error ) ^ 2 = ( 1.96 * 30/ 15) ^ 2 = ( 3.92 ) ^ 2 = 15.3664.  Thus, the researcher must sample at least 16 to obtain the desired accuracy. ALWAYS ROUND SAMPLE SIZES UP!!!!! Week 7 Quiz
A researcher wants to estimate the mean cost to develop a product.  The researcher tests 18 cases and finds the mean cost  to be $3000 with a standard deviation of $400.  Find a 95% confidence interval for the true mean cost to develop this product. Week 7 Quiz
The population standard deviation is unknown and the sample size is 18.  Thus, since the population standard deviation is unknown AND the sample is less than 30, we must use the t-value for this confidence interval.  For a 95% confidence interval and degrees of freedom = 17 (from 18-1), the t-value = 2.110.  Sample mean = 3000 and sample standard deviation = 400.  Population mean = 3000 +/- 2.110 * 400/sqrt(18) = 3000 +/- 198.93.  So our bounds are 2801.07 and 3198.93 Week 7 Quiz
A researcher wants to estimate what proportion of failures that are due to poor workmanship.  The researcher randomly samples 50 failures and finds 18 are due to poor workmanship.  Using a 95% confidence interval, estimate the true proportion of poor workmanship for all failures.  Week 7 Quiz
For a 95% confidence level, the z-value is 1.96.  The sample proportion = 18/50 = 0.36, thus p hat = 0.36 and 1-p hat = 0.64 .  The sample size = 50. The population proportion is between 0.36 +/- 1.96 * sqrt ( 0.36 * 0.64 / 50 ) = 0.36  +/- .13   So the bounds are .23 and .49 Week 7 Quiz

More Related Content

What's hot

Week 7 Homework Numbers 9,10 and 12
Week 7 Homework Numbers 9,10 and 12Week 7 Homework Numbers 9,10 and 12
Week 7 Homework Numbers 9,10 and 12
Brent Heard
 
Math533 finalexamreviewapr13
Math533 finalexamreviewapr13Math533 finalexamreviewapr13
Math533 finalexamreviewapr13
Brent Heard
 
3by9on w week_6
3by9on w week_63by9on w week_6
3by9on w week_6
Brent Heard
 
Math 221 week 1 lecture nov 2012 with help
Math 221 week 1 lecture nov 2012 with helpMath 221 week 1 lecture nov 2012 with help
Math 221 week 1 lecture nov 2012 with help
Brent Heard
 
Left, right or middle
Left, right or middleLeft, right or middle
Left, right or middle
Brent Heard
 
Errors2
Errors2Errors2
Errors2
sjsuchaya
 
C2 st lecture 11 the t-test handout
C2 st lecture 11   the t-test handoutC2 st lecture 11   the t-test handout
C2 st lecture 11 the t-test handoutfatima d
 
Les5e ppt 05
Les5e ppt 05Les5e ppt 05
Les5e ppt 05
Subas Nandy
 
Business Statistics Chapter 8
Business Statistics Chapter 8Business Statistics Chapter 8
Business Statistics Chapter 8
Lux PP
 
Statistical inference: Hypothesis Testing and t-tests
Statistical inference: Hypothesis Testing and t-testsStatistical inference: Hypothesis Testing and t-tests
Statistical inference: Hypothesis Testing and t-tests
Eugene Yan Ziyou
 
Point and Interval Estimation
Point and Interval EstimationPoint and Interval Estimation
Point and Interval EstimationShubham Mehta
 
Week8 finalexamlivelecture 2010december
Week8 finalexamlivelecture 2010decemberWeek8 finalexamlivelecture 2010december
Week8 finalexamlivelecture 2010december
Brent Heard
 
Confidence Intervals And The T Distribution
Confidence Intervals And The T   DistributionConfidence Intervals And The T   Distribution
Confidence Intervals And The T DistributionDarren Barton
 
Accuracy and errors
Accuracy and errorsAccuracy and errors
Accuracy and errors
SHELAMIE SANTILLAN
 
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
nszakir
 
Les5e ppt 06
Les5e ppt 06Les5e ppt 06
Les5e ppt 06
Subas Nandy
 
Confidence Interval Estimation
Confidence Interval EstimationConfidence Interval Estimation
Confidence Interval Estimation
Yesica Adicondro
 
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Daniel Katz
 

What's hot (20)

Week 7 Homework Numbers 9,10 and 12
Week 7 Homework Numbers 9,10 and 12Week 7 Homework Numbers 9,10 and 12
Week 7 Homework Numbers 9,10 and 12
 
Math533 finalexamreviewapr13
Math533 finalexamreviewapr13Math533 finalexamreviewapr13
Math533 finalexamreviewapr13
 
3by9on w week_6
3by9on w week_63by9on w week_6
3by9on w week_6
 
Math 221 week 1 lecture nov 2012 with help
Math 221 week 1 lecture nov 2012 with helpMath 221 week 1 lecture nov 2012 with help
Math 221 week 1 lecture nov 2012 with help
 
Left, right or middle
Left, right or middleLeft, right or middle
Left, right or middle
 
Chapter09
Chapter09Chapter09
Chapter09
 
Errors2
Errors2Errors2
Errors2
 
C2 st lecture 11 the t-test handout
C2 st lecture 11   the t-test handoutC2 st lecture 11   the t-test handout
C2 st lecture 11 the t-test handout
 
Les5e ppt 05
Les5e ppt 05Les5e ppt 05
Les5e ppt 05
 
Business Statistics Chapter 8
Business Statistics Chapter 8Business Statistics Chapter 8
Business Statistics Chapter 8
 
Statistical inference: Hypothesis Testing and t-tests
Statistical inference: Hypothesis Testing and t-testsStatistical inference: Hypothesis Testing and t-tests
Statistical inference: Hypothesis Testing and t-tests
 
Point and Interval Estimation
Point and Interval EstimationPoint and Interval Estimation
Point and Interval Estimation
 
Week8 finalexamlivelecture 2010december
Week8 finalexamlivelecture 2010decemberWeek8 finalexamlivelecture 2010december
Week8 finalexamlivelecture 2010december
 
Confidence Intervals
Confidence IntervalsConfidence Intervals
Confidence Intervals
 
Confidence Intervals And The T Distribution
Confidence Intervals And The T   DistributionConfidence Intervals And The T   Distribution
Confidence Intervals And The T Distribution
 
Accuracy and errors
Accuracy and errorsAccuracy and errors
Accuracy and errors
 
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
Chapter 6 part1- Introduction to Inference-Estimating with Confidence (Introd...
 
Les5e ppt 06
Les5e ppt 06Les5e ppt 06
Les5e ppt 06
 
Confidence Interval Estimation
Confidence Interval EstimationConfidence Interval Estimation
Confidence Interval Estimation
 
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
Quantitative Methods for Lawyers - Class #15 - R Boot Camp - Part 2 - Profess...
 

Similar to Week 7 Lecture

Week 7 quiz_review_mini_tab_2011
Week 7 quiz_review_mini_tab_2011Week 7 quiz_review_mini_tab_2011
Week 7 quiz_review_mini_tab_2011
Brent Heard
 
Confidence Level and Sample Size
Confidence Level and Sample SizeConfidence Level and Sample Size
Confidence Level and Sample Size
Emilio Fer Villa
 
Week8 livelecture2010 follow_up
Week8 livelecture2010 follow_upWeek8 livelecture2010 follow_up
Week8 livelecture2010 follow_up
Brent Heard
 
U unit8 ksb
U unit8 ksbU unit8 ksb
U unit8 ksb
Akhilesh Deshpande
 
Week8 livelecture2010
Week8 livelecture2010Week8 livelecture2010
Week8 livelecture2010
Brent Heard
 
Week 6 lecture_math_221_dec_2012
Week 6 lecture_math_221_dec_2012Week 6 lecture_math_221_dec_2012
Week 6 lecture_math_221_dec_2012
Brent Heard
 
lecture6.ppt
lecture6.pptlecture6.ppt
lecture6.ppt
Temporary57
 
continuous probability distributions.ppt
continuous probability distributions.pptcontinuous probability distributions.ppt
continuous probability distributions.ppt
LLOYDARENAS1
 
Week8finalexamlivelecture2011 mt
Week8finalexamlivelecture2011 mtWeek8finalexamlivelecture2011 mt
Week8finalexamlivelecture2011 mt
Brent Heard
 
QuestionWhich of the following data sets is most likel.docx
QuestionWhich of the following data sets is most likel.docxQuestionWhich of the following data sets is most likel.docx
QuestionWhich of the following data sets is most likel.docx
catheryncouper
 
Week 6 lecture_math_221_apr_2012
Week 6 lecture_math_221_apr_2012Week 6 lecture_math_221_apr_2012
Week 6 lecture_math_221_apr_2012
Brent Heard
 
Week8finalexamlivelecture2011
Week8finalexamlivelecture2011Week8finalexamlivelecture2011
Week8finalexamlivelecture2011
Brent Heard
 
Module 2 lesson 3 notes
Module 2 lesson 3 notesModule 2 lesson 3 notes
Module 2 lesson 3 notes
Cumberland County Schools
 
Answer the questions in one paragraph 4-5 sentences. · Why did t.docx
Answer the questions in one paragraph 4-5 sentences. · Why did t.docxAnswer the questions in one paragraph 4-5 sentences. · Why did t.docx
Answer the questions in one paragraph 4-5 sentences. · Why did t.docx
boyfieldhouse
 
Types of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics IITypes of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics II
Rupak Roy
 
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Daniel Katz
 
Chapter3bps
Chapter3bpsChapter3bps
Chapter3bps
Stephen Lange
 
Week8 finalexamlivelecture 2010june
Week8 finalexamlivelecture 2010juneWeek8 finalexamlivelecture 2010june
Week8 finalexamlivelecture 2010june
Brent Heard
 

Similar to Week 7 Lecture (20)

Week 7 quiz_review_mini_tab_2011
Week 7 quiz_review_mini_tab_2011Week 7 quiz_review_mini_tab_2011
Week 7 quiz_review_mini_tab_2011
 
Confidence Level and Sample Size
Confidence Level and Sample SizeConfidence Level and Sample Size
Confidence Level and Sample Size
 
Week8 livelecture2010 follow_up
Week8 livelecture2010 follow_upWeek8 livelecture2010 follow_up
Week8 livelecture2010 follow_up
 
U unit8 ksb
U unit8 ksbU unit8 ksb
U unit8 ksb
 
Week8 livelecture2010
Week8 livelecture2010Week8 livelecture2010
Week8 livelecture2010
 
Week 6 lecture_math_221_dec_2012
Week 6 lecture_math_221_dec_2012Week 6 lecture_math_221_dec_2012
Week 6 lecture_math_221_dec_2012
 
lecture6.ppt
lecture6.pptlecture6.ppt
lecture6.ppt
 
continuous probability distributions.ppt
continuous probability distributions.pptcontinuous probability distributions.ppt
continuous probability distributions.ppt
 
Week8finalexamlivelecture2011 mt
Week8finalexamlivelecture2011 mtWeek8finalexamlivelecture2011 mt
Week8finalexamlivelecture2011 mt
 
ANSWERS
ANSWERSANSWERS
ANSWERS
 
QuestionWhich of the following data sets is most likel.docx
QuestionWhich of the following data sets is most likel.docxQuestionWhich of the following data sets is most likel.docx
QuestionWhich of the following data sets is most likel.docx
 
Week 6 lecture_math_221_apr_2012
Week 6 lecture_math_221_apr_2012Week 6 lecture_math_221_apr_2012
Week 6 lecture_math_221_apr_2012
 
Week8finalexamlivelecture2011
Week8finalexamlivelecture2011Week8finalexamlivelecture2011
Week8finalexamlivelecture2011
 
Module 2 lesson 3 notes
Module 2 lesson 3 notesModule 2 lesson 3 notes
Module 2 lesson 3 notes
 
Answer the questions in one paragraph 4-5 sentences. · Why did t.docx
Answer the questions in one paragraph 4-5 sentences. · Why did t.docxAnswer the questions in one paragraph 4-5 sentences. · Why did t.docx
Answer the questions in one paragraph 4-5 sentences. · Why did t.docx
 
Types of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics IITypes of Probability Distributions - Statistics II
Types of Probability Distributions - Statistics II
 
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
Quantitative Methods for Lawyers - Class #10 - Binomial Distributions, Normal...
 
Chapter3bps
Chapter3bpsChapter3bps
Chapter3bps
 
Chapter3bps
Chapter3bpsChapter3bps
Chapter3bps
 
Week8 finalexamlivelecture 2010june
Week8 finalexamlivelecture 2010juneWeek8 finalexamlivelecture 2010june
Week8 finalexamlivelecture 2010june
 

More from Brent Heard

Week 1 homework help 2015
Week 1 homework help 2015Week 1 homework help 2015
Week 1 homework help 2015
Brent Heard
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1
Brent Heard
 
Finding the Recorded Lecture
Finding the Recorded LectureFinding the Recorded Lecture
Finding the Recorded Lecture
Brent Heard
 
Help on funky proportion confidence interval questions
Help on funky proportion confidence interval questionsHelp on funky proportion confidence interval questions
Help on funky proportion confidence interval questions
Brent Heard
 
Using minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etcUsing minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etc
Brent Heard
 
Help on binomial problems using minitab
Help on binomial problems using minitabHelp on binomial problems using minitab
Help on binomial problems using minitab
Brent Heard
 
Help on frequency distributions
Help on frequency distributionsHelp on frequency distributions
Help on frequency distributions
Brent Heard
 
Ug statistics help
Ug statistics helpUg statistics help
Ug statistics help
Brent Heard
 
3by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 2213by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 221
Brent Heard
 
3by9on w week_3
3by9on w week_33by9on w week_3
3by9on w week_3
Brent Heard
 
3by9on w week_2
3by9on w week_23by9on w week_2
3by9on w week_2
Brent Heard
 
Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)
Brent Heard
 
Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13
Brent Heard
 
Math 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_hMath 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_h
Brent Heard
 
Week 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_number_10pptxWeek 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_number_10pptx
Brent Heard
 
Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8
Brent Heard
 
Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5
Brent Heard
 
Week5 math533 feb_2013
Week5 math533 feb_2013Week5 math533 feb_2013
Week5 math533 feb_2013
Brent Heard
 
Week8finalexamlivelecture dec2012
Week8finalexamlivelecture dec2012Week8finalexamlivelecture dec2012
Week8finalexamlivelecture dec2012
Brent Heard
 
Week 7 lecture_math_221_dec_2012
Week 7 lecture_math_221_dec_2012Week 7 lecture_math_221_dec_2012
Week 7 lecture_math_221_dec_2012
Brent Heard
 

More from Brent Heard (20)

Week 1 homework help 2015
Week 1 homework help 2015Week 1 homework help 2015
Week 1 homework help 2015
 
Playing with statcrunch part 1
Playing with statcrunch part 1Playing with statcrunch part 1
Playing with statcrunch part 1
 
Finding the Recorded Lecture
Finding the Recorded LectureFinding the Recorded Lecture
Finding the Recorded Lecture
 
Help on funky proportion confidence interval questions
Help on funky proportion confidence interval questionsHelp on funky proportion confidence interval questions
Help on funky proportion confidence interval questions
 
Using minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etcUsing minitab instead of tables for z values probabilities etc
Using minitab instead of tables for z values probabilities etc
 
Help on binomial problems using minitab
Help on binomial problems using minitabHelp on binomial problems using minitab
Help on binomial problems using minitab
 
Help on frequency distributions
Help on frequency distributionsHelp on frequency distributions
Help on frequency distributions
 
Ug statistics help
Ug statistics helpUg statistics help
Ug statistics help
 
3by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 2213by9 On Wednesday for Week 4, Math 221
3by9 On Wednesday for Week 4, Math 221
 
3by9on w week_3
3by9on w week_33by9on w week_3
3by9on w week_3
 
3by9on w week_2
3by9on w week_23by9on w week_2
3by9on w week_2
 
Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)Week 1 Statistics for Decision (3x9 on Wednesday)
Week 1 Statistics for Decision (3x9 on Wednesday)
 
Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13Math533 finalexamreviewfeb13
Math533 finalexamreviewfeb13
 
Math 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_hMath 533 week7_homework_feb_2013_num_6_g_h
Math 533 week7_homework_feb_2013_num_6_g_h
 
Week 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_number_10pptxWeek 6 homework help feb 11 2013_number_10pptx
Week 6 homework help feb 11 2013_number_10pptx
 
Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8Week 6 homework help feb 11 2013_numbers_7_8
Week 6 homework help feb 11 2013_numbers_7_8
 
Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5Week 6 homework help feb 11 2013_number_5
Week 6 homework help feb 11 2013_number_5
 
Week5 math533 feb_2013
Week5 math533 feb_2013Week5 math533 feb_2013
Week5 math533 feb_2013
 
Week8finalexamlivelecture dec2012
Week8finalexamlivelecture dec2012Week8finalexamlivelecture dec2012
Week8finalexamlivelecture dec2012
 
Week 7 lecture_math_221_dec_2012
Week 7 lecture_math_221_dec_2012Week 7 lecture_math_221_dec_2012
Week 7 lecture_math_221_dec_2012
 

Recently uploaded

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 

Recently uploaded (20)

Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 

Week 7 Lecture

  • 1. B Heard Lecture for the Week 7 QuizStatistics For Decision Making Not to be used, posted, etc. without my expressed permission. B Heard
  • 2.
  • 3. Be able to use Excel to do the types of problems you have seen in Weeks 5 and 6 and particularly the Week 6 Lab.Week 7 Quiz Not to be used, posted, etc. without my expressed permission. B Heard
  • 4. Week 7 Quiz Things to Remember………. Not to be used, posted, etc. without my expressed permission. B Heard
  • 6. Remember that the total area under the curve is equal to 1 or 100% (half on each side). The mean of the standard normal is 0 and the standard deviation and variance are 1. For any normal distribution regardless of the mean and standard deviation the area will always be 1 or 100%. We see the normal distribution all around us as noted in one of our discussion topics this week. Week 7 Quiz
  • 7. Also remember that if you ever told that you have a normal distribution and then asked what the probability x = ?, it is zero. We can give the probability that it is less than a value, greater than a value, or between two values – but not that it is exactly one value because it is a “continuous distribution”. (For example given that mu = 9, sigma = 2.1, what is the probability that x = 7? It’s 0 because with a continuous distribution we are “slicing jello” as I like to say. Week 7 Quiz
  • 8. Week 7 Quiz Some Questions……….
  • 9. Central Limit Theorem On the Central Limit Theorem, remember that it states that given a distribution with a mean μ and variance σ², the sampling distribution of the mean approaches a normal distribution with a mean (μ) and a variance σ²/N as N, the sample size, increases. The amazing and counter-intuitive thing about the central limit theorem is that no matter what the shape of the original distribution, the sampling distribution of the mean approaches a normal distribution. Also another important fact is that any sample size is big enough when we know the population is normal. Week 7 Quiz
  • 10. Using the Central Limit Theorem answer the following question. Assuming you have a normal distribution for your population and you take 64 samples of size 25 each. Calculate the standard deviation of the sample means if the population’s variance is 16. Since the population is normally distributed with a variance of 16, then the sample means have a variance equal to 16/25 according to the Central Limit Theorem.  Hence their standard deviation will be SQRT(16/25) = 4/5 = .800 Week 7 Quiz
  • 11. Be able to use the normal distribution to solve problems. Examples   Bob scored a 190 on his entrance exam, where the average was 165 and the standard deviation was 12. Where does he stand in relation to the rest of his class? He scored in the “top 2 %”, see Excel that follows. Week 7 Quiz
  • 13. In a normal distribution with mu = 35 and sigma = 6 what is the z score for a value of 41? Z= +1, (41-35)/6 = 6/6 = 1 Week 7 Quiz
  • 14. In a normal distribution with mu = 35 and sigma = 6 what number corresponds to z = -2? 23, -2 = (x-35)/6, solve algebraically by multiplying each side by 6 to get -12 = x-35, then adding 35 to each side to get x = 23 Week 7 Quiz
  • 15. We have an area of .4840. What z-score corresponds to this area?   Using the Standard Normal Table in your book, or the one on the attached excel you can see it is a z score of -0.04 Week 7 Quiz
  • 17. Find P(80 < x < 86) when mu = 82 and sigma = 4. Write your steps in probability notation.   I did this in Excel, but I still need to show my work:   The z-score corresponding to x = 86 is z = (86-82)/4 = 4/4 = 1.0. The area corresponding to z = 1.0 is .8413 The z-score corresponding to x = 80 is (80 - 82)/4 = -2/4 = -0.5. The area corresponding to z = -0.5 is .3086. Thus, P(80 < x < 86) = P(-0.5 < z < 1.0) = P(z < 1.0) - P(z < -0.5) = 0.8413 – 0.3086 = 0.5327 (my excel calculated it to be 0.5328 so I feel good about it) Week 7 Quiz
  • 19. Interpret a 90% confidence interval of (63.3, 83.4). You should note here there is a 90% probability that the interval (63.3 to 83.4) contains µ, the true population mean. Week 7 Quiz
  • 20. What is the critical value corresponds to a confidence level of 96% 100 – 96 = 4 Divide 4 by 2 (tails) and get 2 Add 2 to the original 96% and get 98% and find the critical value (z-score that corresponds to .9800 which is 2.05 (closest to it) Week 7 Quiz
  • 21. Compute the population mean margin of error for a 90% confidence interval when sigma is 7 and the sample size is 81.   E = z * sigma / sqrt(n) = 1.645 * 7 / sqrt(81) = 1.279 (remember +/-) Week 7 Quiz
  • 22. A Military entrance exam has a mean of 120 and a standard deviation of 9. We want to be 95% certain that we are within 6 points of the true mean. Determine the sample size.   n = ( z * sigma / error ) ^ 2 = (1.96*9/6)^2 = 2.94^2 = 8.6436.  Round up to 9. ALWAYS ROUND SAMPLE SIZES UP!!! Week 7 Quiz
  • 23. A researcher wants to get an estimate of the true mean performance measure of its product.  It randomly samples 180 of its machines.  The mean performance measure was 900 with a standard deviation of 60.  Find a 95% confidence interval for the true mean performance measure of the machines. Week 7 Quiz
  • 24. The population standard deviation is unknown and the sample size is 180.  Thus, since the sample size is greater than 30, this confidence interval will use a z-value.  For a 95% confidence interval, the z-value = 1.96.  Sample mean = 900 and sample standard deviation = 60. Population mean = 900 +/- 1.96 * 60/sqrt(180) = 900 +/- 8.765.  891.235 and 908.765 Week 7 Quiz
  • 25. A researcher wants to get an estimate of the true mean performance measure of its product.  The researcher needs to be within 15 of the true mean.  The researcher estimates the true population standard deviation is around 30. If the confidence level is 95%, find the required sample size in order to meet the desired accuracy. Week 7 Quiz
  • 26. For a 95% confidence level, the z-value = 1.96.  The formula for sample size is n = ( z-value * standard deviation / error ) ^ 2 = ( 1.96 * 30/ 15) ^ 2 = ( 3.92 ) ^ 2 = 15.3664.  Thus, the researcher must sample at least 16 to obtain the desired accuracy. ALWAYS ROUND SAMPLE SIZES UP!!!!! Week 7 Quiz
  • 27. A researcher wants to estimate the mean cost to develop a product.  The researcher tests 18 cases and finds the mean cost to be $3000 with a standard deviation of $400.  Find a 95% confidence interval for the true mean cost to develop this product. Week 7 Quiz
  • 28. The population standard deviation is unknown and the sample size is 18.  Thus, since the population standard deviation is unknown AND the sample is less than 30, we must use the t-value for this confidence interval.  For a 95% confidence interval and degrees of freedom = 17 (from 18-1), the t-value = 2.110.  Sample mean = 3000 and sample standard deviation = 400. Population mean = 3000 +/- 2.110 * 400/sqrt(18) = 3000 +/- 198.93.  So our bounds are 2801.07 and 3198.93 Week 7 Quiz
  • 29. A researcher wants to estimate what proportion of failures that are due to poor workmanship.  The researcher randomly samples 50 failures and finds 18 are due to poor workmanship.  Using a 95% confidence interval, estimate the true proportion of poor workmanship for all failures.  Week 7 Quiz
  • 30. For a 95% confidence level, the z-value is 1.96.  The sample proportion = 18/50 = 0.36, thus p hat = 0.36 and 1-p hat = 0.64 .  The sample size = 50. The population proportion is between 0.36 +/- 1.96 * sqrt ( 0.36 * 0.64 / 50 ) = 0.36 +/- .13 So the bounds are .23 and .49 Week 7 Quiz
  • 31. I will post a link to these on my facebook site: www.facebook.com/statcave I will also try to post some Excel files (TRY)…. I can’t guarantee.. Week 7 Quiz