Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution.

Slides:



Advertisements
Similar presentations
Chapter 2: The Normal Distributions
Advertisements

5-Minute Check on Activity 7-10 Click the mouse button or press the Space Bar to display the answers. 1.State the Empirical Rule: 2.What is the shape of.
Lesson 7 - QR Quiz Review.
Standardizing Data and Normal Model(C6 BVD) C6: Z-scores and Normal Model.
Graphs of Normal Probability Distributions
Normal Probability Distributions 1 Chapter 5. Chapter Outline Introduction to Normal Distributions and the Standard Normal Distribution 5.2 Normal.
Continuous Random Variables & The Normal Probability Distribution
Statistics for Managers Using Microsoft Excel, 4e © 2004 Prentice-Hall, Inc. Chap 6-1 Chapter 6 The Normal Distribution and Other Continuous Distributions.
CHAPTER 3: The Normal Distributions Lecture PowerPoint Slides The Basic Practice of Statistics 6 th Edition Moore / Notz / Fligner.
Business Statistics: A First Course, 5e © 2009 Prentice-Hall, Inc. Chap 6-1 Chapter 6 The Normal Distribution Business Statistics: A First Course 5 th.
Chapter 2: The Normal Distribution
Lesson Normal Distributions.
Chap 6-1 Copyright ©2013 Pearson Education, Inc. publishing as Prentice Hall Chapter 6 The Normal Distribution Business Statistics: A First Course 6 th.
3.3 Density Curves and Normal Distributions
Continuous Random Variables
1 Normal Random Variables In the class of continuous random variables, we are primarily interested in NORMAL random variables. In the class of continuous.
Stat 1510: Statistical Thinking and Concepts 1 Density Curves and Normal Distribution.
+ Warm Up The graph below shows cumulative proportions plotted against GPA for a large public high school. What is the median GPA? a) 0.8b) 2.0c) 2.4d)
CHAPTER 7: Exploring Data: Part I Review
Chapter 7 Continuous Distributions. Continuous random variables Are numerical variables whose values fall within a range or interval Are measurements.
CHAPTER 3: The Normal Distributions ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Chapter 6 The Normal Curve. A Density Curve is a curve that: *is always on or above the horizontal axis *has an area of exactly 1 underneath it *describes.
Section 2.2 Normal Distributions Mrs. Daniel AP Statistics.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 2 Modeling Distributions of Data 2.2 Density.
Chapter 6.1 Normal Distributions. Distributions Normal Distribution A normal distribution is a continuous, bell-shaped distribution of a variable. Normal.
CHAPTER 3: The Normal Distributions
AP Statistics Chapter 2 Notes. Measures of Relative Standing Percentiles The percent of data that lies at or below a particular value. e.g. standardized.
The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers CHAPTER 2 Modeling Distributions of Data 2.2 Density.
Measures of Relative Standing and Density Curves
Lecture PowerPoint Slides Basic Practice of Statistics 7 th Edition.
Chapter 2 Modeling Distributions of Data Objectives SWBAT: 1)Find and interpret the percentile of an individual value within a distribution of data. 2)Find.
Chapter 6 The Normal Distribution.  The Normal Distribution  The Standard Normal Distribution  Applications of Normal Distributions  Sampling Distributions.
Normal Distributions.
Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution.
1 ES Chapter 3 ~ Normal Probability Distributions.
Chap 6-1 Chapter 6 The Normal Distribution Statistics for Managers.
Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 1 Chapter Normal Probability Distributions 5.
Welcome to the Wonderful World of AP Stats.…NOT! Chapter 2 Kayla and Kelly.
Lesson Applications of the Normal Distribution.
Density Curves & Normal Distributions Textbook Section 2.2.
Chapter 7 Random Variables and Continuous Distributions.
AP Statistics The Standard Deviation as a Ruler and the Normal Model Chapter 6 Part 2.
The Normal Model Chapter 6 Density Curves and Normal Distributions.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 6-1 Chapter 6 The Normal Distribution Business Statistics, A First Course 4 th.
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
Entry Task Chapter 2: Describing Location in a Distribution
Describing Location in a Distribution
CHAPTER 2 Modeling Distributions of Data
Good Afternoon! Agenda: Knight’s Charge-please wait for direction
Density Curves and Normal Distribution
CHAPTER 2 Modeling Distributions of Data
Click the mouse button or press the Space Bar to display the answers.
Normal Probability Distributions
Click the mouse button or press the Space Bar to display the answers.
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
Chapter 2: Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
The Normal Distribution
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
Presentation transcript:

Lesson 2 - R Review of Chapter 2 Describing Location in a Distribution

Objectives Be able to compute measures of relative standing for individual values in a distribution. This includes standardized values z-scores and percentile ranks. Use Chebyshev’s Inequality to describe the percentage of values in a distribution within an interval centered at the mean Demonstrate an understanding of a density curve, including its mean and median

