Math 243 Lecture Notes

Size: px
Start display at page:

Download "Math 243 Lecture Notes"

Transcription

1 Assume the average annual rainfall for in Portland is 36 inches per year with a standard deviation of 9 inches. Also assume that the average wind speed in Chicago is 10 mph with a standard deviation of 2 mph. Suppose that one year Portland s annual rainfall was only 24 inches and Chicago s wind speed was 13 mph. Which of these events was more extraordinary? Notice that these two events we want to compare are quite different. (To start, one is measured in inches and the other is measured in mph!) To put each on level that we can compare them, we ll want to use the standard deviation as our ruler. If we determine how far each event is from its mean, measured in standard deviations, we ll have something common to compare. The standard deviation can be used as a ruler to measure statistical difference from the mean. When we want to compare values (from the same data set or different data sets), we can use the z-score. The z-score is also called a standardized value. It measures the distance of a value from the mean in standard deviations and is given by: z-score: z = y ȳ s 1

2 Example 1. Continue to assume that the average annual rainfall in Portland is 36 inches per year with a standard deviation of 9 inches and that the average annual wind speed in Chicago is 10 mph with a standard deviation of 2 mph. (a) Calculate the z-scores for a year when the annual rainfall in Portland was 40 inches and the average wind speed in Chicago was 14 mph. Which was more unusual? (b) If Portland has a z-score of -2 one year, will the amount of rain that year be above or below the mean? Calculate the amount of rain that year. Group Work 1. Continue to assume that the average annual rainfall in Portland is 36 inches per year with a standard deviation of 9 inches and that the average annual wind speed in Chicago is 10 mph with a standard deviation of 2 mph. (a) Calculate the z-scores for a year when the annual rainfall in Portland was 42 inches and the average wind speed in Chicago was 9 mph. Which was more unusual? (b) If Chicago has a z-score of 2 one year, will the wind speed that year be above or below the mean? Calculate the wind speed that year. Instructor: A.E.Cary Page 2 of 14

3 Example 2. You ll notice that the calculations for both standard deviation and z-scores involve first calculating a value s difference from its mean. In this example, we ll explore the effect this has on the histogram and box plot. Answer the following using the histograms and box plots shown in Figure 1 and Figure 2. (a) Does the shape of the distribution change? Figure 1. Hen Weights for Various Breeds Frequency 5 - b = (b) Does the range change? (c) Do Q1 and Q3 change? Weight (in lbs) (d) Does the IQR change? Figure 2. Hen Weight Above 6.5 Pounds for Various Breeds Frequency 5 - b = 0 (e) Does the standard deviation change? (f) Does the median change? Weight Above 6.5 Pounds Instructor: A.E.Cary Page 3 of 14

4 Example 3. You ll also notice that the after the z-score adjust for the mean, we divide by the number of standard deviations. In this example, we ll explore the effect that scaling has on the histogram and box plot. Answer the following using the histograms and box plots shown in Figure 3 and Figure 4. (a) Does the shape of the distribution change? Figure 3. Hen Weights for Various Breeds Frequency 5 - (b) Does the range change? (c) Do Q1 and Q3 change? (d) Does the IQR change? Weight (in lbs) Figure 4. Hen Weights for Various Breeds Frequency (e) Does the standard deviation change? (f) HOW does each value change? Weight (in kg) Table 1. Hen Weights n mean s min Q1 median Q3 max in lbs in kg Instructor: A.E.Cary Page 4 of 14

5 Standardizing into z-scores: does not change the shape of the distribution of a variable changes the center by making the mean 0 changes the spread by making the standard deviation 1 The Normal Distribution Model is one that models the continuous distribution of populations. It s identified as a bell-shaped curve. Normal models are only appropriate for distributions that are symmetric and unimodal. The standard Normal model has mean 0 and standard deviation 1. We denote this with N(0, 1). In general, a Normal model with mean µ and standard deviation σ is denoted with N(µ, σ). For a normal model, the z-score is given by: z = y µ σ Example 4. For the Normal model, it happens that 68% of the values fall within 1 standard deviation of the mean, 95% fall within 2 standard deviations of the mean, and 99.7% fall within 3 standard deviations of the mean. Label the bell curve below to show these key features. Instructor: A.E.Cary Page 5 of 14

