Honors Statistics. Daily Agenda

Size: px
Start display at page:

Download "Honors Statistics. Daily Agenda"

Transcription

1 Honors Statistics Aug 23-8:26 PM Daily Agenda Aug 23-8:31 PM 1

2 Write a program to generate random numbers. I've decided to give them free will. A Skip 4, 12, 16 Apr 25-10:55 AM Toss 4 times Suppose you toss a fair coin 4 times. Let X = the number of heads you get. First List the Sample Space... HHHH THHH HHHT THHT HHTH THTH HHTT THTT HTHH TTHH HTHT TTHT HTTH TTTH HTTT TTTT (a) Find the probability distribution of X. (b) Make a histogram of the probability distribution. Describe what you see. 0.5 frequency (c) Find P(X 3) and interpret the result. Number of heads 15 P( X 3) = = = The probability that 4 tosses of a coin results in 3 or fewer heads is Nov 28-12:03 AM 2

3 Kids and toys In an experiment on the behavior of young children, each subject is placed in an area with five toys. Past experiments have shown that the probability distribution of the number X of toys played with by a randomly selected subject is as follows: (a) Write the event plays with at most two toys in terms of X. What is the probability of this event? P(x 2) = = 0.49 (b) Describe the event X > 3 in words. The probability that the young child plays with more than 3 toys. What is its probability? P(X > 3) = = 0.28 What is the probability that X 3? P(X 3) = = 0.51 Nov 28-12:08 AM Kids and toys Refer to Exercise 4. Calculate the mean of the random variable X and interpret this result in context. µ x = 0(0.03) + 1(0.16) + 2(0.30) + 3(0.23) + 4(0.17) + 5(0.11) = 2.68 If many, many children participated in this experiment, the mean number of toys that randomly selected children would play with will average 2.68 toys. (The expected number of toys a randomly selected young child will play with is 2.68.) This statement is optional. Nov 28-12:16 AM 3

4 Kids and toys Refer to Exercise 4. Calculate and interpret the standard deviation of the random variable X. Show your work. σ 2 x = (0-2.68) 2 (0.03) + (1-2.68) 2 (0.16) + (2-2.68) 2 (0.30) + (3-2.68) 2 (0.23) + (4-2.68) 2 (0.17) + (5-2.68) 2 (0.11) = σ x = = The standard deviation of X is σ x = The number of toys a randomly selected young child will play with will typically differ from the mean (2.68) by about 1.31 toys. Nov 28-12:22 AM Benford s law Faked numbers in tax returns, invoices, or expense account claims often display patterns that aren t present in legitimate records. Some patterns, like too many round numbers, are obvious and easily avoided by a clever crook. Others are more subtle. It is a striking fact that the first digits of numbers in legitimate records often follow a model known as Benford s law. 7 Call the first digit of a randomly chosen record X for short. Benford s law gives this probability model for X (note that a first digit can t be 0): (a) Show that this is a legitimate probability distribution. all individual probabilities are between 0 and = 1 (b) Make a histogram of the probability distribution. Describe what you see. See histogram above. The distribution is NOT symmetric. It is skewed to the right. The data should be analyzed using the 5 number summary. (c) Describe the event X 6 in words. What is P(X 6)? What is the probability that the first digit in a legitimate legal document is 6 or greater? P(X 6) = = (d) Express the event first digit is at most 5 in terms of X. What is the probability of this event? P(X < 6) = 1 - P(X 6) = = Nov 14-5:53 PM 4

