The Normal Distribution

Size: px
Start display at page:

Download "The Normal Distribution"

Transcription

1 CHAPTER 6 The Normal Distribution CHAPTER OUTLINE 6.1 The Standard Normal Distribution 6.2 Probability Calculations with the Normal Distribution 6.3 Applications of the Normal Distribution 6.4 Determining the z and x values when an Area under the Normal Distribution Curve is Known 6.5 Transforming Observations to Attain Near Normality 6.1 THE STANDARD NORMAL DISTRIBUTION The standard normal distribution is a normal distribution that has a mean equal to 0 and a standard deviation of 1. Probabilities and z-scores associated with this distribution can be found with Excel s NORMSDIST and NORMSINV functions, respectively. The S in the middle of each function name is for Standard. First, we ll consider computing probabilities for the standard normal distribution. (In Section 6.4, we ll calculate z-scores.) Your textbook has a table of probabilities associated with various z-scores that can be used, but Excel can calculate probabilities for any z-score with its built-in NORMSDIST function. This function calculates the cumulative probability for any z-score, i.e., the area under the curve to the left of that z- score. So, if you want the probability between two z-scores, you have to use the function for each one and then subtract, greater minus smaller. (Your answer, which is a probability or area, should always be non-negative.) 101

2 102 Chapter 6 The Normal Distribution Example 6-1 Find the area under the standard normal curve between z = 0 and z = Solution: Click on a blank cell in an Excel worksheet. Type the following: =NORMSDIST(1.95)-NORMSDIST(0). Hit ENTER, and you should see the probability of appear. The other option is to insert the NORMSDIST function, type 1.95 into the text box, click OK, hit F2 to edit the cell, type a minus sign after the last parenthesis, insert NORMSDIST again, type 0, and then click OK again. Example 6-2 Use Excel to find the following areas under the standard normal curve. a) Area to the right of z = 2.32 b) Area to the left of z = 1.54 Solution: For part a), you need to subtract the cumulative probability (area to the left) from 1 to get the complementary probability (area to the right). Type the following into a blank cell: =1-NORMSDIST(2.32). You could, instead, just type =1- and then insert the function and enter Or you could find the cumulative probability in one cell, and then in another cell type =1- and then click on the cell with the cumulative probability, and hit ENTER. Either way you do it, you should see the probability of appear. For part b), just insert the NORMSDIST function (or type it in with = before it and ( after it) and enter This should give you the desired cumulative probability (area to the left) of PROBABILITY CALCULATIONS WITH THE NORMAL DISTRIBUTION If a random variable x is normal with mean µ and standard deviation σ, then the z- x µ score, defined by z =, is normal with mean 0 and standard deviation 1. This is σ important, especially when comparing populations which have different means and/or standard deviations. One can use Excel s STANDARDIZE function to find the z-score that corresponds to some x-value from a nonstandard normal distribution (where the mean is not 0 or the standard deviation is not 1). This function has three inputs: 1) the x-value to be standardized = X, 2) the mean of the normal distribution from which the x-value is taken = Mean, 3) the standard deviation of the normal distribution from which the x-value is taken = Standard_dev.

3 Excel Manual 103 Example 6-3 Let x be a continuous random variable that has a normal distribution with a mean of 50 and a standard deviation of 10. Convert the following x-values to z-scores. a) x = 55 b) x = 35 Solution: Click on a blank cell in an Excel worksheet, and insert the STANDARDIZE function. For part a), enter 55 into the first text box, 50 into the second, and 10 into the third. (You can hit TAB to go from one text box to the next, if you wish.) Click OK or hit ENTER, and you should see the z-score of 0.5 appear. Figure 6.1 Use Excel s STANDARDIZE function if you want to convert an x-value from a normal distribution with given mean and standard deviation to a z-score. For part b), you can simply edit the first input (double-click on the cell or click on it and hit F2). Change the 55 to a 35 and hit ENTER. You should see a z-score of 1.5 appear. Figure 6.2 Excel s STANDARDIZE function can be typed in and/or edited instead of inserted. In order to compute probabilities associated with a nonstandard normal distribution (when the mean is not 0 or the standard deviation is not 1), you can either first standardize and use the NORMSDIST function, or you can more simply use the NORMDIST function which takes into account the different mean and standard deviation. (Notice the absence of the S in the middle of the function name, since this is used for a normal distribution that is not standard.) Specifically, Excel s NORMDIST function requires four inputs:

