Continuous Distributions, Mainly the Normal Distribution

Size: px
Start display at page:

Download "Continuous Distributions, Mainly the Normal Distribution"

Transcription

1 Continuous Distributions, Mainly the Normal Distribution 1 Continuous Random Variables STA 281 Fall 2011 Discrete distributions place probability on specific numbers. A Bin(n,p) distribution, for example, has possible values 0, 1,, n and each of these numbers has positive probability of occurring. Some random phenomena, instead of having possible values of a discrete set, can take values in a range. For example, a person s height can be anywhere between 0 and 10 feet tall. It MIGHT be exactly 6 feet, but odds are it s more like feet. It is a mathematical fact that if you have an interval of numbers, you can t place a positive probability on each of them. However, we d still like to talk about the probability a randomly chosen person has a height between 72 and 75 inches. We need another way of expressing probability models for random variables that can take on any value in an interval of the real line. Such random variables are called continuous random variables. Just like discrete random variables, continuous random variables have a set of possible values. However, this set is an interval of numbers (xmin,xmax) instead of a set of numbers like 0, 1,, n. It is possible that xmin=- and/or xmax=. To compute probabilities for continuous random variables, we have a probability density function f(x) defined over the range of possible values. To find the probability of any interval (a,b), integrate the density over that range. Thus ( ) ( ) This idea is similar to adding probabilities for discrete random variables. If X Bin(n=100,p=0.3) and you want P(23 X 26), you compute it by taking P(X=23)+P(X=24)+P(X=25)+P(X=26). This amounts to ( ) ( ) For continuous random variables, integration replaces adding the values together. Not just any f(x) can be a density. Since by integrating densities we are supposed to arrive at probabilities, densities must obey the conditions 1. ( ). Just like any probabilities, the probability of the sample space must be f(x) 0 for all x. If f(x) were negative anywhere, we could integrate in that region and get a negative probability. Since probabilities cannot be negative, densities can t either. One important fact to keep in mind when dealing with densities is that all individual points have 0 probability. Thus, if X is a continuous random variable, P(X=37)=0. Points do not have probability, but intervals do have probability. Example. Let X be a random variable with density f(x)=0.5x over the range 0 x 2. This is a valid density since it is nonnegative over its entire range and ( ). Suppose we wanted to find P(0.2<X<0.6). We just integrate the density over that range 1