5 Benford s law Refer to Exercise 5. The first digit of a randomly chosen expense account claim follows Benford s law. Consider the events A = first digit is 7 or greater and B = first digit is odd. (a) What outcomes make up the event A? What is P(A)? P(X 7) = = (b) What outcomes make up the event B? What is P(B)? P(X is odd) = = (c) What outcomes make up the event A or B? What is P(A or B)? Why is this probability not equal to P(A) + P(B)? P(X 7 or X is odd) = ( ) = 0.66 Both 7 and 9 are included in each event and must their sum must be subtracted because they were counted twice ( the general probability addition rule) Nov 28-12:14 AM Benford s law and fraud A not-so-clever employee decided to fake his monthly expense report. He believed that the first digits of his expense amounts should be equally likely to be any of the numbers from 1 to 9. In that case, the first digit Y of a randomly selected expense amount would have the probability distribution shown in the histogram. > (a) Explain why the mean of the random variable Y is located at the solid red line in the figure. The mean is the balance point of the distribution. So it is located in the center of a uniform or symmetric distribution histogram in this case at 5. > (b) The first digits of randomly selected expense amounts actually follow Benford s law (Exercise 5). According to Benford s law, what s the expected value of the first digit? Explain how this information could be used to detect a fake expense report. µx = 1(0.301) + 2(0.176) + 3(0.125) + 4(0.097) + 5(0.079) + 6(0.067) + 7(0.058) + 8(0.051) + 9(0.046) = To detect a fake expense report, compute the sample mean of the first digits of the numbers on the report. A value closer to suggests a truthful report but a value closer to 5 (the more uniform distribution) suggest a false report. > (c) What s P(Y > 6) in the above distribution? According to Benford s law, what proportion of first digits in the employee s expense amounts should be greater than 6? How could this information be used to detect a fake expense report? P(Y > 6) = = For a uniform distribution the P(Y > 6) = 0.3 To detect a fake expense report, compute the percent of the first digits that are greater than 6 on the report. A value closer to suggests a truthful report but a value closer to 0.3 (the more uniform distribution) suggest a false report. Nov 28-12:18 AM 5

6 Benford s law and fraud Refer to Exercise 13. It might also be possible to detect an employee s fake expense records by looking at the variability in the first digits of those expense amounts. > (a) Calculate the standard deviation σy. This gives us an idea of how much variation we d expect in the employee s expense records if he assumed that first digits from 1 to 9 were equally likely. σ 2 x = (1-5) 2 (0.10) + (2-5) 2 (0.10) + (3-5) 2 (0.10) + (4-5) 2 (0.10) + (5-5) 2 (0.10) + (6-5) 2 (0.10) + (7-5) 2 (0.10) + (8-5) 2 (0.10) + (9-5) 2 (0.10) = 6.66 σ x = 6.66 = 2.58 > (b) Now calculate the standard deviation of first digits that follow Benford s law (Exercise 5). Would using standard deviations be a good way to detect fraud? Explain. σ 2 x = (1-3.44) 2 (0.301) + (2-3.44) 2 (0.176) + (3-3.44) 2 (0.125) + (4-3.44) 2 (0.097) + (5-3.44) 2 (0.079) + (6-3.44) 2 (0.067) + (7-3.44) 2 (0.058) + (8-3.44) 2 (0.051) + (9-3.44) 2 (0.046) = σ x = = 2.42 Because the standard deviations are so close 2.58 and 2.42 it would be difficult to determine fake reports from legitimate reports using the standard deviation. Nov 28-12:22 AM Finish Stuff from Yesterday Apr 25-1:29 PM 6

7 1. Write in words what the meaning of P(X 3) is. What is this probability? 2. Write the event the student got a grade worse than C in terms of values of the random variable X. What is the probability of this event? 3. Sketch a graph of the probability distribution. Describe what you see Find the expected value of the distribution. Interpret this value in context. 5. Find the standard deviation of the distribution. Interpret this value in context. Nov 27-10:56 PM 1. Write in words what the meaning of P(X 3) is. What is this probability? What is the probability that a randomly selected student in online statistics 101 earned a grade of B or higher? P(X 3) = = Write the event the student got a grade worse than C in terms of values of the random variable X. What is the probability of this event? P(X < 2) = = Sketch a graph of the probability distribution. Describe what you see. frequency of letter grade earned Value of letter grade This distribution of letter grade probabilities is not symmetric and skewed left. The center is at the median which appears to be about 3. The data spreads from 0 to 4 giving a range of 4. The data should be analyzed using the 5 # summary and there are no mentionable deviations. 4. Find the expected value of the distribution. Interpret this value in context. µx = 0(0.02) + 1(0.10) + 2(0.20) + 3(0.42) + 4(0.26) = 2.8 If many, many STAT 101 students were randomly selected, their GPA's would average 2.8 points. 5. Find the standard deviation of the distribution. Interpret this value in context. σ 2 x = (0-2.8) 2 (0.02) + (1-2.8) 2 (0.10) + (2-2.8) 2 (0.20) + (3-2.8) 2 (0.42) + (4-2.8) 2 (0.26) = 1 σx = 1 = 1 The standard deviation of X is σx = 1 A randomly selected stats 101 grade will will typically differ from the mean (2.8) by about 1 point. Nov 27-10:56 PM 7