6 Example 5. Let s return to our Portland rainfall example. We ll need to assume that this distribution is normal (a somewhat suspect assumption). Recall that the average annual rainfall is 36 inches and the standard deviation is 12 inches. (a) What percent of the time is the annual rainfall between 27 inches and 45 inches? (b) What percent of the time is the annual rainfall 36 inches or more? (c) What percent of the time is the annual rainfall 54 inches or more? (d) What percent of the time is the annual rainfall 27 inches or less? Instructor: A.E.Cary Page 6 of 14

7 (e) Portland should receive less than or equal to what amount of rain only 0.15% of the time? (f) Portland should receive more than or equal to what amount of rain 97.5% of the time? (g) What percent of the time is the annual rainfall 63 inches or less? (h) What percent of the time is the annual rainfall between 45 inches and 54 inches? Instructor: A.E.Cary Page 7 of 14

8 Recall that the z-score has mean 0 and standard deviation 1. The Normal distribution appears as such: 68% 95% % z What happens if a value is 1.5 standard deviations below the mean (or 2.75 sd below, or 3.8 sd above, etc.)? Can we determine the associated percentage? The answer happens to be yes. We ll need some sort of computer algebra system to compute this percentage based on that particular z-score. To determine a percentage associated with a given z-score, we use the Excel command NORM.S.DIST(z,1). To determine a z-score associated with a given percentage, we use the Excel command NORM.S.INV(%). Group Work 2. For each problem, draw a picture to support your answer. (a) Tell Excel to compute: NORM.S.DIST(0,1)= (b) Tell Excel to compute: NORM.S.DIST(-2,1)= (c) Tell Excel to compute: NORM.S.DIST(1,1)= (d) Tell Excel to compute: NORM.S.DIST(-1,1)= Instructor: A.E.Cary Page 8 of 14

9 (e) What percentage of z-scores are between z = 0 and z = 1.3? (f) What percentage of z-scores are between z = 0.4 and z = 1.3? (g) What percentage of z-scores are above z = 1.8? (h) What percentage of z-scores are below z = 2.2? Instructor: A.E.Cary Page 9 of 14

10 Group Work 3. For each problem, draw a picture to support your answer. (a) Tell Excel to compute: NORM.S.INV(0.5)= (b) Tell Excel to compute: NORM.S.INV(0.12)= (c) Tell Excel to compute: NORM.S.INV(0.8)= (d) Tell Excel to compute: NORM.S.INV(0)= (e) Tell Excel to compute: NORM.S.INV(1)= Instructor: A.E.Cary Page 10 of 14

11 (f) What z-score is associated with the 90 th percentile? (g) What z-score is associated with the 1 st percentile? (h) What z-score is associated with the 75 th percentile? Instructor: A.E.Cary Page 11 of 14

12 Example 6. Assume that sections of MTH 111 at PCC have a pass rate of 0.62 with a standard deviation of Also assume that they have a normal distribution. We can categorize this as a N(0.62, 0.05) model. (a) What percentage of sections have success rates of 0.71 or higher? (b) What percentage of sections have success rates of 0.46 or lower? Instructor: A.E.Cary Page 12 of 14

13 Example 7. Tillamook 2 pound (i.e. 32 ounce) blocks of cheese are made on equipment that is not quite perfect. Assume that the machine causes a standard deviation of 0.4 ounces. (a) To keep their customers happy, they set their machine to produce 33 ounce blocks of cheese. We can categorize this Normal distribution model with N(33, 0.4). What percentage of cheese blocks produced contain less than 32 ounces of cheese? (b) The company wants to save a little money. They can do so by setting the mean slightly lower (so that each block has slightly less cheese). They want no more than 3% of the blocks of cheese to be underweight though. Where should they re-set the mean? Instructor: A.E.Cary Page 13 of 14

14 (c) Now let s assume that Tillamook does have some control over the standard deviation of their machine. They want to set the mean to be 32.5 ounces and have 99% of their cheese blocks produced weigh at least 32 ounces. What s the maximum standard deviation the machine can have? Instructor: A.E.Cary Page 14 of 14

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model STAT 203 - Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model In Chapter 5, we introduced a few measures of center and spread, and discussed how the mean and standard deviation are good

More information

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model

STAT Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model STAT 203 - Chapter 6 The Standard Deviation (SD) as a Ruler and The Normal Model In Chapter 5, we introduced a few measures of center and spread, and discussed how the mean and standard deviation are good

More information

Normal Model (Part 1)

Normal Model (Part 1) Normal Model (Part 1) Formulas New Vocabulary The Standard Deviation as a Ruler The trick in comparing very different-looking values is to use standard deviations as our rulers. The standard deviation

More information

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need.

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. For exams (MD1, MD2, and Final): You may bring one 8.5 by 11 sheet of