4 104 Chapter 6 The Normal Distribution 1) the x-value at the edge of the desired cumulative probability = X, 2) the mean of the distribution = Mean, 3) the standard deviation of the distribution = Standard_dev, 4) 1 (for TRUE) since we always want the cumulative normal probability = Cumulative. Note: The last input above is different from the discrete distributions like the binomial distribution, where the FALSE option is sometimes desirable. Keep in mind that the FALSE option would always generate a probability of zero for a continuous random variable. Example 6-4 Let x be a continuous random variable that is normally distributed with a mean of 25 and a standard deviation of 4. Find the area a) between x = 25 and x = 32 b) between x = 18 and x = 34. Solution: a) Click on a blank cell in an Excel worksheet. Type the following: =NORMDIST(32,25,4,1)-NORMDIST(25,25,4,1). Hit ENTER and you should see the probability of appear. The other option is to insert the NORMDIST function, type 32 into the first text box, 25 into the second, 4 into the third, and 1 into the fourth text box, click OK, hit F2 to edit the cell, type a minus sign after the last parenthesis, insert NORMDIST again, enter 25, 25, 4, and 1, and then click OK again. (You can hit TAB to go from one text box to the next, if you wish.) b) Double-click on the cell from part a) and edit the functions so that the first inputs are 34 and 18 instead of 32 and 25, respectively. Hit ENTER and you should see the probability of appear. Figure 6.3 Using the difference of two applications of Excel s NORMDIST function to find a probability between two values. Example 6-5 Let x be a continuous random variable that has a normal distribution with a mean of 80 and a standard deviation of 12. Find the area under the normal distribution curve to the left of 27. Solution: This is a direct application of the NORMDIST function, since we want the area to the left. Insert this function into a cell and enter the four inputs as shown in the figure below. Click OK, and you should see a value of E-06 appear. This is Excel s scientific notation, which means or Pretty small!

5 Excel Manual 105 That s because 27 is more than 4 standard deviations (4 12 = 48) below the mean (80). So, the area to the left of that is nearly 0. Figure 6.4 Excel gives the result in scientific notation when the probability is extremely small. 6.3 APPLICATIONS OF THE NORMAL DISTRIBUTION Now, we consider a couple of applications involving the use of Excel s NORMDIST function. Example 6-6 According to Automotive Lease Guide, the Porsche 911 sports car is among the vehicles that hold their value best. A Porsche 911 (with a price of $87,500 for a new car) is expected to command a price of $48,125 after three years (The Wall Street Journal, August 6, 2002). Suppose the prices of all three-year-old Porsche 911 sports cars have a normal distribution with a mean price of $48,125 and a standard deviation of $1600. Find the probability that a randomly selected three-year-old Porsche 911 will sell for a price between $46,000 and $49,000. Solution: Note that we have a normal distribution with a mean of 48,125 and a standard deviation of So, in order to find the probability, we need to use the NORMDIST function. The values and 1600 will be the 2 nd and 3 rd inputs, respectively. Since we seek the probability for between these two values, we need to apply the function twice, once with the upper value and once with the lower value as the first input, and then subtract. This can be done simply by typing in the following: =NORMDIST(49000,48125,1600,1)-NORMDIST(46000,48125,1600,1).