2 Notice that, since points have zero probability, P(X=0.2)=0 and P(X=0.6)=0 (similarly any probability involving a single point is zero). You CANNOT just read probabilities off the density, you have to perform the integration. Furthermore, since points don t have any probability, whether you use less than or less than or equal signs doesn t make any difference. For example ( ) ( ) ( ) ( ) Be careful to keep the range in mind when computing probabilities. Continuing with the example, suppose you wanted P(-0.4<X<-0.1). There is no need to perform the integration in this example, since the interval (-0.4,-0.1) is outside the range of X (given to be the interval between 0 and 1). Thus, P(- 0.4<X<-0.1)=0. Also, P(-0.3<X<0.7) must be edited to P(0<X<0.7) before the probability is computed. The interval (-0.3,0) contains no probability by assumption, so we don t need to integrate on that region. In general, look at the probability you are interested in, decide where you need to integrate based on the range of the random variable (don t integrate outside the range!), and only then perform the integration to find the probabilities. 2 Cumulative Distribution Functions We are interested in interval probabilities such as P(a X b). Instead of doing the integration again and again for every a and b, one useful function is the cumulative distribution function, or cdf. Specifically, the cumulative distribution function F(x) is ( ) ( ) ( ) { Notice that we switched the variable of integration from x to t. The variable of integration is irrelevant; we could use any letter we want. However, the variable of integration cannot match the letter used for the boundary of integration. Thus, for the cdf, the boundary of integration involves x and we use t here for the variable of integration. The cdf values outside of (xmin,xmax) are derived simply because X cannot be outside that range. Thus, the probability of being below any value less than xmin is 0 by the definition of xmin, and the probability of being below any value greater than xmax is 1 because the entire range of X is below xmax. To continue our example, reconsider the density f(x)=0.5x for x between 0 and 2. The cdf in that range is The cdf allows us to compute many kinds of probabilities directly, without performing any integration (the integration has been performed ). In particular, 1. P(X x)=f(x) (this is by definition). 2. P(X>x)=1-P(X x)=1-f(x) (this is by the complement rule). Remember that for continuous random variables P(X>x)=P(X x), since points have no probability. 3. P(a<X b)=p(x b)-p(x a)=f(b)-f(a). Again note that for continuous random variables points have no probability, so P(a<X b)= P(a X b)= P(a X<b)= P(a<X<b). 2

3 3 Expected Values and Variances Recall that, for discrete random variables, we had the formulas [ ] ( ), [ ( )] ( ) ( ), and [ ] [( ) ] [ ] ( [ ]). Similar formulas hold for continuous distributions, except that the sums are replaced with integrals, and the P(X=x) is replaced with the density f(x). Specifically [ ] ( ) [ ( )] ( ) ( ) [ ] [( [ ]) ] ( [ ]) ( ) [ ] ( [ ]) ( ) [ ( ) ] In the example with f(x)=0.5x for x (0,2), we find As with discrete distributions, the square root of the variance is called the standard deviation. 4 Normal Distributions 4.1 Introduction A Normal distribution has two parameters, µ and σ 2. The parameter µ is called the mean, and determines the central location of the distribution. The parameter σ 2 is called the variance (σ is the standard deviation) and determines the spread of the distribution. If a random variable X has a normal distribution with mean µ and variance σ 2, then we write X N(µ,σ 2 ). One particular normal, called the standard normal, occurs when µ=0 and σ 2 =1. Usually a random variable with a standard normal distribution is written as Z. The density function f(x) for a normal curve is rather messy. The range of a normal distribution is the entire real line (-, ) and the density is 3

4 ( ) { ( ) } Plotting this results in a bell curve. The expectation and variance of the normal may be found using the integration formulas from Section 3. These integrals result in [ ] { ( ) } [ ] { ( ) } [ ] [ ] ( [ ]) You can find probabilities (in theory!) for the normal distribution using the density f(x) just like any other continuous density. For any numbers a<b, ( ) ( ) The difficulty is that the function f(x) cannot be integrated analytically. This is not to say it s just extremely hard. It s more than that. It just can t be done. The function f(x) does NOT have an antiderivative. Finding antiderivatives is not the only way of computing integrals, however. One can also use numerical integration (such as the trapezoidal rule or Simpson s rule from your calculus classes). At some point, people did this for the standard normal, which has density ( ) The numerical integration was focused at finding the cumulative distribution function of the standard normal, which is ( ) ( ) Recall from the previous sections that knowing the cumulative density functions allows you to compute all kinds of interval probabilities, such as P(Z z), P(Z>z), and P(a<Z b). The numerical results for Φ(z) were typically reported in tables, one of which is available on the course website. Today, we more commonly use computer programs to find answers. We will focus on both approaches in this course. Normal tables provide values of Φ(z) for z between about -3.5 and 3.5. For values of z less than - 3.5, P(Z z) is essentially 0, and for values of z above 3.5, P(Z z) is essentially 1. If you are working problems where z is outside the range of the table, you may substitute 0 or 1 appropriately for Φ(z). If z is not divisible by 0.01, just use the closest z value in the table. For example, if you are trying to find P(Z ), just use P(Z 2.31). Computer programs, by contrast, allow you to put in any number and get an answer, and are thus easier to use and more accurate (surprise!). In R, the command is pnorm(2.3125) Of course, can be replaced with any number. 4

5 The remainder of this document is intended to describe a method for computing probabilities for arbitrary normal random variables (normal random variables without µ=0 and σ 2 =1) using the cdf of the standard normal Φ(z). 4.2 Computing Normal Probabilities and Quantiles Linear Transformations of Normal Distributions Normal distributions are strange in that despite having an ugly looking density and being impossible to integrate, virtually everything else you want to do with them works out nicely (albeit occasionally after a lot of work). One quite useful fact about normal distributions concerns linear transformations. Suppose X N(µ,σ 2 ) and Y=aX+b, so Y is a linear transformation of X. We already know from a previous handout that E[Y]=aE[X]+b=aµ+b and V[Y]=a 2 V[Y]=a 2 σ 2. These facts do not require the normality of X. However, when X is normally distributed, the linear transformation Y=aX+b also has a normal distribution, with the mean and variance given by those same formulas. Thus µy= aµx+b and. This result applies even more generally, since linear combinations of independent normal random variables also have normal distributions. In other words, if ( ) and ( ) with X independent of Y, then W=aX+bY+c also has a normal distribution. Using the formulas for the mean and variance of a linear combination, we find [ ] and (because X and Y are independent) [ ]. We summarize these results in the following theorem: THEOREM (Linear Transformations and Combinations of Normal Random Variables) a) If X N(µX, ) and Y=aX+b, then Y N(aµX+b,a 2 ). b) If ( ), ( ), and X and Y are independent, then W=aX+bY+c N( ). c) In general, if X1,,Xn are all independent, ( ), and W=a1X1+ +anxn+b, then ( ) The most important use of this theorem is the Z transformation, which provides a link between standard normals and any other normal. COROLLARY (Z Transformations) a) If X N(µ,σ 2 ), then Z=(X-µ)/σ N(0,1). b) If Z N(0,1), then X=σZ+µ N(µ,σ 2 ). Z transformations, together with the standard normal cdf Φ(z), allow us to compute interval probabilities for any normal distribution Computing Normal Probabilities and Quantiles Using the Z Table The building block for finding probabilities for any normal distribution is the standard normal cdf Φ(z). Suppose X N(µ,σ 2 ). To find probabilities involving X, we use the Z transformation and then find probabilities in terms of a standard normal. 1. P(X x). Performing some algebra, we find ( ) ( ) ( ) 5