More information

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.)

Chapter 6. y y. Standardizing with z-scores. Standardizing with z-scores (cont.) Starter Ch. 6: A z-score Analysis Starter Ch. 6 Your Statistics teacher has announced that the lower of your two tests will be dropped. You got a 90 on test 1 and an 85 on test 2. You re all set to drop

More information

The Standard Deviation as a Ruler and the Normal Model. Copyright 2009 Pearson Education, Inc.

The Standard Deviation as a Ruler and the Normal Model. Copyright 2009 Pearson Education, Inc. The Standard Deviation as a Ruler and the Normal Mol Copyright 2009 Pearson Education, Inc. The trick in comparing very different-looking values is to use standard viations as our rulers. The standard

More information

The Normal Model The famous bell curve

The Normal Model The famous bell curve Math 243 Sections 6.1-6.2 The Normal Model Here are some roughly symmetric, unimodal histograms The Normal Model The famous bell curve Example 1. Let s say the mean annual rainfall in Portland is 40 inches

More information

Instructor: A.E.Cary. Math 243 Final Exam

Instructor: A.E.Cary. Math 243 Final Exam Name: Instructor: A.E.Cary Instructions: Show all your work in a manner consistent with that demonstrated in class. Round your answers where appropriate. Use 3 decimal places when rounding answers. The

More information

Section3-2: Measures of Center

Section3-2: Measures of Center Chapter 3 Section3-: Measures of Center Notation Suppose we are making a series of observations, n of them, to be exact. Then we write x 1, x, x 3,K, x n as the values we observe. Thus n is the total number

More information

Describing Data: One Quantitative Variable

Describing Data: One Quantitative Variable STAT 250 Dr. Kari Lock Morgan The Big Picture Describing Data: One Quantitative Variable Population Sampling SECTIONS 2.2, 2.3 One quantitative variable (2.2, 2.3) Statistical Inference Sample Descriptive

More information

Shifting and rescaling data distributions

Shifting and rescaling data distributions Shifting and rescaling data distributions It is useful to consider the effect of systematic alterations of all the values in a data set. The simplest such systematic effect is a shift by a fixed constant.

More information

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Math 2311 Bekki George bekki@math.uh.edu Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Class webpage: http://www.math.uh.edu/~bekki/math2311.html Math 2311 Class

More information

Unit2: Probabilityanddistributions. 3. Normal distribution

Unit2: Probabilityanddistributions. 3. Normal distribution Announcements Unit: Probabilityanddistributions 3 Normal distribution Sta 101 - Spring 015 Duke University, Department of Statistical Science February, 015 Peer evaluation 1 by Friday 11:59pm Office hours:

More information

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1 1 Chapter 1 1.1 Definitions Stat 101 Exam 1 - Embers Important Formulas and Concepts 1 1. Data Any collection of numbers, characters, images, or other items that provide information about something. 2.

More information

Density curves. (James Madison University) February 4, / 20

Density curves. (James Madison University) February 4, / 20 Density curves Figure 6.2 p 230. A density curve is always on or above the horizontal axis, and has area exactly 1 underneath it. A density curve describes the overall pattern of a distribution. Example

More information

The Normal Distribution

The Normal Distribution Stat 6 Introduction to Business Statistics I Spring 009 Professor: Dr. Petrutza Caragea Section A Tuesdays and Thursdays 9:300:50 a.m. Chapter, Section.3 The Normal Distribution Density Curves So far we

More information

3.1 Measures of Central Tendency

3.1 Measures of Central Tendency 3.1 Measures of Central Tendency n Summation Notation x i or x Sum observation on the variable that appears to the right of the summation symbol. Example 1 Suppose the variable x i is used to represent

More information

Statistics 511 Supplemental Materials

Statistics 511 Supplemental Materials Gaussian (or Normal) Random Variable In this section we introduce the Gaussian Random Variable, which is more commonly referred to as the Normal Random Variable. This is a random variable that has a bellshaped

More information

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1 8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions For Example: On August 8, 2011, the Dow dropped 634.8 points, sending shock waves through the financial community.

More information

Putting Things Together Part 2

Putting Things Together Part 2 Frequency Putting Things Together Part These exercise blend ideas from various graphs (histograms and boxplots), differing shapes of distributions, and values summarizing the data. Data for, and are in

More information

Unit 2 Statistics of One Variable

Unit 2 Statistics of One Variable Unit 2 Statistics of One Variable Day 6 Summarizing Quantitative Data Summarizing Quantitative Data We have discussed how to display quantitative data in a histogram It is useful to be able to describe