6 106 Chapter 6 The Normal Distribution You should see the resulting probability of , or approximately 61.6%. Important Note: You must not type commas within a number. Commas must only be used to separate the four distinct inputs. Of course, an alternative option is to insert the NORMDIST function, type into the first text box, into the second, 1600 into the third, and 1 into the fourth text box, click OK, hit F2 to edit the cell, type a minus sign after the last parenthesis, insert NORMDIST again, enter 46000, 48125, 1600, and 1, and then click OK again. The advantage of inserting the function is that you are prompted as to what the input(s) represent, in case you don t remember what goes where. Figure 6.5 Subtract two applications of the NORMDIST function in order to find the probability between two values. Example 6-7 A racing car is one of the many toys manufactured by Mack Corporation. The assembly times for this toy can be modeled using a normal distribution with a mean of 55 minutes and a standard deviation of 4 minutes. The company closes at 5 P.M. every day. If one worker starts to assemble a racing car at 4 P.M., what is the probability that she will finish this job before the company closes for the day? Solution: Identify the mean and standard deviation: 55 and 4 minutes, respectively. These are the 2 nd and 3 rd inputs of Excel s NORMDIST function. The 1 st input is the cutoff for the probability desired. In this case, we want the probability that she will finish in 1 hour (60 minutes) or less. So, the first input is 60. Always enter 1 for the last input. Hit ENTER or click on OK and you will get the cumulative probability of 60 or less. This value, (approximately 89.4%), is exactly what we want.

7 Excel Manual 107 Figure 6.6 Using Excel s NORMDIST function to find a cumulative probability. 6.4 DETERMINING THE Z AND X VALUES WHEN AN AREA UNDER THE NORMAL DISTRIBUTION CURVE IS KNOWN In order to go from a cumulative probability back to a z-score, use the function NORMSINV (with an S ). In order to go from a cumulative probability back to an x- value in a nonstandard normal distribution, you need to use the function NORMINV (with no S ). (Note that the INV suffix is in reference to an inverse operation i.e., going backwards.) The key is to make sure that you first know the cumulative area or probability, i.e. the area of the region under the curve lying to the left of the desired value. Example 6-8 Find the value of z such that the area under the standard normal curve in the right tail is Solution: Since the area to the right of z is.0050, the area to the left of z, the cumulative area, must be = Insert the NORMSINV function and enter.9950 (or you can simply enter ). Click on OK and you should see the z-score of appear.

8 108 Chapter 6 The Normal Distribution Figure 6.7 Use Excel s NORMSINV function to go backwards from a cumulative area (to the left of a z-score in the standard normal distribution) to the z-score. The first input of the NORMINV function is also the cumulative probability (or area to the left) of the desired value, but there are two more inputs required: the mean and standard deviation of the nonstandard normal distribution. (These two inputs were unnecessary for NORMSINV since by definition of the standard normal, the mean and standard deviation are always 0 and 1, respectively. As such, it is really just a special case of NORMINV.) Example 6-9 It is known that the life of a calculator manufactured by Intal Corporation has a normal distribution with a mean of 54 months and a standard deviation of 8 months. What should the warranty period be to replace a malfunctioning calculator if the company does not want to replace more than 1% of all the calculators sold? Solution: Note that we have a normal distribution with a mean of 54 and standard deviation of 8. We want to find a cutoff value for the 1% proportion (or probability). To do so, we need to determine the cumulative probability the probability to the left of the cutoff that we re looking for. If the 1% are being replaced, it s because they are not lasting long enough. They are the ones on the low end of the distribution. So, this is our cumulative probability: Symbolically, we need to find the number of months x such that PX ( x) = 0.01, where X is a normal random variable with µ = 54 and σ = 8. To perform the necessary computations on Excel, insert the NORMINV function and enter the three inputs 0.01, 54, and 8. Then, hit ENTER and you should see the value of , standing for approximately 35.4 months. This is what the warranty period should be.

9 Excel Manual 109 Figure 6.8 Use Excel s NORMINV function to find a cutoff value for a known cumulative proportion or probability in a nonstandard normal distribution. Example 6-10 Nearly all high school students who intend to go to college take the SAT test. In 2002, the mean SAT score (in verbal and mathematics) of all students was Debbie is planning to take this test soon. Suppose the SAT scores of all students who take this test with Debbie will have a normal distribution with a mean of 1020 and a standard deviation of 153. What should her score be on this test so that only 10% of all examinees score higher than she does? Solution: In this case, we have a normal distribution with a mean of 1020 and standard deviation of 153. Since we want to find a cutoff value for the 10% proportion (or probability), we need to use the NORMINV function. But, this is not the cumulative probability. Rather, we seek the percentage above the value we re looking for. As such, the cumulative probability is 100%-10% = 90% or Symbolically, we need to find the score x such that PX ( x) = 0.90, where X is a normal random variable with µ = 1020 and σ = 153. (Notice that this is talking about the 90 th percentile!) To perform the necessary computations on Excel, insert the NORMINV function and enter the three inputs 0.90, 1020, and 153. Hit ENTER and you should see the value of So, she needs to earn a score of at least Figure 6.9 Using Excel s NORMINV function to find the 90 th percentile in a normal distribution.

