3. Continuous Probability Distributions

Size: px
Start display at page:

Download "3. Continuous Probability Distributions"

Transcription

1 3.1 Continuous probability distributions 3. Continuous Probability Distributions K The normal probability distribution A continuous random variable X is said to have a normal distribution if it has a probability density function 1 p(x) = 2πσ 2 exp( (x µ)2 2σ 2 ) - < x <. The normal distribution is defined by two parameters, the mean value of X, µ and the variance of X, σ 2. Note: To indicate that a random variable has a normal distribution with mean µ and variance σ 2, we often write X ~ N(µ, σ 2 ). For continuous probability distributions, probabilities are defined by areas under the probability density curve. For example, if X ~ N(µ, σ 2 ), then Pr(a X b) = a b p(x) dx = 1 b 2πσ 2 a exp( (x µ)2 2σ 2 ) dx, which is equal to the area under the probability density curve between x = a and x = b. With a graphics calculator, this can be determined directly by using the normalcdf( command. The ShadeNorm( command will also display the probability as an area under the probability density curve. K.1 Determining normal probabilities Task : If X~N(10, 2 2 ), determine: 1. Pr(7 X 11) 2. Pr(X 8) 3. Pr(X 13.5) The normalcdf( command saves having to use tables to calculate normal probabilities. The normalcdf( command is located in the DISTR(ibution) menu under DISTR ( 2nd [DISTR] ( VARS )).

2 3.2 Continuous probability distributions Step 1. Evaluate Pr(7 X 11) Start on the HOME screen (press 2nd [QUIT] if you are not on the HOME screen), and CLEAR. (1) Go to the DISTR menu ( 2nd [DISTR] ( VARS )). Use the arrow key to move down the DISTR menu to option 2: normalcdf( and select by pressing ENTER. This pastes the normalcdf( command onto the HOME screen. (2) Complete the command as follows: normalcdf(7,11,10,2) lower value of X upper value of X µ Note: On the TI-83 Plus we use the standard deviation σ =2 (here) rather than the variance σ 2.! (3) Finally, press ENTER to evaluate. Thus, Pr(7 X 11)= (correct to 4 decimal places).

3 3.3 Continuous probability distributions Step 2. Evaluate Pr(X 8) To evaluate Pr(X 8) we need to recognise that we are implying that the lower limit for X is -. Thus, we rewrite Pr(X 8) as Pr(- <X 8) and proceed as before. (1) Starting on the HOME screen, call up the normalcdf( command and complete as follows: normalcdf( - E99, 8, 10, 2) Note: On the graphics calculator - is replaced by a very large negative number E99 = E is obtained by pressing 2nd [EE]. (2) Press ENTER to evaluate. Thus, Pr(X 8)= (correct to 4 decimal places). Step 3. Evaluate Pr(X 13.5) To evaluate Pr(X 13.5 ) we need to recognise that we are implying that the upper limit for X is so that we rewrite Pr(X 13.5) as Pr( 13.5 X< ) and proceed as before. (1) Starting on the HOME screen, call up the normalcdf( command and complete as follows: normalcdf( 13.5, E99,10, 2) Note: On the graphics calculator is replaced by a very large number, E99 = E is obtained by pressing 2nd [EE]. (2) Finally, press ENTER to evaluate. Thus, Pr(X 13.5)= Pr(13.5 X< )= (correct to 4 decimal places). Exercises 1. If Z~N(0, 1 2 ), show that, correct to 4 decimal places: (1) Pr( 1.5 Z 2) = (2) Pr(Z 0.8) = (3) Pr(Z 1.6)= (4) Pr( 1 Z 1)= If X~N(100, 20), show that, correct to 4 decimal places:

4 3.4 Continuous probability distributions (1) Pr(88 X 112) = (2) Pr(100 X 105) = (3) Pr(X 107) = (4) Pr(X 97) = K.2 Graphically displaying normal probabilities Tasks: 1. If X~N(10, 2 2 ), determine Pr(7 X 11) and display the normal curve with the appropriate area shaded. 2. If X~N(100, 10 2 ), determine Pr(- <X 105) and display the normal curve with the appropriate area shaded. The ShadeNorm( command determines normal probabilities by finding the appropriate area under the normal curve. It also draws the normal curve and shades in the area. The ShadeNorm( command is located in the DISTR(ibution)menu ( 2nd [DISTR] ( VARS )) under DRAW. Step 1. If X~N(10, 2 2 ), determine and display Pr(7 X 11). Start on the HOME screen (press 2nd [QUIT] if you are not on the HOME screen), CLEAR. (1) Go to the DISTR menu ( 2nd [DISTR] ( VARS ) ) and use the arrow key to move across to the DRAW submenu. Option 1: ShadeNorm( will be automatically highlighted. Press ENTER and the ShadeNorm( command will be pasted onto the HOME screen. (2) Complete the command as follows: ShadeNorm(7,11,10,2) lower value of x upper value of x µ!

5 3.5 Continuous probability distributions (3) As we are going to draw a graph, we will need to set the viewing window first. To do this, press WINDOW and enter the following settings: Xmin = 2 (set X min =µ 4σ) Xmax = 18 (set X max =µ+4σ) Xscale= 1 (choose an appropriate value) Ymin = 0.05 (use a small negative value to show the x-axis ) Ymax = 0.25 (try 0.5 σ to start) Yscale= 0.05 (choose an appropriate value) Xres=1 (4) As a precaution, to avoid other graphs being plotted at the same time, go to (i) Y= and either CLEAR or deselect all functions. (ii) press 2nd [STATPLOT] and turn all plots OFF. (5) Return to the HOME screen ( 2nd [QUIT]) and press ENTER to complete the task. Thus, Pr(7 X 11) = area under curve = (correct to 4 decimal places). Note: Before proceeding to the next activity press 2nd [DRAW] ( PRGM ) ENTER to clear the drawing from the screen.

6 3.6 Continuous probability distributions 2. If X~N(100, 10 2 ), determine and display Pr(X 105). To evaluate Pr(X 105) we need to recognise that we are implying that the lower limit for X is -. Thus we rewrite Pr(X 105) as Pr(- <X 105) and proceed as before. (1) Starting on the HOME screen, call up the ShadeNorm( command and complete as follows: ShadeNorm( - E99, 105, 100, 10) Note: On the graphics calculator - is replaced by a very large number, - E99 = E is obtained by pressing 2nd [EE]. (2) As we are going to draw a graph, we will need to set the viewing window first. To do this, press WINDOW and enter the following settings: Xmin = 60 (set X min =µ 4σ) Xmax = 140 (set X max =µ+4σ) Xscale= 5 (choose an appropriate value) Ymin = 0.01 (use a small negative value to show the x-axis ) Ymax = 0.05 (try 0.5 σ to start) Yscale= 0.01 (choose an appropriate value) Xres=1 (3) As a precaution, to avoid other graphs being plotted at the same time, go to (i) Y= and either CLEAR or deselect all functions. (ii) press 2nd [STATPLOT] and turn all plots OFF. (4) Return to the HOME screen ( 2nd [QUIT]) and press ENTER to complete the task. Thus, Pr(X 105) = area under curve = (correct to 4 decimal places). Note: Before proceeding to the next activity press 2nd [DRAW] ( PRGM ) ENTER to clear the drawing from the screen. Exercise 1. If X~N(60,5 2 ), display the following probabilities as an area under the normal curve: (1) Pr(54 X 58) (2) Pr(X 70) (3) Pr(X 62.5)

7 3.7 Continuous probability distributions K.3 Solving inverse normal problems Task: If X~N(168, 5 2 ), find the value of x such that: 1. Pr(X< x) = Pr(X x) = Pr(X x) = 0.05 Area = 0.95 µ=168!=5 Area = µ=168!=5 Area = 0.05 µ=168!=5 168 x=? 168 x=? x=? 168 The invnorm( command is located in the DISTR(ibution)menu under DISTR ( 2nd [DISTR] ( VARS )). Step 1. Find x such that Pr(X x) = 0.95, when X~N(168,5 2 ) Start on the HOME screen (press 2nd [QUIT] if you are not on the HOME screen), CLEAR. (1) Go to the DISTR menu ( 2nd [DISTR] ( VARS ) ) and use the arrow key to move down the DISTR menu to option 3: invnorm( and select by pressing ENTER. This pastes the invnorm( command onto the HOME screen. (2) Complete the command as follows: invnorm(0.95,168,5) probability µ! (3) Finally, press ENTER to evaluate. Thus, x = (correct to 1 decimal place).

8 3.8 Continuous probability distributions Step 2. Find x such that Pr(X x) = 0.025, when X~N(168,5 2 ). To proceed, we need to recognise that Pr(X x) = implies Pr(X<x) = and, as shown opposite, find x = (correct to 1 decimal place). Step 3. Find x such that Pr(X x) = 0.05, when X~N(168,5 2 ). Proceed directly as shown opposite to find x= (correct to 1 decimal place). Exercises 1. If Z~N(0, 1 2 ), find the value of z, correct to 2 decimal places, such that (1) Pr(Z z) = [z=1.00] (2) Pr(Z z) = [z= 2.00] (3) Pr(Z z)=0.95 [z=1.64] (4) Pr( Z z)=0.95 [z=1.96] 2. If X~N(10, 2 2 ), find the value of x, correct to 1 decimal place, such that (1) Pr(X x )= 0.05 [x=6.7] (2) Pr(X x) = 0.90 [x=7.4] (3) Pr(X x) =0.025 [x=13.9]

9 3.9 Continuous probability distributions K.4 Using the normal distribution to approximate a binomial distribution When n is large, the binomial distribution can be approximated by a normal distribution with mean µ=np and variance σ 2 = np(1-p). This can be seen by plotting the two distributions on the same graph. Plot 1 Comparing Bi(5,0.3) with N(1.5,1.05) (µ= np = 5 x 0.3=1.5, σ 2 = np(1-p) = 5 x 0.3 (1 0.3) = 1.05). Step 1. Construct a scatterplot displaying Bi(5, 0.3). See section H.2 for details. Step 2. On the same graph, plot the probability density function for N(1.5,1.05) as follows. (1) Open the Y= menu ( Y= ), deselect or clear all other entries, and opposite Y 1 =, paste in the normalpdf( command ( 2nd [DISTR] ( ENTER )). (2) Complete, as follows: normalpdf(x,1.5, (1.05)). (3) Press GRAPH to display. From the plot we see that the exact binomial probability for x=4 is , whereas the normal approximation normalcdf(3.5,4.5,1.5, (1.05))= an error of around 10%.

10 3.10 Continuous probability distributions Plot 2 Comparing Bi(25,0.3) with N(7.5,5.25) (µ= np = 25 x 0.3 = 7.5, σ 2 = np(1-p) = 25 x 0.3 (1 0.3) = 5.25). Step 1. Construct a scatterplot displaying Bi(25, 0.3). See section H.2 for details. Step 2. On the same graph plot the probability density function for N(7.5, 5.25) as follows. (1) Open the Y= menu ( Y= ), deselect or clear all other entries, and opposite Y 1 =, paste in the normalpdf( command ( 2nd [DISTR] ENTER ). (2) Complete, as follows: normalpdf(x,7.5, (5.25)). (3) Press GRAPH to display. From the plot we see that the normal curve more closely fits the binomial distribution as n increases. Comparing probabilities, we see that when X=4, for example, the exact binomial probability is , while the normal approximation normalcdf(3.5,4.5,7.5, (5.25))= an error of around 4%. This approximation will continue to improve as n increases. Exercise Graphically compare the normal approximation to the binomial for p=0.5 when n= 5 and n= 20. p=0.5, n= 5 p=0.5, n= 5 p=0.5, n= 20 p=0.5, n= 20

11 3.11 Continuous probability distributions L The exponential probability distribution A continuous random variable X is said to have an exponential distribution if it has a probability density function p(x) = λe -λx 0<x <. The exponential distribution is defined by a single parameter, λ. To indicate that a random variable has an exponential distribution with parameter λ, we write X ~ Exp(λ). For continuous probability distributions, probabilities are defined by areas under the probability density curve. Except in the case of the normal distribution, these areas are not programmed into the graphics calculator and must be determined from the graph. L.1 Determining and displaying exponential probabilities Task: Step 1. If X~ Exp(0.5), find Pr(1 X 4). Graph the distribution (1) Open the Y= menu ( Y= ), deselect or clear all other entries, and opposite Y 1 =, type in 0.5e -0.5x. (2) Go to the WINDOW menu WINDOW and enter the following settings: Xmin = 0 Xmax = 5 Xscale= 1 Ymin = 0.05 Ymax = 0.6 Yscale= 0.1 (3) Press GRAPH to plot. Step 2. Find the area under the curve To evaluate Pr(1 X 4), we need to find the area under the graph between x=1 and x=4. This is done from the graph through the CALC menu. Press 2nd [CALC] ( TRACE ) and select option 7: f(x)dx. Press ENTER and the calculator will ask you to specify the Lower Limit? type in 1 and press Enter. Upper limit? type in 4 and press Enter. The calculator will then calculate the required area, (correct to 4 decimal places) and shade it in on the graph. See opposite. Thus, if X ~ Exp(0.5), then Pr(1 X 4)=

12 3.12 Continuous probability distributions Exercise 1. If X ~ Exp(0.2), show that, correct to 4 decimal places: (1) Pr(3 X 5)= (2) Pr(X 5)= (3) Pr(X 2)=1-Pr(X 2)=

Continuous Random Variables and the Normal Distribution

Continuous Random Variables and the Normal Distribution Chapter 6 Continuous Random Variables and the Normal Distribution Continuous random variables are used to approximate probabilities where there are many possible outcomes or an infinite number of possible

More information

The Normal Probability Distribution

The Normal Probability Distribution 102 The Normal Probability Distribution C H A P T E R 7 Section 7.2 4Example 1 (pg. 71) Finding Area Under a Normal Curve In this exercise, we will calculate the area to the left of 5 inches using a normal

More information

Normal Probability Distributions

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

More information

Unit 2: Statistics Probability

Unit 2: Statistics Probability Applied Math 30 3-1: Distributions Probability Distribution: - a table or a graph that displays the theoretical probability for each outcome of an experiment. - P (any particular outcome) is between 0

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

Using the TI-83 Statistical Features

Using the TI-83 Statistical Features Entering data (working with lists) Consider the following small data sets: Using the TI-83 Statistical Features Data Set 1: {1, 2, 3, 4, 5} Data Set 2: {2, 3, 4, 4, 6} Press STAT to access the statistics

More information

Graphing Calculator Appendix

Graphing Calculator Appendix Appendix GC GC-1 This appendix contains some keystroke suggestions for many graphing calculator operations that are featured in this text. The keystrokes are for the TI-83/ TI-83 Plus calculators. The

More information

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19)

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

The instructions on this page also work for the TI-83 Plus and the TI-83 Plus Silver Edition.

The instructions on this page also work for the TI-83 Plus and the TI-83 Plus Silver Edition. The instructions on this page also work for the TI-83 Plus and the TI-83 Plus Silver Edition. The position of the graphically represented keys can be found by moving your mouse on top of the graphic. Turn

More information

Statistics (This summary is for chapters 18, 29 and section H of chapter 19)

Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x n =

More information

Section 3.4 The Normal Distribution

Section 3.4 The Normal Distribution Section 3.4 The Normal Distribution Properties of the Normal Distribution Curve 1. We denote the normal random variable with X = x. 2. The curve has a peak at x = µ. 3. The curve is symmetric about the

More information

Section 15.0: The Normal Distribution

Section 15.0: The Normal Distribution Section 15.0: The Normal Distribution The Normal distribution is the most widely recognized of all probability distributions. It is a continuous distribution, which means its graph has no gaps. The shape

More information

Continuous Probability Distributions & Normal Distribution

Continuous Probability Distributions & Normal Distribution Mathematical Methods Units 3/4 Student Learning Plan Continuous Probability Distributions & Normal Distribution 7 lessons Notes: Students need practice in recognising whether a problem involves a discrete

More information

Statistics TI-83 Usage Handout

Statistics TI-83 Usage Handout Statistics TI-83 Usage Handout This handout includes instructions for performing several different functions on a TI-83 calculator for use in Statistics. The Contents table below lists the topics covered

More information

TI-83 Plus Workshop. Al Maturo,

TI-83 Plus Workshop. Al Maturo, Solving Equations with one variable. Enter the equation into: Y 1 = x x 6 Y = x + 5x + 3 Y 3 = x 3 5x + 1 TI-83 Plus Workshop Al Maturo, AMATURO@las.ch We shall refer to this in print as f(x). We shall

More information

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions

Overview. Definitions. Definitions. Graphs. Chapter 5 Probability Distributions. probability distributions Chapter 5 Probability Distributions 5-1 Overview 5-2 Random Variables 5-3 Binomial Probability Distributions 5-4 Mean, Variance, and Standard Deviation for the Binomial Distribution 5-5 The Poisson Distribution

More information

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes

Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes Chapter 7 Analyzing Accumulated Change: More Applications of Integrals & 7.1 Differences of Accumulated Changes This chapter helps you effectively use your calculatorõs numerical integrator with various

More information

Statistics for Business and Economics: Random Variables:Continuous

Statistics for Business and Economics: Random Variables:Continuous Statistics for Business and Economics: Random Variables:Continuous STT 315: Section 107 Acknowledgement: I d like to thank Dr. Ashoke Sinha for allowing me to use and edit the slides. Murray Bourne (interactive

More information

As you draw random samples of size n, as n increases, the sample means tend to be normally distributed.

As you draw random samples of size n, as n increases, the sample means tend to be normally distributed. The Central Limit Theorem The central limit theorem (clt for short) is one of the most powerful and useful ideas in all of statistics. The clt says that if we collect samples of size n with a "large enough

More information

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

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

More information

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain.

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain. Binomial and Normal Distributions Objective 1: Determining if an Experiment is a Binomial Experiment For an experiment to be considered a binomial experiment, four things must hold: 1. The experiment is

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

7 THE CENTRAL LIMIT THEOREM

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

More information

Sampling & populations

Sampling & populations Sampling & populations Sample proportions Sampling distribution - small populations Sampling distribution - large populations Sampling distribution - normal distribution approximation Mean & variance of

More information

Chapter 5 Normal Probability Distributions

Chapter 5 Normal Probability Distributions Chapter 5 Normal Probability Distributions Section 5-1 Introduction to Normal Distributions and the Standard Normal Distribution A The normal distribution is the most important of the continuous probability

More information

Manual for the TI-83, TI-84, and TI-89 Calculators

Manual for the TI-83, TI-84, and TI-89 Calculators Manual for the TI-83, TI-84, and TI-89 Calculators to accompany Mendenhall/Beaver/Beaver s Introduction to Probability and Statistics, 13 th edition James B. Davis Contents Chapter 1 Introduction...4 Chapter

More information

Graphing a Binomial Probability Distribution Histogram

Graphing a Binomial Probability Distribution Histogram Chapter 6 8A: Using a Normal Distribution to Approximate a Binomial Probability Distribution Graphing a Binomial Probability Distribution Histogram Lower and Upper Class Boundaries are used to graph the

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

5.1 Sampling Distributions for Counts and Proportions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102

5.1 Sampling Distributions for Counts and Proportions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 5.1 Sampling Distributions for Counts and Proportions Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 Sampling and Population Distributions Example: Count of People with Bachelor s Degrees

More information

Shifting and rescaling data distributions

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

More information

BARUCH COLLEGE MATH 2205 SPRING MANUAL FOR THE UNIFORM FINAL EXAMINATION Joseph Collison, Warren Gordon, Walter Wang, April Allen Materowski

BARUCH COLLEGE MATH 2205 SPRING MANUAL FOR THE UNIFORM FINAL EXAMINATION Joseph Collison, Warren Gordon, Walter Wang, April Allen Materowski BARUCH COLLEGE MATH 05 SPRING 006 MANUAL FOR THE UNIFORM FINAL EXAMINATION Joseph Collison, Warren Gordon, Walter Wang, April Allen Materowski The final examination for Math 05 will consist of two parts.

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

Statistical Tables Compiled by Alan J. Terry

Statistical Tables Compiled by Alan J. Terry Statistical Tables Compiled by Alan J. Terry School of Science and Sport University of the West of Scotland Paisley, Scotland Contents Table 1: Cumulative binomial probabilities Page 1 Table 2: Cumulative

More information

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence continuous rv Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f(x) such that for any two numbers a and b with a b, P(a X b) = b a f (x)dx.

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

5.4 Normal Approximation of the Binomial Distribution Lesson MDM4U Jensen

5.4 Normal Approximation of the Binomial Distribution Lesson MDM4U Jensen 5.4 Normal Approximation of the Binomial Distribution Lesson MDM4U Jensen Review From Yesterday Bernoulli Trials have 3 properties: 1. 2. 3. Binomial Probability Distribution In a binomial experiment with

More information

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR STATISTICAL DISTRIBUTIONS AND THE CALCULATOR 1. Basic data sets a. Measures of Center - Mean ( ): average of all values. Characteristic: non-resistant is affected by skew and outliers. - Median: Either

More information

Chapter 6 Confidence Intervals

Chapter 6 Confidence Intervals Chapter 6 Confidence Intervals Section 6-1 Confidence Intervals for the Mean (Large Samples) VOCABULARY: Point Estimate A value for a parameter. The most point estimate of the population parameter is the

More information

5.4 Normal Approximation of the Binomial Distribution

5.4 Normal Approximation of the Binomial Distribution 5.4 Normal Approximation of the Binomial Distribution Bernoulli Trials have 3 properties: 1. Only two outcomes - PASS or FAIL 2. n identical trials Review from yesterday. 3. Trials are independent - probability

More information

Chapter 6: Continuous Probability Distributions

Chapter 6: Continuous Probability Distributions Chapter 6: Continuous Probability Distributions Chapter 5 dealt with probability distributions arising from discrete random variables. Mostly that chapter focused on the binomial experiment. There are

More information

The Binomial and Geometric Distributions. Chapter 8

The Binomial and Geometric Distributions. Chapter 8 The Binomial and Geometric Distributions Chapter 8 8.1 The Binomial Distribution A binomial experiment is statistical experiment that has the following properties: The experiment consists of n repeated

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

Lecture 12. Some Useful Continuous Distributions. The most important continuous probability distribution in entire field of statistics.

Lecture 12. Some Useful Continuous Distributions. The most important continuous probability distribution in entire field of statistics. ENM 207 Lecture 12 Some Useful Continuous Distributions Normal Distribution The most important continuous probability distribution in entire field of statistics. Its graph, called the normal curve, is

More information

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as Lecture 0 on BST 63: Statistical Theory I Kui Zhang, 09/9/008 Review for the previous lecture Definition: Several continuous distributions, including uniform, gamma, normal, Beta, Cauchy, double exponential

More information

Continuous random variables

Continuous random variables Continuous random variables probability density function (f(x)) the probability distribution function of a continuous random variable (analogous to the probability mass function for a discrete random variable),

More information

8.3 CI for μ, σ NOT known (old 8.4)

8.3 CI for μ, σ NOT known (old 8.4) GOALS: 1. Learn the properties of the student t distribution and the t curve. 2. Understand how degrees of freedom, df, relate to t curves. 3. Recognize that t curves approach the SNC as df increases.

More information

Chapter 8 Probability Models

Chapter 8 Probability Models Chapter 8 Probability Models We ve already used the calculator to find probabilities based on normal models. There are many more models which are useful. This chapter explores three such models. Many types

More information

Discrete Random Variables and Their Probability Distributions

Discrete Random Variables and Their Probability Distributions Chapter 5 Discrete Random Variables and Their Probability Distributions Mean and Standard Deviation of a Discrete Random Variable Computing the mean and standard deviation of a discrete random variable

More information

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management BA 386T Tom Shively PROBABILITY CONCEPTS AND NORMAL DISTRIBUTIONS The fundamental idea underlying any statistical

More information

Elementary Statistics Blue Book. The Normal Curve

Elementary Statistics Blue Book. The Normal Curve Elementary Statistics Blue Book How to work smarter not harder The Normal Curve 68.2% 95.4% 99.7 % -4-3 -2-1 0 1 2 3 4 Z Scores John G. Blom May 2011 01 02 TI 30XA Key Strokes 03 07 TI 83/84 Key Strokes

More information

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

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

More information

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Chapter 8: The Binomial and Geometric Distributions 8.1 Binomial Distributions 8.2 Geometric Distributions 1 Let me begin with an example My best friends from Kent School had three daughters. What is the

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

Review. Binomial random variable

Review. Binomial random variable Review Discrete RV s: prob y fctn: p(x) = Pr(X = x) cdf: F(x) = Pr(X x) E(X) = x x p(x) SD(X) = E { (X - E X) 2 } Binomial(n,p): no. successes in n indep. trials where Pr(success) = p in each trial If

More information

Discrete Probability Distributions

Discrete Probability Distributions Page 1 of 6 Discrete Probability Distributions In order to study inferential statistics, we need to combine the concepts from descriptive statistics and probability. This combination makes up the basics

More information

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Moments of a distribubon Measures of

More information

Probability Distributions II

Probability Distributions II Probability Distributions II Summer 2017 Summer Institutes 63 Multinomial Distribution - Motivation Suppose we modified assumption (1) of the binomial distribution to allow for more than two outcomes.

More information

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

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

More information

This is very simple, just enter the sample into a list in the calculator and go to STAT CALC 1-Var Stats. You will get

This is very simple, just enter the sample into a list in the calculator and go to STAT CALC 1-Var Stats. You will get MATH 111: REVIEW FOR FINAL EXAM SUMMARY STATISTICS Spring 2005 exam: 1(A), 2(E), 3(C), 4(D) Comments: This is very simple, just enter the sample into a list in the calculator and go to STAT CALC 1-Var

More information

The Binomial Distribution

The Binomial Distribution MATH 382 The Binomial Distribution Dr. Neal, WKU Suppose there is a fixed probability p of having an occurrence (or success ) on any single attempt, and a sequence of n independent attempts is made. Then

More information

The Normal Distribution

The Normal Distribution The Normal Distribution The normal distribution plays a central role in probability theory and in statistics. It is often used as a model for the distribution of continuous random variables. Like all models,

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

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is Normal Distribution Normal Distribution Definition A continuous rv X is said to have a normal distribution with parameter µ and σ (µ and σ 2 ), where < µ < and σ > 0, if the pdf of X is f (x; µ, σ) = 1

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

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

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

More information

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables Chapter 5 Continuous Random Variables and Probability Distributions 5.1 Continuous Random Variables 1 2CHAPTER 5. CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Probability Distributions Probability

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

Favorite Distributions

Favorite Distributions Favorite Distributions Binomial, Poisson and Normal Here we consider 3 favorite distributions in statistics: Binomial, discovered by James Bernoulli in 1700 Poisson, a limiting form of the Binomial, found

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

4: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course).

4: Probability. Notes: Range of possible probabilities: Probabilities can be no less than 0% and no more than 100% (of course). 4: Probability What is probability? The probability of an event is its relative frequency (proportion) in the population. An event that happens half the time (such as a head showing up on the flip of a

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

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 10: Continuous RV Families. Prof. Vince Calhoun

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 10: Continuous RV Families. Prof. Vince Calhoun ECE 340 Probabilistic Methods in Engineering M/W 3-4:15 Lecture 10: Continuous RV Families Prof. Vince Calhoun 1 Reading This class: Section 4.4-4.5 Next class: Section 4.6-4.7 2 Homework 3.9, 3.49, 4.5,

More information

MVE051/MSG Lecture 7

MVE051/MSG Lecture 7 MVE051/MSG810 2017 Lecture 7 Petter Mostad Chalmers November 20, 2017 The purpose of collecting and analyzing data Purpose: To build and select models for parts of the real world (which can be used for

More information

Math Tech IIII, Mar 13

Math Tech IIII, Mar 13 Math Tech IIII, Mar 13 The Binomial Distribution III Book Sections: 4.2 Essential Questions: What do I need to know about the binomial distribution? Standards: DA-5.6 What Makes a Binomial Experiment?

More information

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop Minitab 14 1 GETTING STARTED To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop The Minitab session will come up like this 2 To SAVE FILE 1. Click File>Save Project

More information

Chapter 6 Continuous Probability Distributions. Learning objectives

Chapter 6 Continuous Probability Distributions. Learning objectives Chapter 6 Continuous s Slide 1 Learning objectives 1. Understand continuous probability distributions 2. Understand Uniform distribution 3. Understand Normal distribution 3.1. Understand Standard normal

More information

The Central Limit Theorem for Sums

The Central Limit Theorem for Sums OpenStax-CNX module: m46997 1 The Central Limit Theorem for Sums OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Suppose X is a random

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

Mathematical Methods: Practice Problem Solving Task - Probability

Mathematical Methods: Practice Problem Solving Task - Probability Mathematical Methods: Practice Problem Solving Task - Probability Question 1 refers to the following graph The following graph shows the probabilities of the 5 outcomes (1 to 5) from a spinner, with one

More information

Name: Class: Date: A2R 3.4 Problem Set - Major Characteristics of Polynomial Graphs

Name: Class: Date: A2R 3.4 Problem Set - Major Characteristics of Polynomial Graphs Name: Class: Date: A2R 3.4 Problem Set - Major Characteristics of Polynomial Graphs Use the coordinate plane to sketch a graph with the given characteristics. If the graph is not possible to sketch, explain

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

Binomial Probabilities The actual probability that P ( X k ) the formula n P X k p p. = for any k in the range {0, 1, 2,, n} is given by. n n!

Binomial Probabilities The actual probability that P ( X k ) the formula n P X k p p. = for any k in the range {0, 1, 2,, n} is given by. n n! Introduction We are often more interested in experiments in which there are two outcomes of interest (success/failure, make/miss, yes/no, etc.). In this chapter we study two types of probability distributions

More information

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

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

Prob and Stats, Nov 7

Prob and Stats, Nov 7 Prob and Stats, Nov 7 The Standard Normal Distribution Book Sections: 7.1, 7.2 Essential Questions: What is the standard normal distribution, how is it related to all other normal distributions, and how

More information

Random Variables Handout. Xavier Vilà

Random Variables Handout. Xavier Vilà Random Variables Handout Xavier Vilà Course 2004-2005 1 Discrete Random Variables. 1.1 Introduction 1.1.1 Definition of Random Variable A random variable X is a function that maps each possible outcome

More information

The Normal Distribution. (Ch 4.3)

The Normal Distribution. (Ch 4.3) 5 The Normal Distribution (Ch 4.3) The Normal Distribution The normal distribution is probably the most important distribution in all of probability and statistics. Many populations have distributions

More information

Chapter 6: Normal Probability Distributions

Chapter 6: Normal Probability Distributions Chapter 6: Normal Probability Distributions Section Title Notes Pages 1 Review & Preview 1 2 The Standard Normal Distribution 5 9 3 Applications of Normal Distributions 10 15 4 Sampling Distributions &

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution Properties of a Binomial Experiment 1. It consists of a fixed number of observations called trials. 2. Each trial can result in one of only two mutually exclusive outcomes labeled

More information

SA2 Unit 4 Investigating Exponentials in Context Classwork A. Double Your Money. 2. Let x be the number of assignments completed. Complete the table.

SA2 Unit 4 Investigating Exponentials in Context Classwork A. Double Your Money. 2. Let x be the number of assignments completed. Complete the table. Double Your Money Your math teacher believes that doing assignments consistently will improve your understanding and success in mathematics. At the beginning of the year, your parents tried to encourage

More information

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation.

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation. 1) If n 100 and p 0.02 in a binomial experiment, does this satisfy the rule for a normal approximation? Why or why not? No, because np 100(0.02) 2. The value of np must be greater than or equal to 5 to

More information

E509A: Principle of Biostatistics. GY Zou

E509A: Principle of Biostatistics. GY Zou E509A: Principle of Biostatistics (Week 2: Probability and Distributions) GY Zou gzou@robarts.ca Reporting of continuous data If approximately symmetric, use mean (SD), e.g., Antibody titers ranged from

More information

Statistics 6 th Edition

Statistics 6 th Edition Statistics 6 th Edition Chapter 5 Discrete Probability Distributions Chap 5-1 Definitions Random Variables Random Variables Discrete Random Variable Continuous Random Variable Ch. 5 Ch. 6 Chap 5-2 Discrete

More information

Homework Assignments

Homework Assignments Homework Assignments Week 1 (p. 57) #4.1, 4., 4.3 Week (pp 58 6) #4.5, 4.6, 4.8(a), 4.13, 4.0, 4.6(b), 4.8, 4.31, 4.34 Week 3 (pp 15 19) #1.9, 1.1, 1.13, 1.15, 1.18 (pp 9 31) #.,.6,.9 Week 4 (pp 36 37)

More information

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5 H homework problems, C-copyright Joe Kahlig Chapter Solutions, Page Chapter Homework Solutions Compiled by Joe Kahlig. (a) finite discrete (b) infinite discrete (c) continuous (d) finite discrete (e) continuous.

More information

6.4 approximating binomial distr with normal curve.notebook January 26, compute the mean/ expected value for the above distribution.

6.4 approximating binomial distr with normal curve.notebook January 26, compute the mean/ expected value for the above distribution. Discrete: Countable (no fractions or decimals) Continuous: Measurable: distance, time, volume Binomial Distribution n = number of trials r = number of successes p = probability of success q = probability

More information

#MEIConf2018. Before the age of the Calculator

#MEIConf2018. Before the age of the Calculator @MEIConference Before the age of the Calculator Since the age of the Calculator New A Level Specifications To use technology such as calculators and computers effectively Session Aims: To use different

More information

PROBABILITY DISTRIBUTIONS

PROBABILITY DISTRIBUTIONS CHAPTER 3 PROBABILITY DISTRIBUTIONS Page Contents 3.1 Introduction to Probability Distributions 51 3.2 The Normal Distribution 56 3.3 The Binomial Distribution 60 3.4 The Poisson Distribution 64 Exercise

More information

Contents. The Binomial Distribution. The Binomial Distribution The Normal Approximation to the Binomial Left hander example

Contents. The Binomial Distribution. The Binomial Distribution The Normal Approximation to the Binomial Left hander example Contents The Binomial Distribution The Normal Approximation to the Binomial Left hander example The Binomial Distribution When you flip a coin there are only two possible outcomes - heads or tails. This

More information