6 Thus, to find P(X x), look up Φ((x-µ)/σ). 2. Recall P(X x)=1-p(x x). 3. P(a X b)=p(x b)-p(x a). A quantile is a percentile expressed as a probability. The 80 th percentile of a distribution, for example, is the point where 80% of the population is beneath that value. This is equivalent to the 0.8 quantile. Similarly, the 30 th percentile is the 0.3 quantile. Suppose Z N(0,1) and we want to find the point z such that P(Z z)=0.4. The margins of a Z-table contain values of z, while the interior of the table contains probabilities. Thus, if you want to find a value of z, you are looking for a value on the margin of the table. The given information, 0.4, is a probability, so you have to find 0.4 in the body of the table. You will find that the closest value to 0.4 in the table is , corresponding to z=(-0.25). To find the quantile of an arbitrary normal X N(µ,σ 2 ), you first have to find the Z-score for the given quantile, and then use the formula X=σZ+µ to convert it back to the original X. For example, suppose X N(µ=50,σ 2 =100) and we want to find the 0.7 quantile. Finding 0.7 in the body of the table, the closest value is , which corresponds to a Z-score of Converting this back to the original scale, we find X=(10)(0.52)+50= Computing Normal Probabilities and Quantiles Using R Although the equations above involving standard normals will work, R provides easier ways of finding normal probabilities that avoid the Z transformation. In addition to pnorm(z) providing P(Z z) for a standard normal Z, you can also just specify the mean and standard deviation. R uses the standard deviation, not the variance, to measure spread for normal distributions. Thus, if X N(5,3), where 3 is the variance, you can find P(X 2) using the R command pnorm(2,5,sqrt(3)) The formulas in the previous section (P(X x)=1-p(x x) and P(a X b)=p(x b)-p(x a)) still apply, so you can find P(X>6) using the command 1- pnorm(6,5,sqrt(3)) and you could find P(1 X 7) using the command pnorm(7,5,sqrt(3))-pnorm(1,5,sqrt(3)) Quantiles in R are also easy to compute. The qnorm command supplies quantiles. Thus, to find the point x such that P(X x)=0.6, just use qnorm(0.6,5,sqrt(3)) Obviously, using the computer is easier and more accurate than using the table. Thus, this is the recommend method. Unfortunately, as computers are unavailable as standard equipment for exams, you still need to learn the Z-table method. In addition, should you decide to take more statistics, understanding the Z-transformation is the foundation of some more advanced theorems. 6

7 4.3 Examples of Finding Probabilities with Normal Tables Let X N(15,3 2 ) a) Find P(X<12.5), P(X>14.2), and P(X=15). b) Find P(3.5<X<16.4) and P(10.4<X<13.6). c) Find c such that P(X<c)=0.05 and d such that P(15-d<X<15+d)=