10 110 Chapter 6 The Normal Distribution 6.5 TRANSFORMING OBSERVATIONS TO ATTAIN NEAR NORMALITY Many powerful tools of statistical inference require that the underlying population from which samples are drawn to be approximately normal. If the samples are chosen from a population that departs from normality, a clever trick that sometimes works is to transform the data to a new variable whose distribution IS normal. If a data set doesn t have a symmetric histogram, then there are some standard transformations to apply (see page 249 of the text). However, you must keep in mind that this is far from an exact science. In fact, a bit of trial and error, and some good luck, plays an important role in transforming some data sets! We illustrate the approach with an example from your text, as follows: Example 6-11 A forester records the volume of timber, measured in cords, for 49 plots selected in a large forest. The data are tabulated below. An inspection of the corresponding histogram shows a long tail to the right. In order to transform such a histogram into one that is more normal, transform the data set using each of the following 4 1 transforms: x, x, log x, and x. Comment on the results Solution: First, enter this data into column A, along with the label Volume of Timber (in cords) (in cell A1). Then, in column B, type the label SQRT(x) in cell B1. Then, in cell B2, type =SQRT(A2), then highlight cells B2 B50, and go to Edit> Fill down to compute the square root of the data in column A. Similarly, type the labels x^(1.4), log(x), and 1/x in cells C1 E1, respectively. Then, compute the transformations in the same manner. The following 5 columns of data is what you should arrive at:

11 Excel Manual 111 Figure 6.10 The various transforms applied to the data in Example Now, simply we need to simply create frequency histograms for each column of data. Since the data is not feasibly broken down into single-valued classes, we need to create classes for each column. As such, for each column (separately), do the following: 1. Sort the data numerically. 2. Identify the maximum and minimum values, and calculate the range. 3. Divide the data into 6 classes, say determine the upper limits for each class (bin) as illustrated in Section Now, use Tools> Data Analysis> Histogram for each. The following graphs are the result of the above instructions.

12 112 Chapter 6 The Normal Distribution Figure 6.11 Frequency Histograms for each of the transformed data sets in Example It appears that the LOG transformation was the most successful in transforming our original skewed data set to a nearly normal one. Exercises 6.1 Use Excel s NORMSDIST function to find the area under the standard normal curve a) between z = 0 and z = 1.85 b) between z = 1.15 and z = 2.37 c) from z = 2.88 to z = 1.53 d) from z = 1.67 to z = 2.44 e) to the right of z = 1.56 f) to the left of z = Use Excel s STANDARDIZE function in order to find the z-score for each of the following x-values for a normal distribution with µ = 30 and σ = 5. a) x = 39 b) x = 17 c) x = 22 d) x = 42