More information

NORMAL RANDOM VARIABLES (Normal or gaussian distribution)

NORMAL RANDOM VARIABLES (Normal or gaussian distribution) NORMAL RANDOM VARIABLES (Normal or gaussian distribution) Many variables, as pregnancy lengths, foot sizes etc.. exhibit a normal distribution. The shape of the distribution is a symmetric bell shape.

More information

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc.

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Chapter 8 Measures of Center Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Data that can only be integer

More information

BIOL The Normal Distribution and the Central Limit Theorem

BIOL The Normal Distribution and the Central Limit Theorem BIOL 300 - The Normal Distribution and the Central Limit Theorem In the first week of the course, we introduced a few measures of center and spread, and discussed how the mean and standard deviation are

More information

CHAPTER 5 SAMPLING DISTRIBUTIONS

CHAPTER 5 SAMPLING DISTRIBUTIONS CHAPTER 5 SAMPLING DISTRIBUTIONS Sampling Variability. We will visualize our data as a random sample from the population with unknown parameter μ. Our sample mean Ȳ is intended to estimate population mean

More information

Measures of Center. Mean. 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) Measure of Center. Notation. Mean

Measures of Center. Mean. 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) Measure of Center. Notation. Mean Measure of Center Measures of Center The value at the center or middle of a data set 1. Mean 2. Median 3. Mode 4. Midrange (rarely used) 1 2 Mean Notation The measure of center obtained by adding the values

More information

LECTURE 6 DISTRIBUTIONS

LECTURE 6 DISTRIBUTIONS LECTURE 6 DISTRIBUTIONS OVERVIEW Uniform Distribution Normal Distribution Random Variables Continuous Distributions MOST OF THE SLIDES ADOPTED FROM OPENINTRO STATS BOOK. NORMAL DISTRIBUTION Unimodal and

More information

Review of commonly missed questions on the online quiz. Lecture 7: Random variables] Expected value and standard deviation. Let s bet...

Review of commonly missed questions on the online quiz. Lecture 7: Random variables] Expected value and standard deviation. Let s bet... Recap Review of commonly missed questions on the online quiz Lecture 7: ] Statistics 101 Mine Çetinkaya-Rundel OpenIntro quiz 2: questions 4 and 5 September 20, 2011 Statistics 101 (Mine Çetinkaya-Rundel)

More information

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Part 1: Introduction Sampling Distributions & the Central Limit Theorem Point Estimation & Estimators Sections 7-1 to 7-2 Sample data

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number

More information

1 Describing Distributions with numbers

1 Describing Distributions with numbers 1 Describing Distributions with numbers Only for quantitative variables!! 1.1 Describing the center of a data set The mean of a set of numerical observation is the familiar arithmetic average. To write

More information

appstats5.notebook September 07, 2016 Chapter 5

appstats5.notebook September 07, 2016 Chapter 5 Chapter 5 Describing Distributions Numerically Chapter 5 Objective: Students will be able to use statistics appropriate to the shape of the data distribution to compare of two or more different data sets.

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

More information

Unit2: Probabilityanddistributions. 3. Normal and binomial distributions

Unit2: Probabilityanddistributions. 3. Normal and binomial distributions Announcements Unit2: Probabilityanddistributions 3. Normal and binomial distributions Sta 101 - Fall 2017 Duke University, Department of Statistical Science Formatting of problem set submissions: Bad:

More information

AP Stats ~ Lesson 6B: Transforming and Combining Random variables

AP Stats ~ Lesson 6B: Transforming and Combining Random variables AP Stats ~ Lesson 6B: Transforming and Combining Random variables OBJECTIVES: DESCRIBE the effects of transforming a random variable by adding or subtracting a constant and multiplying or dividing by a

More information

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82 Announcements: Week 5 quiz begins at 4pm today and ends at 3pm on Wed If you take more than 20 minutes to complete your quiz, you will only receive partial credit. (It doesn t cut you off.) Today: Sections

More information

Unit2: Probabilityanddistributions. 3. Normal and binomial distributions

Unit2: Probabilityanddistributions. 3. Normal and binomial distributions Announcements Unit2: Probabilityanddistributions 3. Normal and binomial distributions Sta 101 - Summer 2017 Duke University, Department of Statistical Science PS: Explain your reasoning + show your work

More information

Chapter 7 Sampling Distributions and Point Estimation of Parameters