8 Nov 27-10:38 PM Nov 28-9:29 PM 8

9 Area above the x axis Nov 21-11:55 AM CONTINUE... CONTINUOUS RANDOM VARIABLES AND PROBABILITY Dec 2-3:01 PM 9

10 Y Why does P(X = #) = 0 in the continuous "world" P( 0 < x < 1) = (1)(1) = 1.0 Dec 2-7:34 PM The probability distribution for a continuous random variable assigns probabilities to intervals of outcomes rather than to individual outcomes. In fact, all continuous probability models assign probability 0 to every individual outcome. Only intervals of values have positive probability. To see that this is true, consider a specific outcome from the random number generator of the previous example, such as P(Y = 0.7). The probability of this event is the area under the density curve that s above the point on the horizontal axis.but this vertical line segment has no width, so the area is 0. For that reason, P(0.3 Y 0.7) = P(0.3 Y < 0.7) = P(0.3 < Y < 0.7) = 0.4 CAUT ION ALL continuous probability models assign probability 0 to every individual outcome. P(x=3) = 0 In many cases, discrete random variables arise from counting something for instance, the number of siblings that a randomly selected student has. Continuous random variables often arise from measuring something for instance, the height or time to run a mile for a randomly selected student. Nov 28-9:33 PM 10

11 DISCRETE Apr 27-11:47 AM Y b) P(X #22 Random numbers a) P(Y 0.4) = b) P(Y < 0.4) = c) P(0.1 < Y 0.15 or 0.77 Y < 0.88) = d) What important fact about continuous random variables does comparing your answer to a and b illustrate? Nov 21-11:51 AM 11

12 Dec 1-2:08 PM Sep 26-6:57 PM 12

13 Sep 26-6:58 PM ± Oh normdist program Oh normdist program I will be true I'm blue Oh normdist program Sep 27-1:27 PM 13

14 Nov 30-11:23 AM Nov 30-11:23 AM 14

15 Nov 29-3:12 PM Nov 21-8:16 PM 15

Chapter 6 Section 1 Day s.notebook. April 29, Honors Statistics. Aug 23-8:26 PM. 3. Review OTL C6#2. Aug 23-8:31 PM

Chapter 6 Section 1 Day s.notebook. April 29, Honors Statistics. Aug 23-8:26 PM. 3. Review OTL C6#2. Aug 23-8:31 PM Honors Statistics Aug 23-8:26 PM 3. Review OTL C6#2 Aug 23-8:31 PM 1 Apr 27-9:20 AM Jan 18-2:13 PM 2 Nov 27-10:28 PM 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.12 Nov 27-9:53 PM 3 Ask about 1 and

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Module 5 Test Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculate the specified probability ) Suppose that T is a random variable. Given

More information

Binomial Distributions

Binomial Distributions . Binomial Distributions Essential Question How can you determine the frequency of each outcome of an event? Analyzing Histograms Work with a partner. The histograms show the results when n coins are flipped.

More information

Honors Statistics. Daily Agenda