8 5 Problems 1) Let X be a continuous random variable with density f(x)=1-(x/2) over the range 0 to 2. a) Find the cdf of X. b) What are P(X=0.5), P(X<-1.5), P(X<0.7), P(X>0.2), and P(0.1<X<1.2)? c) What are E[X] and V[X]? 2) Let X N(µ=5,σ 2 =9). a) What are P(X=5), P(X<7), P(X>8), and P(5.2<X 8.6)? b) What is the 0.4 quantile of X? c) Find a central region containing 90% of the probability. 3) Let X be a continuous random variable with density f(x)=x-0.5 for 1<x<2. a) Find P(0<X<1.5). b) Find P(X<4). c) Find the cdf F(x). 4) Let X N(5,4 2 ). Find a) P(X 18). b) P(X<-0.5). c) P(6<X<11). 5) Let X be a continuous random variable with density 2(1-x) over the range (0,1). Find P(X>0.2), E[X], and V[X]. 6) Let X and Y be independent random variables with X N(3,6 2 ) and Y N(-2,3 2 ). Define W=3X- 2Y-1. Find a) the distribution of W. b) P(W=3). c) P(W>40). 7) A student turns in 10 homework assignments over the course of a semester. Suppose scores on each homework are normally distributed with mean 70 and variance 4 2, and assume all homeworks are independent. a) Let Y be the TOTAL number of points on the 10 homework assignments. Find the distribution of Y. b) Let be the AVERAGE number of points on the 10 homework assignments. Find the distribution of. c) Find P( >72). 8) A potential buyer is evaluating two different types of servers. Server A s response times (in ms) are distributed N(24,3 2 ) while server B s response times are distributed N(22,4 2 ). To test the servers, the buyer makes 5 requests to server A and 5 requests to server B. Assume the requests are independent. Let be the mean response time for server A and let be the mean response time for server B. a) Find the distribution of -. b) Find P( > ). 8

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

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

More information

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University The Normal Distribution Alan T. Arnholt Department of Mathematical Sciences Appalachian State University arnholt@math.appstate.edu Spring 2006 R Notes 1 Copyright c 2006 Alan T. Arnholt 2 Continuous Random

More information

ST 371 (IV): Discrete Random Variables

ST 371 (IV): Discrete Random Variables ST 371 (IV): Discrete Random Variables 1 Random Variables A random variable (rv) is a function that is defined on the sample space of the experiment and that assigns a numerical variable to each possible

More information

CURVE FITTING LEAST SQUARES APPROXIMATION

CURVE FITTING LEAST SQUARES APPROXIMATION CURVE FITTING LEAST SQUARES APPROXIMATION Data analysis and curve fitting: Imagine that we are studying a physical system involving two quantities: x and y Also suppose that we expect a linear relationship

More information

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

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

More information

Lesson 20. Probability and Cumulative Distribution Functions

Lesson 20. Probability and Cumulative Distribution Functions Lesson 20 Probability and Cumulative Distribution Functions Recall If p(x) is a density function for some characteristic of a population, then Recall If p(x) is a density function for some characteristic

More information

Random Variables. Chapter 2. Random Variables 1

Random Variables. Chapter 2. Random Variables 1 Random Variables Chapter 2 Random Variables 1 Roulette and Random Variables A Roulette wheel has 38 pockets. 18 of them are red and 18 are black; these are numbered from 1 to 36. The two remaining pockets

More information

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

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

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

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

More information

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

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

More information

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1

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

More information

Notes on Continuous Random Variables

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

More information

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

More information

Important Probability Distributions OPRE 6301

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

More information

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

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

More information

Probability Distributions

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

More information

6 3 The Standard Normal Distribution

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

More information

Lecture 7: Continuous Random Variables

Lecture 7: Continuous Random Variables Lecture 7: Continuous Random Variables 21 September 2005 1 Our First Continuous Random Variable The back of the lecture hall is roughly 10 meters across. Suppose it were exactly 10 meters, and consider

More information

Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1

Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part 1 Department of Civil Engineering-I.I.T. Delhi CEL 899: Environmental Risk Assessment Statistics and Probability Example Part Note: Assume missing data (if any) and mention the same. Q. Suppose X has a normal

More information

WEEK #22: PDFs and CDFs, Measures of Center and Spread

WEEK #22: PDFs and CDFs, Measures of Center and Spread WEEK #22: PDFs and CDFs, Measures of Center and Spread Goals: Explore the effect of independent events in probability calculations. Present a number of ways to represent probability distributions. Textbook