Chapter 7 Sampling Distributions and Point Estimation of Parameters Chapter 7 Sampling Distributions and Point Estimation of Parameters Part 1: Sampling Distributions, the Central Limit Theorem, Point Estimation & Estimators Sections 7-1 to 7-2 1 / 25 Statistical Inferences

More information

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL

LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL LAB 2 INSTRUCTIONS PROBABILITY DISTRIBUTIONS IN EXCEL There is a wide range of probability distributions (both discrete and continuous) available in Excel. They can be accessed through the Insert Function

More information

22.2 Shape, Center, and Spread

22.2 Shape, Center, and Spread Name Class Date 22.2 Shape, Center, and Spread Essential Question: Which measures of center and spread are appropriate for a normal distribution, and which are appropriate for a skewed distribution? Eplore

More information

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative STAT:10 Statistical Methods and Computing Normal Distributions Lecture 4 Feb. 6, 17 Kate Cowles 374 SH, 335-0727 kate-cowles@uiowa.edu 1 2 Using density curves to describe the distribution of values of

More information

What type of distribution is this? tml

What type of distribution is this?  tml Warm Up Calculate the average Broncos score for the 2013 Season! 24, 27, 10, 10, 34, 37, 20, 51, 35, 31, 27, 28, 45, 33, 35, 52, 52, 37, 41, 49, 24, 26 What type of distribution is this? http://www.mathsisfun.com/data/quincunx.h

More information

What was in the last lecture?

What was in the last lecture? What was in the last lecture? Normal distribution A continuous rv with bell-shaped density curve The pdf is given by f(x) = 1 2πσ e (x µ)2 2σ 2, < x < If X N(µ, σ 2 ), E(X) = µ and V (X) = σ 2 Standard

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

More information

Lecture 2 Describing Data

Lecture 2 Describing Data Lecture 2 Describing Data Thais Paiva STA 111 - Summer 2013 Term II July 2, 2013 Lecture Plan 1 Types of data 2 Describing the data with plots 3 Summary statistics for central tendency and spread 4 Histograms

More information

A LEVEL MATHEMATICS ANSWERS AND MARKSCHEMES SUMMARY STATISTICS AND DIAGRAMS. 1. a) 45 B1 [1] b) 7 th value 37 M1 A1 [2]

A LEVEL MATHEMATICS ANSWERS AND MARKSCHEMES SUMMARY STATISTICS AND DIAGRAMS. 1. a) 45 B1 [1] b) 7 th value 37 M1 A1 [2] 1. a) 45 [1] b) 7 th value 37 [] n c) LQ : 4 = 3.5 4 th value so LQ = 5 3 n UQ : 4 = 9.75 10 th value so UQ = 45 IQR = 0 f.t. d) Median is closer to upper quartile Hence negative skew [] Page 1 . a) Orders

More information

Handout 4 numerical descriptive measures part 2. Example 1. Variance and Standard Deviation for Grouped Data. mf N 535 = = 25

Handout 4 numerical descriptive measures part 2. Example 1. Variance and Standard Deviation for Grouped Data. mf N 535 = = 25 Handout 4 numerical descriptive measures part Calculating Mean for Grouped Data mf Mean for population data: µ mf Mean for sample data: x n where m is the midpoint and f is the frequency of a class. Example

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

MAT 1371 Midterm. This is a closed book examination. However one sheet is permitted. Only non-programmable and non-graphic calculators are permitted.

MAT 1371 Midterm. This is a closed book examination. However one sheet is permitted. Only non-programmable and non-graphic calculators are permitted. MAT 1371 Midterm Duration: 80 minutes Professor G. Lamothe Student Number: Last Name: First Name: This is a closed book examination. However one sheet is permitted. Only non-programmable and non-graphic

More information

Lecture 6: Normal distribution

Lecture 6: Normal distribution Lecture 6: Normal distribution Statistics 101 Mine Çetinkaya-Rundel February 2, 2012 Announcements Announcements HW 1 due now. Due: OQ 2 by Monday morning 8am. Statistics 101 (Mine Çetinkaya-Rundel) L6:

More information

Putting Things Together Part 1

Putting Things Together Part 1 Putting Things Together Part 1 These exercise blend ideas from various graphs (histograms and boxplots), differing shapes of distributions, and values summarizing the data. Data for 1, 5, and 6 are in

More information

Figure 1: 2πσ is said to have a normal distribution with mean µ and standard deviation σ. This is also denoted