Honors Statistics. Daily Agenda Honors Statistics Aug 23-8:26 PM Daily Agenda 1. Review OTL C6#4 Chapter 6.2 rules for means and variances Aug 23-8:31 PM 1 Nov 21-8:16 PM Working out Choose a person aged 19 to 25 years at random and

More information

CHAPTER 16. SECTION 16.1 (page 1168) SECTION 16.3 (page 1192) SECTION 16.2 (page 1179) Skills Review (page 1168) Skills Review (page 1192)

CHAPTER 16. SECTION 16.1 (page 1168) SECTION 16.3 (page 1192) SECTION 16.2 (page 1179) Skills Review (page 1168) Skills Review (page 1192) Answers to Selected Eercises A CHAPTER SECTION. (page ) Skills Review (page )..,..,... nn n n. nn n. n!. n!....... Permutations of seating positions.,,.. (a) (b) (c). A: ; B: ; A.,.. (a), (b).....,.. nn

More information

These Statistics NOTES Belong to:

These Statistics NOTES Belong to: These Statistics NOTES Belong to: Topic Notes Questions Date 1 2 3 4 5 6 REVIEW DO EVERY QUESTION IN YOUR PROVINCIAL EXAM BINDER Important Calculator Functions to know for this chapter Normal Distributions

More information

X Prob

X Prob Wednesday, December 6, 2017 Warm-up Faked numbers in tax returns, invoices, or expense account claims often display patterns that aren t present in legitimate records. Some patterns, like too many round

More information

Seventh Grade Spiraling Review Week 1 of Fifth Six Weeks

Seventh Grade Spiraling Review Week 1 of Fifth Six Weeks Week of Fifth Six Weeks Note: Record all work in your math journal. Day An aquarium is 30 inches long, 7 inches wide and 8 inches tall. The aquarium is filled with water to a level of inches. A cubic foot

More information

Statistical Methods in Practice STAT/MATH 3379

Statistical Methods in Practice STAT/MATH 3379 Statistical Methods in Practice STAT/MATH 3379 Dr. A. B. W. Manage Associate Professor of Mathematics & Statistics Department of Mathematics & Statistics Sam Houston State University Overview 6.1 Discrete

More information

Section Random Variables and Histograms

Section Random Variables and Histograms Section 3.1 - Random Variables and Histograms Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

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

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

A random variable is a quantitative variable that represents a certain

A random variable is a quantitative variable that represents a certain Section 6.1 Discrete Random Variables Example: Probability Distribution, Spin the Spinners Sum of Numbers on Spinners Theoretical Probability 2 0.04 3 0.08 4 0.12 5 0.16 6 0.20 7 0.16 8 0.12 9 0.08 10

More information

Making Sense of Cents

Making Sense of Cents Name: Date: Making Sense of Cents Exploring the Central Limit Theorem Many of the variables that you have studied so far in this class have had a normal distribution. You have used a table of the normal

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

Honors Statistics. 3. Review OTL C6#3. 4. Normal Curve Quiz. Chapter 6 Section 2 Day s Notes.notebook. May 02, 2016.

Honors Statistics. 3. Review OTL C6#3. 4. Normal Curve Quiz. Chapter 6 Section 2 Day s Notes.notebook. May 02, 2016. Honors Statistics Aug 23-8:26 PM 3. Review OTL C6#3 4. Normal Curve Quiz Aug 23-8:31 PM 1 May 1-9:09 PM Apr 28-10:29 AM 2 27, 28, 29, 30 Nov 21-8:16 PM Working out Choose a person aged 19 to 25 years at

More information

Random Variables. 6.1 Discrete and Continuous Random Variables. Probability Distribution. Discrete Random Variables. Chapter 6, Section 1

Random Variables. 6.1 Discrete and Continuous Random Variables. Probability Distribution. Discrete Random Variables. Chapter 6, Section 1 6.1 Discrete and Continuous Random Variables Random Variables A random variable, usually written as X, is a variable whose possible values are numerical outcomes of a random phenomenon. There are two types

More information

Introduction to Business Statistics QM 120 Chapter 6