13 Excel Manual Use Excel s NORMDIST function to find the following areas under a normal distribution curve with µ = 20 and σ = 4. a) Area between x = 20 and x = 27. b) Area from x = 23 to x = 25. c) Area between x = 9.5 and x = Use Excel s NORMDIST function in order to determine the area under a normal distribution curve with µ = 55 and σ = 7 a) to the right of x = 58 b) to the left of x = The U.S. Bureau of Labor Statistics conducts periodic surveys to collect information on the labor market. According to one such survey, the average earnings of workers in retail trade were $10 per hour in August 2002 (Bureau of Labor Statistics News, September 18,2002). Assume that the hourly earnings of such workers in August 2002 had a normal distrbution with a mean of $10 and a standard deviation of $1.10. Use Excel s NORMDIST function to find the probability that the hourly earnings of a randomly selected retail trade worker in August 2002 were a) more than $12 b) between $8.50 and $ The transmission on a model of a specific car has a warranty for 40,000 miles. It is known that the life of such a transmission has a normal distribution with a mean of 72,000 miles and a standard deviation of 12,000 miles. Use Excel s NORMDIST function to find the following. a) What percentage of the transmissions will fail before the end of the warranty period? b) What percentage of the transmissions will be good for more than 100,000 miles? 6.7 Use Excel s NORMSINV function in order to determine the value of z so that the area under the standard normal curve a) in the right tail is.0500 b) in the left tail is.0250 c) in the left tail is.0100 d) in the right tail is Fast Auto Service provides oil and lube service for cars. It is known that the mean time taken for oil and lube service at this garage is 15 minutes per car and the standard devation is 2.4 minutes. The management wants to promote the business by guaranteeing a maximum waiting time for its customers. If a customer s car is not serviced within that period, the customer will receive a 50% discount on the charges. The company wants to limit this discount to at most 5% of the customers. Assume that the times taken for oil and lube service for all cars have a normal distribution. Use Excel s NORMINV function to find what the maximum guaranteed waiting time should be. 6.9 Apply the four different transformations mentioned in Section 6.7 to the data set in Example 2-5. Comment on the results.

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application

More information

Part I Learning about SPSS

Part I Learning about SPSS STATS 1000 / STATS 1004 / STATS 1504 Statistical Practice 1 Practical Week 5 2015 Practical Outline In this practical, we will look at how to do binomial calculations in Excel. look at how to do normal

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

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

Week 3&4: Z tables and the Sampling Distribution of X Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal

More information

Coins, Presidents, and Justices: Normal Distributions and z-scores

Coins, Presidents, and Justices: Normal Distributions and z-scores activity 17.1 Coins, Presidents, and Justices: Normal Distributions and z-scores In the first part of this activity, you will generate some data that should have an approximately normal (or bell-shaped)

More information

5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives

5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives 5 Cumulative Frequency Distributions, Area under the Curve & Probability Basics 5.1 Relative Frequencies, Cumulative Frequencies, and Ogives We often have to compute the total of the observations in a

More information

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives. The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution

More information

Characteristics of Binomial Distributions

Characteristics of Binomial Distributions Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation

More information

Chapter 3. The Normal Distribution

Chapter 3. The Normal Distribution Chapter 3. The Normal Distribution Topics covered in this chapter: Z-scores Normal Probabilities Normal Percentiles Z-scores Example 3.6: The standard normal table The Problem: What proportion of observations

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial

Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Using Formulas, Functions, and Data Analysis Tools Excel 2010 Tutorial Excel file for use with this tutorial Tutor1Data.xlsx File Location http://faculty.ung.edu/kmelton/data/tutor1data.xlsx Introduction:

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

Important Probability Distributions OPRE 6301

Important Probability Distributions OPRE 6301 Important Probability Distributions OPRE 6301 Important Distributions... Certain probability distributions occur with such regularity in real-life applications that they have been given their own names.

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

More information

SPSS/Excel Workshop 2 Semester One, 2010

SPSS/Excel Workshop 2 Semester One, 2010 SPSS/Excel Workshop 2 Semester One, 2010 In Assignment 2 of STATS 10x you may want to use Excel or SPSS to perform some calculations, that is, finding Normal probabilities and Inverse Normal values in

More information

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

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median CONDENSED LESSON 2.1 Box Plots In this lesson you will create and interpret box plots for sets of data use the interquartile range (IQR) to identify potential outliers and graph them on a modified box

More information

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences Introduction to Statistics for Psychology and Quantitative Methods for Human Sciences Jonathan Marchini Course Information There is website devoted to the course at http://www.stats.ox.ac.uk/ marchini/phs.html

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information

Normal distributions in SPSS

Normal distributions in SPSS Normal distributions in SPSS Bro. David E. Brown, BYU Idaho Department of Mathematics February 2, 2012 1 Calculating probabilities and percents from measurements: The CDF.NORMAL command 1. Go to the Variable

More information

Normal and Binomial. Distributions