More information

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs Chapter 4. Polynomial and Rational Functions 4.1 Polynomial Functions and Their Graphs A polynomial function of degree n is a function of the form P = a n n + a n 1 n 1 + + a 2 2 + a 1 + a 0 Where a s

More information

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties:

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area under the curve must equal 1. 2. Every point on the curve

More information

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 4: September

More information

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8.

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8. Random variables Remark on Notations 1. When X is a number chosen uniformly from a data set, What I call P(X = k) is called Freq[k, X] in the courseware. 2. When X is a random variable, what I call F ()

More information

The Normal Distribution

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

More information

An Introduction to Basic Statistics and Probability

An Introduction to Basic Statistics and Probability An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

1 Sufficient statistics

1 Sufficient statistics 1 Sufficient statistics A statistic is a function T = rx 1, X 2,, X n of the random sample X 1, X 2,, X n. Examples are X n = 1 n s 2 = = X i, 1 n 1 the sample mean X i X n 2, the sample variance T 1 =

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

Descriptive Statistics and Measurement Scales

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

More information

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

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

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

Lesson 7 Z-Scores and Probability

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

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

Math 1B, lecture 5: area and volume

Math 1B, lecture 5: area and volume Math B, lecture 5: area and volume Nathan Pflueger 6 September 2 Introduction This lecture and the next will be concerned with the computation of areas of regions in the plane, and volumes of regions in

More information

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

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

More information

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem

MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem MATH 10: Elementary Statistics and Probability Chapter 7: The Central Limit Theorem Tony Pourmohamad Department of Mathematics De Anza College Spring 2015 Objectives By the end of this set of slides, you

More information

CALCULATIONS & STATISTICS

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

More information

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions Chapter 4 - Lecture 1 Probability Density Functions and Cumulative Distribution Functions October 21st, 2009 Review Probability distribution function Useful results Relationship between the pdf and the

More information

Math 461 Fall 2006 Test 2 Solutions

Math 461 Fall 2006 Test 2 Solutions Math 461 Fall 2006 Test 2 Solutions Total points: 100. Do all questions. Explain all answers. No notes, books, or electronic devices. 1. [105+5 points] Assume X Exponential(λ). Justify the following two

More information

Chapter 5: Normal Probability Distributions - Solutions

Chapter 5: Normal Probability Distributions - Solutions Chapter 5: Normal Probability Distributions - Solutions Note: All areas and z-scores are approximate. Your answers may vary slightly. 5.2 Normal Distributions: Finding Probabilities If you are given that

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

MEASURES OF VARIATION

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

More information

Solving Rational Equations

Solving Rational Equations Lesson M Lesson : Student Outcomes Students solve rational equations, monitoring for the creation of extraneous solutions. Lesson Notes In the preceding lessons, students learned to add, subtract, multiply,

More information

6.4 Normal Distribution

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

More information

Random variables, probability distributions, binomial random variable

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

More information

Probability. Distribution. Outline

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

More information

College Algebra - MAT 161 Page: 1 Copyright 2009 Killoran

College Algebra - MAT 161 Page: 1 Copyright 2009 Killoran College Algebra - MAT 6 Page: Copyright 2009 Killoran Zeros and Roots of Polynomial Functions Finding a Root (zero or x-intercept) of a polynomial is identical to the process of factoring a polynomial.

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

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

More information

Frequency Distributions

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

More information

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r),

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r), Chapter 0 Key Ideas Correlation, Correlation Coefficient (r), Section 0-: Overview We have already explored the basics of describing single variable data sets. However, when two quantitative variables

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

Data Modeling & Analysis Techniques. Probability & Statistics. Manfred Huber 2011 1

Data Modeling & Analysis Techniques. Probability & Statistics. Manfred Huber 2011 1 Data Modeling & Analysis Techniques Probability & Statistics Manfred Huber 2011 1 Probability and Statistics Probability and statistics are often used interchangeably but are different, related fields

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions Objectives: 1.Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions 2.Find rational zeros of polynomial functions 3.Find conjugate

More information

Stats on the TI 83 and TI 84 Calculator

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

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

Binomial Distribution n = 20, p = 0.3

Binomial Distribution n = 20, p = 0.3 This document will describe how to use R to calculate probabilities associated with common distributions as well as to graph probability distributions. R has a number of built in functions for calculations