Introduction to Business Statistics QM 120 Chapter 6 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 6 Spring 2008 Chapter 6: Continuous Probability Distribution 2 When a RV x is discrete, we can

More information

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions

Examples: Random Variables. Discrete and Continuous Random Variables. Probability Distributions Random Variables Examples: Random variable a variable (typically represented by x) that takes a numerical value by chance. Number of boys in a randomly selected family with three children. Possible values:

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

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

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

Chapter 7. Random Variables

Chapter 7. Random Variables Chapter 7 Random Variables Making quantifiable meaning out of categorical data Toss three coins. What does the sample space consist of? HHH, HHT, HTH, HTT, TTT, TTH, THT, THH In statistics, we are most

More information

IOP 201-Q (Industrial Psychological Research) Tutorial 5

IOP 201-Q (Industrial Psychological Research) Tutorial 5 IOP 201-Q (Industrial Psychological Research) Tutorial 5 TRUE/FALSE [1 point each] Indicate whether the sentence or statement is true or false. 1. To establish a cause-and-effect relation between two variables,

More information

Chapter 6 Section Review day s.notebook. May 11, Honors Statistics. Aug 23-8:26 PM. 3. Review team test.

Chapter 6 Section Review day s.notebook. May 11, Honors Statistics. Aug 23-8:26 PM. 3. Review team test. Honors Statistics Aug 23-8:26 PM 3. Review team test Aug 23-8:31 PM 1 Nov 27-10:28 PM 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 6.9 6.10 6.11 6.12 Nov 27-9:53 PM 2 May 8-7:44 PM May 1-9:09 PM 3 Dec 1-2:08 PM Sep

More information

Expected Value of a Random Variable

Expected Value of a Random Variable Knowledge Article: Probability and Statistics Expected Value of a Random Variable Expected Value of a Discrete Random Variable You're familiar with a simple mean, or average, of a set. The mean value of

More information

23.1 Probability Distributions

23.1 Probability Distributions 3.1 Probability Distributions Essential Question: What is a probability distribution for a discrete random variable, and how can it be displayed? Explore Using Simulation to Obtain an Empirical Probability

More information

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

More information

Statistics 511 Additional Materials

Statistics 511 Additional Materials Discrete Random Variables In this section, we introduce the concept of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can be thought

More information

The topics in this section are related and necessary topics for both course objectives.

The topics in this section are related and necessary topics for both course objectives. 2.5 Probability Distributions The topics in this section are related and necessary topics for both course objectives. A probability distribution indicates how the probabilities are distributed for outcomes

More information

CHAPTER 10: Introducing Probability

CHAPTER 10: Introducing Probability CHAPTER 10: Introducing Probability The Basic Practice of Statistics 6 th Edition Moore / Notz / Fligner Lecture PowerPoint Slides Chapter 10 Concepts 2 The Idea of Probability Probability Models Probability

More information

Math 227 Elementary Statistics. Bluman 5 th edition

Math 227 Elementary Statistics. Bluman 5 th edition Math 227 Elementary Statistics Bluman 5 th edition CHAPTER 6 The Normal Distribution 2 Objectives Identify distributions as symmetrical or skewed. Identify the properties of the normal distribution. Find

More information

Honors Statistics. Daily Agenda

Honors Statistics. Daily Agenda Honors Statistics Daily Agenda 1. Review OTL C6#5 2. Quiz Section 6.1 A-Skip 35, 39, 40 Crickets The length in inches of a cricket chosen at random from a field is a random variable X with mean 1.2 inches

More information

Introduction to Statistics I

Introduction to Statistics I Introduction to Statistics I Keio University, Faculty of Economics Continuous random variables Simon Clinet (Keio University) Intro to Stats November 1, 2018 1 / 18 Definition (Continuous random variable)

More information

CHAPTER 6 Random Variables

CHAPTER 6 Random Variables CHAPTER 6 Random Variables 6.1 Discrete and Continuous Random Variables The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Discrete and Continuous Random

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