Figure 1: 2πσ is said to have a normal distribution with mean µ and standard deviation σ. This is also denoted Figure 1: Math 223 Lecture Notes 4/1/04 Section 4.10 The normal distribution Recall that a continuous random variable X with probability distribution function f(x) = 1 µ)2 (x e 2σ 2πσ is said to have a

More information

Chapter 3: Displaying and Describing Quantitative Data Quiz A Name

Chapter 3: Displaying and Describing Quantitative Data Quiz A Name Chapter 3: Displaying and Describing Quantitative Data Quiz A Name 3.1.1 Find summary statistics; create displays; describe distributions; determine 1. Following is a histogram of salaries (in $) for a

More information

Terms & Characteristics

Terms & Characteristics NORMAL CURVE Knowledge that a variable is distributed normally can be helpful in drawing inferences as to how frequently certain observations are likely to occur. NORMAL CURVE A Normal distribution: Distribution

More information

AP * Statistics Review

AP * Statistics Review AP * Statistics Review Normal Models and Sampling Distributions Teacher Packet AP* is a trademark of the College Entrance Examination Board. The College Entrance Examination Board was not involved in the

More information

Distribution of the Sample Mean

Distribution of the Sample Mean Distribution of the Sample Mean MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Experiment (1 of 3) Suppose we have the following population : 4 8 1 2 3 4 9 1

More information

Lecture 6: Chapter 6

Lecture 6: Chapter 6 Lecture 6: Chapter 6 C C Moxley UAB Mathematics 3 October 16 6.1 Continuous Probability Distributions Last week, we discussed the binomial probability distribution, which was discrete. 6.1 Continuous Probability

More information

Simple Descriptive Statistics

Simple Descriptive Statistics Simple Descriptive Statistics These are ways to summarize a data set quickly and accurately The most common way of describing a variable distribution is in terms of two of its properties: Central tendency

More information

MA131 Lecture 8.2. The normal distribution curve can be considered as a probability distribution curve for normally distributed variables.

MA131 Lecture 8.2. The normal distribution curve can be considered as a probability distribution curve for normally distributed variables. Normal distribution curve as probability distribution curve The normal distribution curve can be considered as a probability distribution curve for normally distributed variables. The area under the normal

More information

Chapter 3. Descriptive Measures. Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 3, Slide 1

Chapter 3. Descriptive Measures. Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 3, Slide 1 Chapter 3 Descriptive Measures Copyright 2016, 2012, 2008 Pearson Education, Inc. Chapter 3, Slide 1 Chapter 3 Descriptive Measures Mean, Median and Mode Copyright 2016, 2012, 2008 Pearson Education, Inc.

More information

Standard Normal Calculations

Standard Normal Calculations Standard Normal Calculations Section 4.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 10-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Math 140 Introductory Statistics. First midterm September

Math 140 Introductory Statistics. First midterm September Math 140 Introductory Statistics First midterm September 23 2010 Box Plots Graphical display of 5 number summary Q1, Q2 (median), Q3, max, min Outliers If a value is more than 1.5 times the IQR from the

More information

Chapter 15: Sampling distributions

Chapter 15: Sampling distributions =true true Chapter 15: Sampling distributions Objective (1) Get "big picture" view on drawing inferences from statistical studies. (2) Understand the concept of sampling distributions & sampling variability.

More information

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

Descriptive Statistics

Descriptive Statistics Chapter 3 Descriptive Statistics Chapter 2 presented graphical techniques for organizing and displaying data. Even though such graphical techniques allow the researcher to make some general observations

More information

Honors Statistics. 3. Discuss homework C2# Discuss standard scores and percentiles. Chapter 2 Section Review day 2016s Notes.

Honors Statistics. 3. Discuss homework C2# Discuss standard scores and percentiles. Chapter 2 Section Review day 2016s Notes. Honors Statistics Aug 23-8:26 PM 3. Discuss homework C2#11 4. Discuss standard scores and percentiles Aug 23-8:31 PM 1 Feb 8-7:44 AM Sep 6-2:27 PM 2 Sep 18-12:51 PM Chapter 2 Modeling Distributions of

More information

Announcements. Unit 2: Probability and distributions Lecture 3: Normal distribution. Normal distribution. Heights of males

Announcements. Unit 2: Probability and distributions Lecture 3: Normal distribution. Normal distribution. Heights of males Announcements Announcements Unit 2: Probability and distributions Lecture 3: Statistics 101 Mine Çetinkaya-Rundel First peer eval due Tues. PS3 posted - will be adding one more question that you need to

More information

Numerical Descriptions of Data

Numerical Descriptions of Data Numerical Descriptions of Data Measures of Center Mean x = x i n Excel: = average ( ) Weighted mean x = (x i w i ) w i x = data values x i = i th data value w i = weight of the i th data value Median =

More information

DATA SUMMARIZATION AND VISUALIZATION

DATA SUMMARIZATION AND VISUALIZATION APPENDIX DATA SUMMARIZATION AND VISUALIZATION PART 1 SUMMARIZATION 1: BUILDING BLOCKS OF DATA ANALYSIS 294 PART 2 PART 3 PART 4 VISUALIZATION: GRAPHS AND TABLES FOR SUMMARIZING AND ORGANIZING DATA 296

More information

Chapter 5 The Standard Deviation as a Ruler and the Normal Model

Chapter 5 The Standard Deviation as a Ruler and the Normal Model Chapter 5 The Standard Deviation as a Ruler and the Normal Model 55 Chapter 5 The Standard Deviation as a Ruler and the Normal Model 1. Stats test. Nicole scored 65 points on the test. That is one standard

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

More information

Sampling Distributions

Sampling Distributions AP Statistics Ch. 7 Notes Sampling Distributions A major field of statistics is statistical inference, which is using information from a sample to draw conclusions about a wider population. Parameter:

More information

Overview/Outline. Moving beyond raw data. PSY 464 Advanced Experimental Design. Describing and Exploring Data The Normal Distribution

Overview/Outline. Moving beyond raw data. PSY 464 Advanced Experimental Design. Describing and Exploring Data The Normal Distribution PSY 464 Advanced Experimental Design Describing and Exploring Data The Normal Distribution 1 Overview/Outline Questions-problems? Exploring/Describing data Organizing/summarizing data Graphical presentations

More information

Ti 83/84. Descriptive Statistics for a List of Numbers

Ti 83/84. Descriptive Statistics for a List of Numbers Ti 83/84 Descriptive Statistics for a List of Numbers Quiz scores in a (fictitious) class were 10.5, 13.5, 8, 12, 11.3, 9, 9.5, 5, 15, 2.5, 10.5, 7, 11.5, 10, and 10.5. It s hard to get much of a sense

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

FORMULA FOR STANDARD DEVIATION:

FORMULA FOR STANDARD DEVIATION: Chapter 5 Review: Statistics Textbook p.210-282 Summary: p.238-239, p.278-279 Practice Questions p.240, p.280-282 Z- Score Table p.592 Key Concepts: Central Tendency, Standard Deviation, Graphing, Normal

More information

Some estimates of the height of the podium

Some estimates of the height of the podium Some estimates of the height of the podium 24 36 40 40 40 41 42 44 46 48 50 53 65 98 1 5 number summary Inter quartile range (IQR) range = max min 2 1.5 IQR outlier rule 3 make a boxplot 24 36 40 40 40

More information

Example. Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables

Example. Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables Chapter 8 Probability Distributions and Statistics Section 8.1 Distributions of Random Variables You are dealt a hand of 5 cards. Find the probability distribution table for the number of hearts. Graph

More information

1) What is the range of the data shown in the box and whisker plot? 2) True or False: 75% of the data falls between 6 and 12.