More information

8. THE NORMAL DISTRIBUTION

8. THE NORMAL DISTRIBUTION 8. THE NORMAL DISTRIBUTION The normal distribution with mean μ and variance σ 2 has the following density function: The normal distribution is sometimes called a Gaussian Distribution, after its inventor,

More information

Probability Distributions

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

More information

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences

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

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

Linear Programming. Solving LP Models Using MS Excel, 18

Linear Programming. Solving LP Models Using MS Excel, 18 SUPPLEMENT TO CHAPTER SIX Linear Programming SUPPLEMENT OUTLINE Introduction, 2 Linear Programming Models, 2 Model Formulation, 4 Graphical Linear Programming, 5 Outline of Graphical Procedure, 5 Plotting

More information

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON John Burkardt Information Technology Department Virginia Tech http://people.sc.fsu.edu/ jburkardt/presentations/cg lab fem basis tetrahedron.pdf

More information

Basic Proof Techniques

Basic Proof Techniques Basic Proof Techniques David Ferry dsf43@truman.edu September 13, 010 1 Four Fundamental Proof Techniques When one wishes to prove the statement P Q there are four fundamental approaches. This document

More information

Lecture 6: Discrete & Continuous Probability and Random Variables

Lecture 6: Discrete & Continuous Probability and Random Variables Lecture 6: Discrete & Continuous Probability and Random Variables D. Alex Hughes Math Camp September 17, 2015 D. Alex Hughes (Math Camp) Lecture 6: Discrete & Continuous Probability and Random September

More information

The normal approximation to the binomial

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

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