Objectives Demonstrate an understanding of the Normal distribution and the Rule (Empirical Rule) Use tables and technology to find –(a) the proportion of values on an interval of the Normal distribution and –(b) a value with a given proportion of observations above or below it Use a variety of techniques, including construction of a normal probability plot, to assess the Normality of a distribution

Vocabulary none new

Measures of Relative Standing Z-score: measures the number of standard deviations away from the mean an x value is Invnorm(percentile[,μ,σ]) gives us the z-value associated with a given percentile Empirical Rule vs Chebyshev’s Inequality x – μ Z = σ Standard Deviations Empirical Rule Chebyshev’s Inequality Within 168%Not applicable Within 295%75% Within 399.7%89% DistributionNormalAny

Density Curves The area underneath a density curve between two points is the proportion of all observations Sum of the area underneath density curve is equal to 1 The median is the equal area point The mean is the “balance” point The mean is pulled toward any skewness

Normal Distribution Symmetric, mound shaped, distribution Empirical Rule applies Mean is highest point; one standard deviation is at the inflection point (where the curve goes bowl down to bowl up) μ μ - σ μ - 2σ μ - 3σμ + σ μ + 2σ μ + 3σ 34% 13.5% 2.35% 0.15% μ ± σ μ ± 2σ μ ± 3σ 68% 95% 99.7%

ApproachGraphicallySolution Find the area to the left of z a P(Z < a) Shade the area to the left of z a Use Table IV to find the row and column that correspond to z a. The area is the value where the row and column intersect. Normcdf(-E99,a,0,1) Find the area to the right of z a P(Z > a) or 1 – P(Z < a) Shade the area to the right of z a Use Table IV to find the area to the left of z a. The area to the right of z a is 1 – area to the left of z a. Normcdf(a,E99,0,1) or 1 – Normcdf(-E99,a,0,1) Find the area between z a and z b P(a < Z < b) Shade the area between z a and z b Use Table IV to find the area to the left of z a and to the left of z a. The area between is area zb – area za. Normcdf(a,b,0,1) Obtaining Area under Standard Normal Curve aa a b

Assessing Normality Use calculator to view –Histogram and/or boxplot to access the symmetry and mound shape of the distribution –Normal probability plots to access the linearity of the graph (linear plot indicates normal distribution) Use Empirical Rule ( ) to evaluate how “normal-like” the distribution is

TI-83 Help normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use this to graph a normal curve. Not used very often. Syntax: normalpdf (x, mean, standard deviation) normalcdf cdf = Cumulative Distribution Function Technically, it returns the percentage of area under a continuous distribution curve from negative infinity to the x. Syntax: normalcdf (lower bound, upper bound, mean, standard deviation) (note: lower bound is optional and we can use -E99 for negative infinity and E99 for positive infinity) invNorm inv = Inverse Normal PDF The inverse normal probability distribution function will find the precise value at a given percent based upon the mean and standard deviation. Syntax: invNorm (probability, mean, standard deviation)

What You Learned Measures of Relative Standing –Find the standardized value (z-score) of an observation. Interpret z-scores in context –Use percentiles to locate individual values within distributions of data –Apply Chebyshev’s inequality to a given distribution of data

What You Learned Density Curves –Know that areas under a density curve represent proportions of all observations and that the total area under a density curve is 1 –Approximately locate the median (equal- areas point) and the mean (balance point) on a density curve –Know that the mean and median both lie at the center of a symmetric density curve and that the mean moves farther toward the long tail of a skewed curve

What You Learned Normal Distribution –Recognize the shape of Normal curves and be able to estimate both the mean and standard deviation from such a curve –Use the rule (Empirical Rule) and symmetry to state what percent of the observations from a Normal distribution fall between two points when the points lie at the mean or one, two, or three standard deviations on either side of the mean

What You Learned Normal Distribution (continued) –Use the standard Normal distribution to calculate the proportion of values in a specified range and to determine a z-score from a percentile –Given a variable with a Normal distribution with mean  and standard deviation , use Table A and your calculator to determine the proportion of values in a specified range calculate the point having a stated proportion of all values to the left or to the right of it

What You Learned Assessing Normality –Plot a histogram, stemplot, and/or boxplot to determine if a distribution is bell-shaped –Determine the proportion of observations within one, two, and three standard deviations of the mean and compare with the rule (Empirical rule) for Normal distributions –Construct and interpret Normal probability plots

Summary and Homework Summary –Remember SOCS –Z-score (standard deviations from the mean) –Chebyshev’s inequality vs Rule –Determine proportions of given parameters –Assessing Normality Empirical Rule Normality plots –Normal & Standard Normal Curves’ Properties Homework –pg 162 – 163; problems 2.51 – 2.59