1) What is the range of the data shown in the box and whisker plot? 2) True or False: 75% of the data falls between 6 and 12. DO NOW 1) What is the range of the data shown in the box and whisker plot? 2) True or False: 75% of the data falls between 6 and 12. May 21 7:19 AM 1. 3 2. 2 3. 1 4. 4 5. 2 6. Min = 17, Q 1 = 18.5, Med

More information

University of California, Los Angeles Department of Statistics. The central limit theorem The distribution of the sample mean

University of California, Los Angeles Department of Statistics. The central limit theorem The distribution of the sample mean University of California, Los Angeles Department of Statistics Statistics 12 Instructor: Nicolas Christou First: Population mean, µ: The central limit theorem The distribution of the sample mean Sample

More information

χ 2 distributions and confidence intervals for population variance

χ 2 distributions and confidence intervals for population variance χ 2 distributions and confidence intervals for population variance Let Z be a standard Normal random variable, i.e., Z N(0, 1). Define Y = Z 2. Y is a non-negative random variable. Its distribution is

More information

2 Exploring Univariate Data

2 Exploring Univariate Data 2 Exploring Univariate Data A good picture is worth more than a thousand words! Having the data collected we examine them to get a feel for they main messages and any surprising features, before attempting

More information

STAB22 section 1.3 and Chapter 1 exercises