Normal and Binomial. Distributions Normal and Binomial Distributions Library, Teaching and Learning 14 By now, you know about averages means in particular and are familiar with words like data, standard deviation, variance, probability,

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will understand that normal distributions can be used to approximate binomial distributions whenever both np and n(1 p) are sufficiently large. Students will understand that when

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

Normality Testing in Excel

Normality Testing in Excel Normality Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com

More information

Section 1.5 Exponents, Square Roots, and the Order of Operations

Section 1.5 Exponents, Square Roots, and the Order of Operations Section 1.5 Exponents, Square Roots, and the Order of Operations Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify perfect squares.

More information

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering

Engineering Problem Solving and Excel. EGN 1006 Introduction to Engineering Engineering Problem Solving and Excel EGN 1006 Introduction to Engineering Mathematical Solution Procedures Commonly Used in Engineering Analysis Data Analysis Techniques (Statistics) Curve Fitting techniques

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

seven Statistical Analysis with Excel chapter OVERVIEW CHAPTER

seven Statistical Analysis with Excel chapter OVERVIEW CHAPTER seven Statistical Analysis with Excel CHAPTER chapter OVERVIEW 7.1 Introduction 7.2 Understanding Data 7.3 Relationships in Data 7.4 Distributions 7.5 Summary 7.6 Exercises 147 148 CHAPTER 7 Statistical

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial In order for a continuous distribution (like the normal) to be used to approximate a discrete one (like the binomial), a continuity correction should be used. There

More information

TImath.com. Statistics. Areas in Intervals

TImath.com. Statistics. Areas in Intervals Areas in Intervals ID: 9472 TImath.com Time required 30 minutes Activity Overview In this activity, students use several methods to determine the probability of a given normally distributed value being

More information

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

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

Petrel TIPS&TRICKS from SCM

Petrel TIPS&TRICKS from SCM Petrel TIPS&TRICKS from SCM Knowledge Worth Sharing Histograms and SGS Modeling Histograms are used daily for interpretation, quality control, and modeling in Petrel. This TIPS&TRICKS document briefly

More information

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name:

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name: Glo bal Leadership M BA BUSINESS STATISTICS FINAL EXAM Name: INSTRUCTIONS 1. Do not open this exam until instructed to do so. 2. Be sure to fill in your name before starting the exam. 3. You have two hours

More information

Chapter 9 Monté Carlo Simulation

Chapter 9 Monté Carlo Simulation MGS 3100 Business Analysis Chapter 9 Monté Carlo What Is? A model/process used to duplicate or mimic the real system Types of Models Physical simulation Computer simulation When to Use (Computer) Models?

More information

All the examples in this worksheet and all the answers to questions are available as answer sheets or videos.

All the examples in this worksheet and all the answers to questions are available as answer sheets or videos. BIRKBECK MATHS SUPPORT www.mathsupport.wordpress.com Numbers 3 In this section we will look at - improper fractions and mixed fractions - multiplying and dividing fractions - what decimals mean and exponents

More information

Continuous Random Variables

Continuous Random Variables Chapter 5 Continuous Random Variables 5.1 Continuous Random Variables 1 5.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize and understand continuous

More information

Probability Distributions

Probability Distributions CHAPTER 6 Probability Distributions Calculator Note 6A: Computing Expected Value, Variance, and Standard Deviation from a Probability Distribution Table Using Lists to Compute Expected Value, Variance,

More information

Statistical Data analysis With Excel For HSMG.632 students

Statistical Data analysis With Excel For HSMG.632 students 1 Statistical Data analysis With Excel For HSMG.632 students Dialog Boxes Descriptive Statistics with Excel To find a single descriptive value of a data set such as mean, median, mode or the standard deviation,

More information

Statistical Functions in Excel

Statistical Functions in Excel Statistical Functions in Excel There are many statistical functions in Excel. Moreover, there are other functions that are not specified as statistical functions that are helpful in some statistical analyses.

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Descriptive statistics consist of methods for organizing and summarizing data. It includes the construction of graphs, charts and tables, as well various descriptive measures such

More information

Standard Deviation Estimator

Standard Deviation Estimator CSS.com Chapter 905 Standard Deviation Estimator Introduction Even though it is not of primary interest, an estimate of the standard deviation (SD) is needed when calculating the power or sample size of