More information

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is. Some Continuous Probability Distributions CHAPTER 6: Continuous Uniform Distribution: 6. Definition: The density function of the continuous random variable X on the interval [A, B] is B A A x B f(x; A,

More information

Normal Distribution as an Approximation to the Binomial Distribution

Normal Distribution as an Approximation to the Binomial Distribution Chapter 1 Student Lecture Notes 1-1 Normal Distribution as an Approximation to the Binomial Distribution : Goals ONE TWO THREE 2 Review Binomial Probability Distribution applies to a discrete random variable

More information

7.6 Approximation Errors and Simpson's Rule

7.6 Approximation Errors and Simpson's Rule WileyPLUS: Home Help Contact us Logout Hughes-Hallett, Calculus: Single and Multivariable, 4/e Calculus I, II, and Vector Calculus Reading content Integration 7.1. Integration by Substitution 7.2. Integration

More information

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20.

Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM. x + 5 = 7 2 + 5-2 = 7-2 5 + (2-2) = 7-2 5 = 5. x + 5-5 = 7-5. x + 0 = 20. Basic numerical skills: EQUATIONS AND HOW TO SOLVE THEM 1. Introduction (really easy) An equation represents the equivalence between two quantities. The two sides of the equation are in balance, and solving

More information

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit?

Question: What is the probability that a five-card poker hand contains a flush, that is, five cards of the same suit? ECS20 Discrete Mathematics Quarter: Spring 2007 Instructor: John Steinberger Assistant: Sophie Engle (prepared by Sophie Engle) Homework 8 Hints Due Wednesday June 6 th 2007 Section 6.1 #16 What is the

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

AP Statistics Solutions to Packet 2

AP Statistics Solutions to Packet 2 AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that

More information

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

More information

Lecture Notes on Polynomials

Lecture Notes on Polynomials Lecture Notes on Polynomials Arne Jensen Department of Mathematical Sciences Aalborg University c 008 Introduction These lecture notes give a very short introduction to polynomials with real and complex

More information

Homework 4 - KEY. Jeff Brenion. June 16, 2004. Note: Many problems can be solved in more than one way; we present only a single solution here.

Homework 4 - KEY. Jeff Brenion. June 16, 2004. Note: Many problems can be solved in more than one way; we present only a single solution here. Homework 4 - KEY Jeff Brenion June 16, 2004 Note: Many problems can be solved in more than one way; we present only a single solution here. 1 Problem 2-1 Since there can be anywhere from 0 to 4 aces, the

More information

Characteristics of Binomial Distributions

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

More information

Pr(X = x) = f(x) = λe λx

Pr(X = x) = f(x) = λe λx Old Business - variance/std. dev. of binomial distribution - mid-term (day, policies) - class strategies (problems, etc.) - exponential distributions New Business - Central Limit Theorem, standard error

More information

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors. The Prime Numbers Before starting our study of primes, we record the following important lemma. Recall that integers a, b are said to be relatively prime if gcd(a, b) = 1. Lemma (Euclid s Lemma). If gcd(a,

More information

Elasticity. I. What is Elasticity?

Elasticity. I. What is Elasticity? Elasticity I. What is Elasticity? The purpose of this section is to develop some general rules about elasticity, which may them be applied to the four different specific types of elasticity discussed in

More information

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm Error Analysis and the Gaussian Distribution In experimental science theory lives or dies based on the results of experimental evidence and thus the analysis of this evidence is a critical part of the

More information

Sample Problems. Practice Problems

Sample Problems. Practice Problems Lecture Notes Quadratic Word Problems page 1 Sample Problems 1. The sum of two numbers is 31, their di erence is 41. Find these numbers.. The product of two numbers is 640. Their di erence is 1. Find these

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes)

Student Outcomes. Lesson Notes. Classwork. Discussion (10 minutes) NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 5 8 Student Outcomes Students know the definition of a number raised to a negative exponent. Students simplify and write equivalent expressions that contain

More information

AP STATISTICS 2010 SCORING GUIDELINES

AP STATISTICS 2010 SCORING GUIDELINES 2010 SCORING GUIDELINES Question 4 Intent of Question The primary goals of this question were to (1) assess students ability to calculate an expected value and a standard deviation; (2) recognize the applicability

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

6.4 Logarithmic Equations and Inequalities

6.4 Logarithmic Equations and Inequalities 6.4 Logarithmic Equations and Inequalities 459 6.4 Logarithmic Equations and Inequalities In Section 6.3 we solved equations and inequalities involving exponential functions using one of two basic strategies.

More information

sample median Sample quartiles sample deciles sample quantiles sample percentiles Exercise 1 five number summary # Create and view a sorted

sample median Sample quartiles sample deciles sample quantiles sample percentiles Exercise 1 five number summary # Create and view a sorted Sample uartiles We have seen that the sample median of a data set {x 1, x, x,, x n }, sorted in increasing order, is a value that divides it in such a way, that exactly half (i.e., 50%) of the sample observations

More information

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X Week 6 notes : Continuous random variables and their probability densities WEEK 6 page 1 uniform, normal, gamma, exponential,chi-squared distributions, normal approx'n to the binomial Uniform [,1] random

More information

MATH 52: MATLAB HOMEWORK 2

MATH 52: MATLAB HOMEWORK 2 MATH 52: MATLAB HOMEWORK 2. omplex Numbers The prevalence of the complex numbers throughout the scientific world today belies their long and rocky history. Much like the negative numbers, complex numbers

More information

ECE302 Spring 2006 HW5 Solutions February 21, 2006 1

ECE302 Spring 2006 HW5 Solutions February 21, 2006 1 ECE3 Spring 6 HW5 Solutions February 1, 6 1 Solutions to HW5 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics

More information

Chapter 4 Online Appendix: The Mathematics of Utility Functions

Chapter 4 Online Appendix: The Mathematics of Utility Functions Chapter 4 Online Appendix: The Mathematics of Utility Functions We saw in the text that utility functions and indifference curves are different ways to represent a consumer s preferences. Calculus can

More information

3.3 Real Zeros of Polynomials

3.3 Real Zeros of Polynomials 3.3 Real Zeros of Polynomials 69 3.3 Real Zeros of Polynomials In Section 3., we found that we can use synthetic division to determine if a given real number is a zero of a polynomial function. This section

More information

Introduction to Hypothesis Testing

Introduction to Hypothesis Testing I. Terms, Concepts. Introduction to Hypothesis Testing A. In general, we do not know the true value of population parameters - they must be estimated. However, we do have hypotheses about what the true

More information

Stat 704 Data Analysis I Probability Review

Stat 704 Data Analysis I Probability Review 1 / 30 Stat 704 Data Analysis I Probability Review Timothy Hanson Department of Statistics, University of South Carolina Course information 2 / 30 Logistics: Tuesday/Thursday 11:40am to 12:55pm in LeConte

More information

Key Concept. Density Curve

Key Concept. Density Curve MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal

More information