STAB22 section 1.3 and Chapter 1 exercises STAB22 section 1.3 and Chapter 1 exercises 1.101 Go up and down two times the standard deviation from the mean. So 95% of scores will be between 572 (2)(51) = 470 and 572 + (2)(51) = 674. 1.102 Same idea

More information

ECON 214 Elements of Statistics for Economists

ECON 214 Elements of Statistics for Economists ECON 214 Elements of Statistics for Economists Session 7 The Normal Distribution Part 1 Lecturer: Dr. Bernardin Senadza, Dept. of Economics Contact Information: bsenadza@ug.edu.gh College of Education

More information

Chapter 6: The Normal Distribution

Chapter 6: The Normal Distribution Chapter 6: The Normal Distribution Diana Pell Section 6.1: Normal Distributions Note: Recall that a continuous variable can assume all values between any two given values of the variables. Many continuous

More information

Business Statistics 41000: Probability 4

Business Statistics 41000: Probability 4 Business Statistics 41000: Probability 4 Drew D. Creal University of Chicago, Booth School of Business February 14 and 15, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information

University of California, Los Angeles Department of Statistics. Normal distribution

University of California, Los Angeles Department of Statistics. Normal distribution University of California, Los Angeles Department of Statistics Statistics 110A Instructor: Nicolas Christou Normal distribution The normal distribution is the most important distribution. It describes

More information

Numerical Descriptive Measures. Measures of Center: Mean and Median

Numerical Descriptive Measures. Measures of Center: Mean and Median Steve Sawin Statistics Numerical Descriptive Measures Having seen the shape of a distribution by looking at the histogram, the two most obvious questions to ask about the specific distribution is where

More information

Chapter 6: The Normal Distribution

Chapter 6: The Normal Distribution Chapter 6: The Normal Distribution Diana Pell Section 6.1: Normal Distributions Note: Recall that a continuous variable can assume all values between any two given values of the variables. Many continuous

More information

Chapter 6: Random Variables

Chapter 6: Random Variables Chapter 6: Random Variables Section 6. The Practice of Statistics, 4 th edition For AP* STARNES, YATES, MOORE Chapter 6 Random Variables 6.1 Discrete and Continuous Random Variables 6. 6.3 Binomial and

More information

3) Marital status of each member of a randomly selected group of adults is an example of what type of variable?

3) Marital status of each member of a randomly selected group of adults is an example of what type of variable? MATH112 STATISTICS; REVIEW1 CH1,2,&3 Name CH1 Vocabulary 1) A statistics student wants to find some information about all college students who ride a bike. She collected data from other students in her

More information

Normal Probability Distributions

Normal Probability Distributions C H A P T E R Normal Probability Distributions 5 Section 5.2 Example 3 (pg. 248) Normal Probabilities Assume triglyceride levels of the population of the United States are normally distributed with a mean

More information

Collaborative Statistics Using Spreadsheets. Chapter 6

Collaborative Statistics Using Spreadsheets. Chapter 6 Collaborative Statistics Using Spreadsheets This document is attributed to OpenStax-CNX Chapter 6 Open Assembly Edition Open Assembly editions of open textbooks are disaggregated versions designed to facilitate

More information

7 THE CENTRAL LIMIT THEOREM

7 THE CENTRAL LIMIT THEOREM CHAPTER 7 THE CENTRAL LIMIT THEOREM 373 7 THE CENTRAL LIMIT THEOREM Figure 7.1 If you want to figure out the distribution of the change people carry in their pockets, using the central limit theorem and

More information

CHAPTER 5 Sampling Distributions

CHAPTER 5 Sampling Distributions CHAPTER 5 Sampling Distributions 5.1 The possible values of p^ are 0, 1/3, 2/3, and 1. These correspond to getting 0 persons with lung cancer, 1 with lung cancer, 2 with lung cancer, and all 3 with lung

More information

Normal distribution. We say that a random variable X follows the normal distribution if the probability density function of X is given by

Normal distribution. We say that a random variable X follows the normal distribution if the probability density function of X is given by Normal distribution The normal distribution is the most important distribution. It describes well the distribution of random variables that arise in practice, such as the heights or weights of people,

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

More information

Elementary Statistics Triola, Elementary Statistics 11/e Unit 14 The Confidence Interval for Means, σ Unknown

Elementary Statistics Triola, Elementary Statistics 11/e Unit 14 The Confidence Interval for Means, σ Unknown Elementary Statistics We are now ready to begin our exploration of how we make estimates of the population mean. Before we get started, I want to emphasize the importance of having collected a representative

More information