More information

Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; hflores@rice.edu, and Dr. J.A. Dobelman

Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; hflores@rice.edu, and Dr. J.A. Dobelman Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; hflores@rice.edu, and Dr. J.A. Dobelman Statistics lab will be mainly focused on applying what you have learned in class with

More information

Linear Programming Notes VII Sensitivity Analysis

Linear Programming Notes VII Sensitivity Analysis Linear Programming Notes VII Sensitivity Analysis 1 Introduction When you use a mathematical model to describe reality you must make approximations. The world is more complicated than the kinds of optimization

More information

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous

More information

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Probability. Distribution. Outline

Probability. Distribution. Outline 7 The Normal Probability Distribution Outline 7.1 Properties of the Normal Distribution 7.2 The Standard Normal Distribution 7.3 Applications of the Normal Distribution 7.4 Assessing Normality 7.5 The

More information

The normal approximation to the binomial

The normal approximation to the binomial The normal approximation to the binomial The binomial probability function is not useful for calculating probabilities when the number of trials n is large, as it involves multiplying a potentially very

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

Probability Distributions

Probability Distributions Learning Objectives Probability Distributions Section 1: How Can We Summarize Possible Outcomes and Their Probabilities? 1. Random variable 2. Probability distributions for discrete random variables 3.

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

Microsoft Excel. Qi Wei

Microsoft Excel. Qi Wei Microsoft Excel Qi Wei Excel (Microsoft Office Excel) is a spreadsheet application written and distributed by Microsoft for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot

More information

Normal Probability Distribution

Normal Probability Distribution Normal Probability Distribution The Normal Distribution functions: #1: normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use

More information

Sample Questions for Mastery #5

Sample Questions for Mastery #5 Name: Class: Date: Sample Questions for Mastery #5 Multiple Choice Identify the choice that best completes the statement or answers the question.. For which of the following binomial experiments could

More information

Formulas, Functions and Charts

Formulas, Functions and Charts Formulas, Functions and Charts :: 167 8 Formulas, Functions and Charts 8.1 INTRODUCTION In this leson you can enter formula and functions and perform mathematical calcualtions. You will also be able to

More information

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 5.1 Homework Answers 5.7 In the proofreading setting if Exercise 5.3, what is the smallest number of misses m with P(X m)

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Math 201: Statistics November 30, 2006

Math 201: Statistics November 30, 2006 Math 201: Statistics November 30, 2006 Fall 2006 MidTerm #2 Closed book & notes; only an A4-size formula sheet and a calculator allowed; 90 mins. No questions accepted! Instructions: There are eleven pages

More information

Lecture 5 : The Poisson Distribution

Lecture 5 : The Poisson Distribution Lecture 5 : The Poisson Distribution Jonathan Marchini November 10, 2008 1 Introduction Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume,

More information

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1 Lecture 2: Discrete Distributions, Normal Distributions Chapter 1 Reminders Course website: www. stat.purdue.edu/~xuanyaoh/stat350 Office Hour: Mon 3:30-4:30, Wed 4-5 Bring a calculator, and copy Tables

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information.

Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Excel Tutorial Below is a very brief tutorial on the basic capabilities of Excel. Refer to the Excel help files for more information. Working with Data Entering and Formatting Data Before entering data

More information

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs

Data Analysis. Using Excel. Jeffrey L. Rummel. BBA Seminar. Data in Excel. Excel Calculations of Descriptive Statistics. Single Variable Graphs Using Excel Jeffrey L. Rummel Emory University Goizueta Business School BBA Seminar Jeffrey L. Rummel BBA Seminar 1 / 54 Excel Calculations of Descriptive Statistics Single Variable Graphs Relationships

More information

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

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

Step 3: Go to Column C. Use the function AVERAGE to calculate the mean values of n = 5. Column C is the column of the means.

Step 3: Go to Column C. Use the function AVERAGE to calculate the mean values of n = 5. Column C is the column of the means. EXAMPLES - SAMPLING DISTRIBUTION EXCEL INSTRUCTIONS This exercise illustrates the process of the sampling distribution as stated in the Central Limit Theorem. Enter the actual data in Column A in MICROSOFT