11.5: Normal Distributions

11.5: Normal Distributions 11.5: Normal Distributions 11.5.1 Up to now, we ve dealt with discrete random variables, variables that take on only a finite (or countably infinite we didn t do these) number of values. A continuous random

More information

4.2 Probability Distributions

4.2 Probability Distributions 4.2 Probability Distributions Definition. A random variable is a variable whose value is a numerical outcome of a random phenomenon. The probability distribution of a random variable tells us what the

More information

The binomial distribution

The binomial distribution The binomial distribution The coin toss - three coins The coin toss - four coins The binomial probability distribution Rolling dice Using the TI nspire Graph of binomial distribution Mean & standard deviation

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

More information

Lecture 9. Probability Distributions

Lecture 9. Probability Distributions Lecture 9 Probability Distributions Outline 6-1 Introduction 6-2 Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7-2 Properties of the Normal Distribution

More information

6.1 Discrete & Continuous Random Variables. Nov 4 6:53 PM. Objectives

6.1 Discrete & Continuous Random Variables. Nov 4 6:53 PM. Objectives 6.1 Discrete & Continuous Random Variables examples vocab Objectives Today we will... - Compute probabilities using the probability distribution of a discrete random variable. - Calculate and interpret

More information

Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7

Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7 Probability & Sampling The Practice of Statistics 4e Mostly Chpts 5 7 Lew Davidson (Dr.D.) Mallard Creek High School Lewis.Davidson@cms.k12.nc.us 704-786-0470 Probability & Sampling The Practice of Statistics

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

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

Chapter 6: Random Variables

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

More information

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Week 7 Oğuz Gezmiş Texas A& M University Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week7 1 / 19

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

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the mean, use the CLT for the mean. If you are being asked to

More information

The Normal Distribution

The Normal Distribution 5.1 Introduction to Normal Distributions and the Standard Normal Distribution Section Learning objectives: 1. How to interpret graphs of normal probability distributions 2. How to find areas under the

More information

FINAL REVIEW W/ANSWERS

FINAL REVIEW W/ANSWERS FINAL REVIEW W/ANSWERS ( 03/15/08 - Sharon Coates) Concepts to review before answering the questions: A population consists of the entire group of people or objects of interest to an investigator, while

More information

A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x)

A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x) Section 6-2 I. Continuous Probability Distributions A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x) to represent a probability density

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

Lecture 9. Probability Distributions. Outline. Outline

Lecture 9. Probability Distributions. Outline. Outline Outline Lecture 9 Probability Distributions 6-1 Introduction 6- Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7- Properties of the Normal Distribution

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

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Essential Question How can I determine whether the conditions for using binomial random variables are met? Binomial Settings When the

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables In this chapter, we introduce a new concept that of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can

More information

AP Statistics Chapter 6 - Random Variables

AP Statistics Chapter 6 - Random Variables AP Statistics Chapter 6 - Random 6.1 Discrete and Continuous Random Objective: Recognize and define discrete random variables, and construct a probability distribution table and a probability histogram

More information

HHH HHT HTH THH HTT THT TTH TTT

HHH HHT HTH THH HTT THT TTH TTT AP Statistics Name Unit 04 Probability Period Day 05 Notes Discrete & Continuous Random Variables Random Variable: Probability Distribution: Example: A probability model describes the possible outcomes

More information

Statistics, Measures of Central Tendency I

Statistics, Measures of Central Tendency I Statistics, Measures of Central Tendency I We are considering a random variable X with a probability distribution which has some parameters. We want to get an idea what these parameters are. We perfom

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

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

NOTES: Chapter 4 Describing Data

NOTES: Chapter 4 Describing Data NOTES: Chapter 4 Describing Data Intro to Statistics COLYER Spring 2017 Student Name: Page 2 Section 4.1 ~ What is Average? Objective: In this section you will understand the difference between the three

More information

Using the Central Limit

Using the Central Limit Using the Central Limit Theorem By: OpenStaxCollege It is important for you to understand when to use the central limit theorem. If you are being asked to find the probability of the mean, use the clt

More information

Central Limit Theorem

Central Limit Theorem Central Limit Theorem Lots of Samples 1 Homework Read Sec 6-5. Discussion Question pg 329 Do Ex 6-5 8-15 2 Objective Use the Central Limit Theorem to solve problems involving sample means 3 Sample Means

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

= 0.35 (or ˆp = We have 20 independent trials, each with probability of success (heads) equal to 0.5, so X has a B(20, 0.5) distribution.

= 0.35 (or ˆp = We have 20 independent trials, each with probability of success (heads) equal to 0.5, so X has a B(20, 0.5) distribution. Chapter 5 Solutions 51 (a) n = 1500 (the sample size) (b) The Yes count seems like the most reasonable choice, but either count is defensible (c) X = 525 (or X = 975) (d) ˆp = 525 1500 = 035 (or ˆp = 975

More information

MATH 264 Problem Homework I

MATH 264 Problem Homework I MATH Problem Homework I Due to December 9, 00@:0 PROBLEMS & SOLUTIONS. A student answers a multiple-choice examination question that offers four possible answers. Suppose that the probability that the

More information

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal Econ 6900: Statistical Problems Instructor: Yogesh Uppal Email: yuppal@ysu.edu Lecture Slides 4 Random Variables Probability Distributions Discrete Distributions Discrete Uniform Probability Distribution

More information

Section 3.1 Distributions of Random Variables

Section 3.1 Distributions of Random Variables Section 3.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

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

The Uniform Distribution

The Uniform Distribution Connexions module: m46972 The Uniform Distribution OpenStax College This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License 3.0 The uniform distribution

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

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Probabilities Monia Ranalli monia.ranalli@uniroma2.it Ranalli M. Theoretical Foundations - Probabilities 1 / 27 Objectives understand the probability basics quantify random phenomena

More information

Chapter 4 and 5 Note Guide: Probability Distributions

Chapter 4 and 5 Note Guide: Probability Distributions Chapter 4 and 5 Note Guide: Probability Distributions Probability Distributions for a Discrete Random Variable A discrete probability distribution function has two characteristics: Each probability is

More information

The Uniform Distribution

The Uniform Distribution The Uniform Distribution EXAMPLE 1 The previous problem is an example of the uniform probability distribution. Illustrate the uniform distribution. The data that follows are 55 smiling times, in seconds,

More information

STAT 157 HW1 Solutions

STAT 157 HW1 Solutions STAT 157 HW1 Solutions http://www.stat.ucla.edu/~dinov/courses_students.dir/10/spring/stats157.dir/ Problem 1. 1.a: (6 points) Determine the Relative Frequency and the Cumulative Relative Frequency (fill

More information

Chapter 6: Random Variables

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

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao The binomial: mean and variance Recall that the number of successes out of n, denoted

More information

the number of correct answers on question i. (Note that the only possible values of X i

the number of correct answers on question i. (Note that the only possible values of X i 6851_ch08_137_153 16/9/02 19:48 Page 137 8 8.1 (a) No: There is no fixed n (i.e., there is no definite upper limit on the number of defects). (b) Yes: It is reasonable to believe that all responses are

More information

Consumer Guide Dealership Word of Mouth Internet

Consumer Guide Dealership Word of Mouth Internet 8.1 Graphing Data In this chapter, we will study techniques for graphing data. We will see the importance of visually displaying large sets of data so that meaningful interpretations of the data can be

More information

Central Limit Theorem: Homework

Central Limit Theorem: Homework Connexions module: m16952 1 Central Limit Theorem: Homework Susan Dean Barbara Illowsky, Ph.D. This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License

More information

Permutations. Formulas The number of permutations of n objects is given by. n P n = n!. The number of permutations of. (n r)!. (10 3)! = 10! 7!

Permutations. Formulas The number of permutations of n objects is given by. n P n = n!. The number of permutations of. (n r)!. (10 3)! = 10! 7! USING A GRAPHING CALCULATOR Most graphing calculators can calculate permutations. 4 npr 4 4 npr 4 Core Concept Permutations Formulas The number of permutations of n objects is given by n P n = n!. The

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

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

A useful modeling tricks.

A useful modeling tricks. .7 Joint models for more than two outcomes We saw that we could write joint models for a pair of variables by specifying the joint probabilities over all pairs of outcomes. In principal, we could do this

More information

6.1 Graphs of Normal Probability Distributions:

6.1 Graphs of Normal Probability Distributions: 6.1 Graphs of Normal Probability Distributions: Normal Distribution one of the most important examples of a continuous probability distribution, studied by Abraham de Moivre (1667 1754) and Carl Friedrich

More information

The Central Limit Theorem for Sample Means (Averages)

The Central Limit Theorem for Sample Means (Averages) The Central Limit Theorem for Sample Means (Averages) By: OpenStaxCollege Suppose X is a random variable with a distribution that may be known or unknown (it can be any distribution). Using a subscript

More information

A.REPRESENTATION OF DATA

A.REPRESENTATION OF DATA A.REPRESENTATION OF DATA (a) GRAPHS : PART I Q: Why do we need a graph paper? Ans: You need graph paper to draw: (i) Histogram (ii) Cumulative Frequency Curve (iii) Frequency Polygon (iv) Box-and-Whisker

More information

Week 1 Variables: Exploration, Familiarisation and Description. Descriptive Statistics.

Week 1 Variables: Exploration, Familiarisation and Description. Descriptive Statistics. Week 1 Variables: Exploration, Familiarisation and Description. Descriptive Statistics. Convergent validity: the degree to which results/evidence from different tests/sources, converge on the same conclusion.

More information

Section 8.1 Distributions of Random Variables

Section 8.1 Distributions of Random Variables Section 8.1 Distributions of Random Variables Random Variable A random variable is a rule that assigns a number to each outcome of a chance experiment. There are three types of random variables: 1. Finite

More information

Standard Normal, Inverse Normal and Sampling Distributions

Standard Normal, Inverse Normal and Sampling Distributions Standard Normal, Inverse Normal and Sampling Distributions Section 5.5 & 6.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy

More information

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw MAS1403 Quantitative Methods for Business Management Semester 1, 2018 2019 Module leader: Dr. David Walshaw Additional lecturers: Dr. James Waldren and Dr. Stuart Hall Announcements: Written assignment

More information

Probability: Week 4. Kwonsang Lee. University of Pennsylvania February 13, 2015

Probability: Week 4. Kwonsang Lee. University of Pennsylvania February 13, 2015 Probability: Week 4 Kwonsang Lee University of Pennsylvania kwonlee@wharton.upenn.edu February 13, 2015 Kwonsang Lee STAT111 February 13, 2015 1 / 21 Probability Sample space S: the set of all possible

More information

Sampling Distributions

Sampling Distributions Section 8.1 119 Sampling Distributions Section 8.1 C H A P T E R 8 4Example 2 (pg. 378) Sampling Distribution of the Sample Mean The heights of 3-year-old girls are normally distributed with μ=38.72 and

More information

Normal Distribution: Introduction

Normal Distribution: Introduction Connexions module: m16979 1 Normal Distribution: Introduction Susan Dean Barbara Illowsky, Ph.D. This work is produced by The Connexions Project and licensed under the Creative Commons Attribution License

More information

Assignment 2 (Solution) Probability and Statistics

Assignment 2 (Solution) Probability and Statistics Assignment 2 (Solution) Probability and Statistics Dr. Jitesh J. Thakkar Department of Industrial and Systems Engineering Indian Institute of Technology Kharagpur Instruction Total No. of Questions: 15.

More information

1 Sampling Distributions

1 Sampling Distributions 1 Sampling Distributions 1.1 Statistics and Sampling Distributions When a random sample is selected the numerical descriptive measures calculated from such a sample are called statistics. These statistics

More information