More information

MEASURES OF VARIATION

MEASURES OF VARIATION NORMAL DISTRIBTIONS MEASURES OF VARIATION In statistics, it is important to measure the spread of data. A simple way to measure spread is to find the range. But statisticians want to know if the data are

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that

More information

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1.

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1. Lecture 6: Chapter 6: Normal Probability Distributions A normal distribution is a continuous probability distribution for a random variable x. The graph of a normal distribution is called the normal curve.

More information

Business Statistics, 9e (Groebner/Shannon/Fry) Chapter 9 Introduction to Hypothesis Testing

Business Statistics, 9e (Groebner/Shannon/Fry) Chapter 9 Introduction to Hypothesis Testing Business Statistics, 9e (Groebner/Shannon/Fry) Chapter 9 Introduction to Hypothesis Testing 1) Hypothesis testing and confidence interval estimation are essentially two totally different statistical procedures

More information

Frequency Distributions

Frequency Distributions Descriptive Statistics Dr. Tom Pierce Department of Psychology Radford University Descriptive statistics comprise a collection of techniques for better understanding what the people in a group look like

More information

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

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate 1 One-Way ANOVA using SPSS 11.0 This section covers steps for testing the difference between three or more group means using the SPSS ANOVA procedures found in the Compare Means analyses. Specifically,

More information

University of Southern California Marshall Information Services

University of Southern California Marshall Information Services University of Southern California Marshall Information Services Determine Breakeven Price Using Excel - Using Goal Seek, Data Tables, Vlookup & Charts This guide covers how to determine breakeven price

More information

Lesson 7 Z-Scores and Probability

Lesson 7 Z-Scores and Probability Lesson 7 Z-Scores and Probability Outline Introduction Areas Under the Normal Curve Using the Z-table Converting Z-score to area -area less than z/area greater than z/area between two z-values Converting

More information

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution

Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution Recall: Ch5: Discrete Probability Distributions Section 5-1: Probability Distribution A variable is a characteristic or attribute that can assume different values. o Various letters of the alphabet (e.g.

More information

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540 To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration

More information

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator

MICROSOFT EXCEL 2010. Formulas, Functions, & Macros. Documented by Vincent J. Yanusauskas Computer Training Coordinator MICROSOFT EXCEL 2010 Formulas, Functions, & Macros Documented by Vincent J. Yanusauskas Computer Training Coordinator Introduction This handout was created to familiarize the user with the most common

More information

Chapter 7 Section 7.1: Inference for the Mean of a Population

Chapter 7 Section 7.1: Inference for the Mean of a Population Chapter 7 Section 7.1: Inference for the Mean of a Population Now let s look at a similar situation Take an SRS of size n Normal Population : N(, ). Both and are unknown parameters. Unlike what we used

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

Subject: Math Grade Level: 5 Topic: The Metric System Time Allotment: 45 minutes Teaching Date: Day 1

Subject: Math Grade Level: 5 Topic: The Metric System Time Allotment: 45 minutes Teaching Date: Day 1 Subject: Math Grade Level: 5 Topic: The Metric System Time Allotment: 45 minutes Teaching Date: Day 1 I. (A) Goal(s): For student to gain conceptual understanding of the metric system and how to convert

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

To create a histogram, you must organize the data in two columns on the worksheet. These columns must contain the following data:

To create a histogram, you must organize the data in two columns on the worksheet. These columns must contain the following data: You can analyze your data and display it in a histogram (a column chart that displays frequency data) by using the Histogram tool of the Analysis ToolPak. This data analysis add-in is available when you

More information

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom

Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom Conditional Probability, Independence and Bayes Theorem Class 3, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom 1 Learning Goals 1. Know the definitions of conditional probability and independence

More information

AP STATISTICS REVIEW (YMS Chapters 1-8)

AP STATISTICS REVIEW (YMS Chapters 1-8) AP STATISTICS REVIEW (YMS Chapters 1-8) Exploring Data (Chapter 1) Categorical Data nominal scale, names e.g. male/female or eye color or breeds of dogs Quantitative Data rational scale (can +,,, with

More information