IV. The Normal Distribution

Size: px
Start display at page:

Download "IV. The Normal Distribution"

Transcription

1 IV. The Normal Distribution The normal distribution (a.k.a., the Gaussian distribution or bell curve ) is the by far the best known random distribution. It s discovery has had such a far-reaching impact in modeling quantitative phenomenon across the physical, social, and biological sciences that it s founder has even found his way on to a major currency (before the Euro):

2 Utility of the Normal Distribution The normal distribution has such broad applicability in part because phenomenon in the natural world that result from the interaction of many environmental and genetic factors tend to follow the normal distribution (e.g., height, weight, measurable intelligence). the sums and averages of random samples have distributions that look roughly normal as the sample size gets larger, the normal approximation gets better. This result is known as the Central Limit Theorem. As we will discuss later, this applies even to samples of categorical variables!

3 Characteristics of the Normal Distribution σ σ 2σ 2σ 3σ µ 3σ Symmetric (about the mean), unimodal, bell-shaped. If X ~ N(µ,σ 2 ) where µ is the mean and σ 2 is the variance then the density function of X is given by f ( x µ, σ ) = exp{( x µ ) / 2σ }, for < x <. σ 2π Of the subjects in a normally distributed population, 68.3% lie within one standard deviation of the mean, 95.4% lie within 2 s.d. s, and 99.7% lie within 3 s.d. s.

4 Computing Probabilities using the Normal Distribution Recall that for a continuous random variable X with probability density function (pdf) f(x), one cannot compute P(X = x). That is, the pdf does not yield probabilities as does a discrete probability mass function. Technically, for a continuous random variable X, P(X = x) = 0. However, we can compute probabilities over intervals of X that is, the probability that X lies between two numbers a and b is equal to the area under the density curve between a and b, for example: a b

5 Computing Probabilities using the Normal Distribution To this point, we have computed areas under a density curve by using integration. However, since the normal density (i) cannot be integrated in closed form and (ii) is used by researchers with access to modern computing tools, probabilities based on the normal distribution can be obtained using tables or computer software. A normal probability table looks something like what is shown on the last pages of this handout (reproduced from pages of your text). Such a table is based on the standard normal distribution, or the normal distribution with zero mean and variance of 1. Using this table, what is the probability that a randomly sampled N(0,1) variable is less than 1.34? Less than 0.28? Between 2.54 and 1.68? For what x does P(Z < x) = 0.975?

6 Standardizing a N(µ,σ 2 ) Random Variable How do we compute probabilities for a normal distribution with arbitrary mean and variance using a standard normal table? Another unique aspect of the normal distribution is that if we have X ~ N(µ,σ 2 ), then any linear function of X is also normally distributed. That is, if we have Y = a + bx for arbitrary constants a and b, then Y ~ N(a + bµ, b 2 σ 2 ). If we define Z = (X µ)/σ, then (using the notation above) a = µ/σ, and b = 1/σ, so that Z ~ N(0,1). Computing Z is called standardizing X. Once we ve converted X into standard units, we can compute probabilities over intervals of X by using the standard normal or Z distribution.

7 Example IV.A Data from a study of king crabs on Kodiak Island, AK, (carried out by the Alaska Department of Fish and Game) show that male crab length is normally distributed with a mean of mm and a standard deviation of 25.5 mm. What proportion of the male crab population on Kodiak Island is less than 140 mm? What proportion is between 100 and 140 mm? What is the probability that a randomly selected male crab will measure at least 170 mm? What is the 75 th percentile of this population? The 99 th percentile?

8 Sums of Normally Distributed Random Variables Yet another interesting feature of the normal distribution is that sums of normally distributed independent variables are also normally distributed. Suppose we have two independent random variables X 1 and X 2 such that X 1 ~ N(µ 1,σ 12 ), and X 2 ~ N(µ 2,σ 22 ), and we define Y such that Y = c 1 X 1 + c 2 X 2, where c 1 and c 2 are constants. Then Y ~ N(c 1 µ 1 + c 2 µ 2, c 12 σ 12 + c 22 σ 22 ).

9 Distribution of the Sample Mean Recall from our discussion of random variables that if we sample n subjects X 1,,X n at random from a population with an underlying expected value of µ and variance of σ 2, then the expectation of the distribution of the sample mean X is µ, and the variance of X is σ 2 /n. From the previous slide, we can see further that if the sample comes from a normally distributed population then X ~ N( µ, σ 2 / n).

10 Example IV.B Consider again the population of Kodiak crabs discussed in Example IV.A. Suppose that we randomly sample 20 specimens from this population. What is the probability that the sample mean will lie between and mm? Compute an interval centered at the mean µ such that a sample average of 20 male crabs will lie within that interval with 95% probability. What sample size is required to reduce the total width of this interval to 20 mm?

11 The Central Limit Theorem Suppose that we have a sample X 1,X 2,,X n from some distribution with mean µ and variance σ 2. If n is sufficiently large, then the sample mean X ~& N(µ,σ 2 /n). This is true even if the underlying population is not normal the approximation improves for relatively larger n. We refer to this result as the Central Limit Theorem, or CLT. It represents one of the most remarkable results in mathematical statistics. The CLT applies even to samples from some categorical distributions, including the binomial and Poisson distributions.

12 Example IV.C Let s carry out an experiment in order to demonstrate the power of the Central Limit Theorem. Suppose we have a random variable X i that represents the i th flip of a coin, for i = 1,,n. We will assume X i = 1 for heads and X i = 0 for tails. The mass function for X i is given by x P(X i = x) 0 ½ 1 ½ Hence, in this case µ = ½, and σ 2 = ½(1 ½) = ¼. Note that the sample mean X is just the proportion of flips out of n tries that turn up heads.

13 Example IV.C, cont d Note further that the underlying distribution is not at all normal: it s a binary distribution with just two points of probability mass at zero and one. The density of the normal distribution is continuous, unimodal, bell-shaped, symmetric, and has a domain over the entire real line. However, the CLT claims that if n is sufficiently large, the distribution of X will be approximately normal. What will the mean and variance of this distribution be?

14 Example IV.C, cont d Take a coin, and flip it 30 times. Record the results of the flips in order! What is the proportion of your first 10 flips that were heads? What is the proportion of the first 20 flips (the first 10 combined with the second 10) that were heads? What is the proportion of all 30 that were heads?

15 Example IV.C, cont d Stat 3000 Statistics for Scientists and Engineers Plot below the distribution of sample proportions for the whole class, with n = 10:

16 Example IV.C, cont d Stat 3000 Statistics for Scientists and Engineers Plot below the distribution of sample proportions for the whole class, with n = 20:

17 Example IV.C, cont d Stat 3000 Statistics for Scientists and Engineers Plot below the distribution of sample proportions for the whole class, with n = 30:

18 Example IV.C, cont d Answer the following questions: How does the shape of the distribution of the sample proportion change as n gets larger? What is the estimated mean (for the whole class) of the distribution of the sample proportion X when n = 10? When n = 20? When n = 30? What is the estimated variance (for the whole class) of the distribution of the sample proportion X when n = 10? When n = 20? When n = 30? Compare the estimated means and variances to our predictions.

19 Approximating the Binomial and Poisson Distributions In light of the CLT, it s not surprising that the normal distribution can provide a fairly accurate approximation under certain (not necessarily uncommon) circumstances of binomial and Poisson probabilities. Can you explain why? For example, the plots below superimpose normal curves on binomial distributions with different values of n and p. For what sorts of binomial distributions will the normal distribution prove more accurate? n = 10, p = 0.50 n = 10, p = 0.10 n = 100, p = 0.10

20 Example IV.D Stat 3000 Statistics for Scientists and Engineers What are the mean and variance of the number of sunbathing lizards in Example III.E? Use a normal approximation to compute P(X 10), where X represents the number of lizards observed in the sun out of the 60 lizards sampled. Example IV.E What are the mean and variance of the number of ship damage incidents over a period of 5 years in Example III.H? Use a normal approximation to compute the probability that a given ship is damaged at least once during its next 5 years of service. How accurate is the normal approximation in these last two examples?

21 Resources on the Web There are many applets available via the internet that demonstrate the Central Limit Theorem. A simple example using dice is found at You can find a more interesting example at You can also easily access web-based CDF calculators for the normal distribution, as well as for other distributions related to the normal (more on those later). For example, this website computes probabilities for a variety of common distributions:

22 The Chi-Square Distribution A related distribution that we will use later on during this semester is the chi-square distribution. If Z is a standard normal random variable, then Z 2 2 is a chi-square random variable with 1 degree of freedom, or χ 1. The sum of n independent chi-square random variables follows a chisquare distribution with n degrees of freedom, denoted 2 by A chi-square random variable has a range that is nonnegative, and its distribution is positively skewed. For example the pdf for the chi-square distribution with five degrees of freedom looks something like this: χ n.

23 The t Distribution Another distribution related to the normal and one upon which we will heavily rely is the t distribution. If Z is a standard normal random variable, and X 2 is an independent χ n2 random variable, then the random variable Z T = 2 X / n follows a t distribution with n degrees of freedom. A t distribution actually looks quite similar to the standard normal distribution: it s mean is zero, it is unimodal, bell-shaped, and symmetric. One distinction is that the variability of the t distribution is slightly greater than the Z distribution. As n gets very large, however, the t distribution converges to (i.e., is nearly indistinguishable from) a Z distribution.

24 The F Distribution The third related distribution that we will use is the F distribution. If U and V are independent χ n2 and χ m2 random variables, respectively, then the variable F = U V m follows an F distribution with n and m degrees of freedom. We denote this distribution by F n,m. The F distribution has a range that is nonnegative, and its distribution is positively skewed. For example the pdf for the F 5,10 distribution looks something like this: / / n

25 Example IV.F Note that we cannot tabulate the χ 2, t, and F distributions in the same way that we do for the Z distribution there are an infinite number of distributions in each of these families (as many as there are values for the degrees of freedom). Instead of areas under the curve, then, you are given tables in your textbook that contain quantiles from a given χ 2, t, or F distribution. For example, the χ 2 table in the back of your book looks something like what you see on the following slide. Each row corresponds to a value for the degrees of freedom, and each column corresponds to a right tail area. Hence, the upper 95% quantile from the χ distribution is We denote this by. χ 0.05,6

26 Chi-square Table Stat 3000 Statistics for Scientists and Engineers

27 Example IV.F, cont d 2 2 Find the values of χ 0, χ..025, ,11 Find the values of t 0 t..05,15, 0.025, 30 Find the values of F 0 F..05,5,10, 0.10,9, 20

28 In Review Let s take a breath and summarize some very important points. We now have laid a foundation that allows us to describe and analyze data. From this point forward, we will focus on sampling data, and making inferences about the underlying population based on that sample. We denote our sample by X 1, X 2,, X n. The underlying mean for this population is µ and the variance is σ 2. In practice, we are often interested in µ and σ 2, although we don t know what they are. That s why we re gathering the data. We will therefore focus much attention on inferring something about population quantities (such as µ, for example) based on the sampled data.

29 TAKE THESE FACTS WITH YOU! 1. X is a random variable: its distribution has a mean of µ, and a variance of σ 2 /n. 2. If the underlying population is normally distributed, then is normally distributed. X 3. Even if the underlying population is not normally distributed, the Central Limit Theorem tells us that for sufficiently large sample size n, X will be approximately normally distributed.

30 Standard Normal Table Stat 3000 Statistics for Scientists and Engineers

31 Standard Normal Table Stat 3000 Statistics for Scientists and Engineers

IV. The Normal Distribution

IV. The Normal Distribution IV. The Normal Distribution The normal distribution (a.k.a., a the Gaussian distribution or bell curve ) is the by far the best known random distribution. It s discovery has had such a far-reaching impact

More information

II. The Normal Distribution

II. The Normal Distribution II. The Normal Distribution The normal distribution (a.k.a., a the Gaussian distribution or bell curve ) is the by far the best known random distribution. It s discovery has had such a far-reaching impact

More information

Chapter 11 Sampling Distribution. Stat 115

Chapter 11 Sampling Distribution. Stat 115 Chapter 11 Sampling Distribution Stat 115 1 Definition 11.1 : Random Sample (finite population) Suppose we select n distinct elements from a population consisting of N elements, using a particular probability

More information

Week 1 Quantitative Analysis of Financial Markets Distributions A

Week 1 Quantitative Analysis of Financial Markets Distributions A Week 1 Quantitative Analysis of Financial Markets Distributions A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

The t-distribution. Patrick Breheny. October 13. z tests The χ 2 -distribution The t-distribution Summary

The t-distribution. Patrick Breheny. October 13. z tests The χ 2 -distribution The t-distribution Summary Patrick Breheny October 13 Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/25 Introduction Introduction What s wrong with z-tests? So far we ve (thoroughly!) discussed how to carry out hypothesis

More information

Statistical Inference: Estimation and Confidence Intervals Hypothesis Testing

Statistical Inference: Estimation and Confidence Intervals Hypothesis Testing Statistical Inference: Estimation and Confidence Intervals Hypothesis Testing 1 In most statistics problems, we assume that the data have been generated from some unknown probability distribution. We desire

More information

Unit 4 Probability. Dr Mahmoud Alhussami

Unit 4 Probability. Dr Mahmoud Alhussami Unit 4 Probability Dr Mahmoud Alhussami Probability Probability theory developed from the study of games of chance like dice and cards. A process like flipping a coin, rolling a die or drawing a card from

More information

Statistics and Sampling distributions

Statistics and Sampling distributions Statistics and Sampling distributions a statistic is a numerical summary of sample data. It is a rv. The distribution of a statistic is called its sampling distribution. The rv s X 1, X 2,, X n are said

More information

The Normal Distribution

The Normal Distribution The Mary Lindstrom (Adapted from notes provided by Professor Bret Larget) February 10, 2004 Statistics 371 Last modified: February 11, 2004 The The (AKA Gaussian Distribution) is our first distribution

More information

Sampling Distributions of Statistics Corresponds to Chapter 5 of Tamhane and Dunlop

Sampling Distributions of Statistics Corresponds to Chapter 5 of Tamhane and Dunlop Sampling Distributions of Statistics Corresponds to Chapter 5 of Tamhane and Dunlop Slides prepared by Elizabeth Newton (MIT), with some slides by Jacqueline Telford (Johns Hopkins University) 1 Sampling

More information

Statistics and Data Analysis in Geology

Statistics and Data Analysis in Geology Statistics and Data Analysis in Geology 6. Normal Distribution probability plots central limits theorem Dr. Franz J Meyer Earth and Planetary Remote Sensing, University of Alaska Fairbanks 1 2 An Enormously

More information

Special distributions

Special distributions Special distributions August 22, 2017 STAT 101 Class 4 Slide 1 Outline of Topics 1 Motivation 2 Bernoulli and binomial 3 Poisson 4 Uniform 5 Exponential 6 Normal STAT 101 Class 4 Slide 2 What distributions

More information

Will Landau. Feb 28, 2013

Will Landau. Feb 28, 2013 Iowa State University The F Feb 28, 2013 Iowa State University Feb 28, 2013 1 / 46 Outline The F The F Iowa State University Feb 28, 2013 2 / 46 The normal (Gaussian) distribution A random variable X is

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 26, 2018 CS 361: Probability & Statistics Random variables The discrete uniform distribution If every value of a discrete random variable has the same probability, then its distribution is called

More information

ACMS Statistics for Life Sciences. Chapter 13: Sampling Distributions

ACMS Statistics for Life Sciences. Chapter 13: Sampling Distributions ACMS 20340 Statistics for Life Sciences Chapter 13: Sampling Distributions Sampling We use information from a sample to infer something about a population. When using random samples and randomized experiments,

More information

7 Estimation. 7.1 Population and Sample (P.91-92)

7 Estimation. 7.1 Population and Sample (P.91-92) 7 Estimation MATH1015 Biostatistics Week 7 7.1 Population and Sample (P.91-92) Suppose that we wish to study a particular health problem in Australia, for example, the average serum cholesterol level for

More information

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( ) Chapter 4 4.

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( ) Chapter 4 4. UCLA STAT 11 A Applied Probability & Statistics for Engineers Instructor: Ivo Dinov, Asst. Prof. In Statistics and Neurology Teaching Assistant: Christopher Barr University of California, Los Angeles,

More information

The Central Limit Theorem

The Central Limit Theorem The Central Limit Theorem Patrick Breheny September 27 Patrick Breheny University of Iowa Biostatistical Methods I (BIOS 5710) 1 / 31 Kerrich s experiment Introduction 10,000 coin flips Expectation and

More information

Math/Stat 352 Lecture 9. Section 4.5 Normal distribution

Math/Stat 352 Lecture 9. Section 4.5 Normal distribution Math/Stat 352 Lecture 9 Section 4.5 Normal distribution 1 Abraham de Moivre, 1667-1754 Pierre-Simon Laplace (1749 1827) A French mathematician, who introduced the Normal distribution in his book The doctrine

More information

An introduction to biostatistics: part 1

An introduction to biostatistics: part 1 An introduction to biostatistics: part 1 Cavan Reilly September 6, 2017 Table of contents Introduction to data analysis Uncertainty Probability Conditional probability Random variables Discrete random

More information

This does not cover everything on the final. Look at the posted practice problems for other topics.

This does not cover everything on the final. Look at the posted practice problems for other topics. Class 7: Review Problems for Final Exam 8.5 Spring 7 This does not cover everything on the final. Look at the posted practice problems for other topics. To save time in class: set up, but do not carry

More information

Common ontinuous random variables

Common ontinuous random variables Common ontinuous random variables CE 311S Earlier, we saw a number of distribution families Binomial Negative binomial Hypergeometric Poisson These were useful because they represented common situations:

More information

Chapter 7: Theoretical Probability Distributions Variable - Measured/Categorized characteristic

Chapter 7: Theoretical Probability Distributions Variable - Measured/Categorized characteristic BSTT523: Pagano & Gavreau, Chapter 7 1 Chapter 7: Theoretical Probability Distributions Variable - Measured/Categorized characteristic Random Variable (R.V.) X Assumes values (x) by chance Discrete R.V.

More information

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( )

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( ) UCLA STAT 35 Applied Computational and Interactive Probability Instructor: Ivo Dinov, Asst. Prof. In Statistics and Neurology Teaching Assistant: Chris Barr Continuous Random Variables and Probability

More information

a table or a graph or an equation.

a table or a graph or an equation. Topic (8) POPULATION DISTRIBUTIONS 8-1 So far: Topic (8) POPULATION DISTRIBUTIONS We ve seen some ways to summarize a set of data, including numerical summaries. We ve heard a little about how to sample

More information

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

Probability Distributions for Continuous Variables. Probability Distributions for Continuous Variables

Probability Distributions for Continuous Variables. Probability Distributions for Continuous Variables Probability Distributions for Continuous Variables Probability Distributions for Continuous Variables Let X = lake depth at a randomly chosen point on lake surface If we draw the histogram so that the

More information

7 Random samples and sampling distributions

7 Random samples and sampling distributions 7 Random samples and sampling distributions 7.1 Introduction - random samples We will use the term experiment in a very general way to refer to some process, procedure or natural phenomena that produces

More information

STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences. Random Variables

STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences. Random Variables STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences Random Variables Christopher Adolph Department of Political Science and Center for Statistics and the Social Sciences University

More information

CS 5014: Research Methods in Computer Science. Bernoulli Distribution. Binomial Distribution. Poisson Distribution. Clifford A. Shaffer.

CS 5014: Research Methods in Computer Science. Bernoulli Distribution. Binomial Distribution. Poisson Distribution. Clifford A. Shaffer. Department of Computer Science Virginia Tech Blacksburg, Virginia Copyright c 2015 by Clifford A. Shaffer Computer Science Title page Computer Science Clifford A. Shaffer Fall 2015 Clifford A. Shaffer

More information

Introduction and Overview STAT 421, SP Course Instructor

Introduction and Overview STAT 421, SP Course Instructor Introduction and Overview STAT 421, SP 212 Prof. Prem K. Goel Mon, Wed, Fri 3:3PM 4:48PM Postle Hall 118 Course Instructor Prof. Goel, Prem E mail: goel.1@osu.edu Office: CH 24C (Cockins Hall) Phone: 614

More information

1 Probability Distributions

1 Probability Distributions 1 Probability Distributions In the chapter about descriptive statistics sample data were discussed, and tools introduced for describing the samples with numbers as well as with graphs. In this chapter

More information

Standard Normal Curve Areas z

Standard Normal Curve Areas z Table A.3 Standard Normal Curve Areas z.00.01.02.03.04.09-1.2 0.1151 0.1131 0.1112 0.1094 0.1075 0.0985-1.1 0.1357 0.1335 0.1314 0.1292 0.1271 0.1170 1.6 0.9452 0.9463 0.9474 0.9484 0.9495 0.9545 1.7 0.9554

More information

CVE NORMAL DISTRIBUTION

CVE NORMAL DISTRIBUTION CVE 472 Assist. Prof. Dr. Bertuğ Akıntuğ Civil Engineering Program Middle East Technical University Northern Cyprus Campus CVE 472 Statistical Techniques in Hydrology. 1/47 Outline General Normal Distribution

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

Probability Density Functions

Probability Density Functions Probability Density Functions Probability Density Functions Definition Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f (x) such that

More information

Ch. 7 Statistical Intervals Based on a Single Sample

Ch. 7 Statistical Intervals Based on a Single Sample Ch. 7 Statistical Intervals Based on a Single Sample Before discussing the topics in Ch. 7, we need to cover one important concept from Ch. 6. Standard error The standard error is the standard deviation

More information

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables ECE 6010 Lecture 1 Introduction; Review of Random Variables Readings from G&S: Chapter 1. Section 2.1, Section 2.3, Section 2.4, Section 3.1, Section 3.2, Section 3.5, Section 4.1, Section 4.2, Section

More information

Normal Distribution and Central Limit Theorem

Normal Distribution and Central Limit Theorem Normal Distribution and Central Limit Theorem Josemari Sarasola Statistics for Business Josemari Sarasola Normal Distribution and Central Limit Theorem 1 / 13 The normal distribution is the most applied

More information

Random Variables and Their Distributions

Random Variables and Their Distributions Chapter 3 Random Variables and Their Distributions A random variable (r.v.) is a function that assigns one and only one numerical value to each simple event in an experiment. We will denote r.vs by capital

More information

The normal distribution

The normal distribution The normal distribution Patrick Breheny September 29 Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/28 A common histogram shape The normal curve Standardization Location-scale families A histograms

More information

Supporting Australian Mathematics Project. A guide for teachers Years 11 and 12. Probability and statistics: Module 25. Inference for means

Supporting Australian Mathematics Project. A guide for teachers Years 11 and 12. Probability and statistics: Module 25. Inference for means 1 Supporting Australian Mathematics Project 2 3 4 6 7 8 9 1 11 12 A guide for teachers Years 11 and 12 Probability and statistics: Module 2 Inference for means Inference for means A guide for teachers

More information

Lecture 1: August 28

Lecture 1: August 28 36-705: Intermediate Statistics Fall 2017 Lecturer: Siva Balakrishnan Lecture 1: August 28 Our broad goal for the first few lectures is to try to understand the behaviour of sums of independent random

More information

3 Modeling Process Quality

3 Modeling Process Quality 3 Modeling Process Quality 3.1 Introduction Section 3.1 contains basic numerical and graphical methods. familiar with these methods. It is assumed the student is Goal: Review several discrete and continuous

More information

Chapter 18. Sampling Distribution Models. Copyright 2010, 2007, 2004 Pearson Education, Inc.

Chapter 18. Sampling Distribution Models. Copyright 2010, 2007, 2004 Pearson Education, Inc. Chapter 18 Sampling Distribution Models Copyright 2010, 2007, 2004 Pearson Education, Inc. Normal Model When we talk about one data value and the Normal model we used the notation: N(μ, σ) Copyright 2010,

More information

9/19/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1

9/19/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 The aspect of the data we want to describe/measure is relative position z scores tell us how many standard deviations above or below

More information

Homework for 1/13 Due 1/22

Homework for 1/13 Due 1/22 Name: ID: Homework for 1/13 Due 1/22 1. [ 5-23] An irregularly shaped object of unknown area A is located in the unit square 0 x 1, 0 y 1. Consider a random point distributed uniformly over the square;

More information

Stat 704 Data Analysis I Probability Review

Stat 704 Data Analysis I Probability Review 1 / 39 Stat 704 Data Analysis I Probability Review Dr. Yen-Yi Ho Department of Statistics, University of South Carolina A.3 Random Variables 2 / 39 def n: A random variable is defined as a function that

More information

Random variables, Expectation, Mean and Variance. Slides are adapted from STAT414 course at PennState

Random variables, Expectation, Mean and Variance. Slides are adapted from STAT414 course at PennState Random variables, Expectation, Mean and Variance Slides are adapted from STAT414 course at PennState https://onlinecourses.science.psu.edu/stat414/ Random variable Definition. Given a random experiment

More information

Random variables. DS GA 1002 Probability and Statistics for Data Science.

Random variables. DS GA 1002 Probability and Statistics for Data Science. Random variables DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Motivation Random variables model numerical quantities

More information

lim F n(x) = F(x) will not use either of these. In particular, I m keeping reserved for implies. ) Note:

lim F n(x) = F(x) will not use either of these. In particular, I m keeping reserved for implies. ) Note: APPM/MATH 4/5520, Fall 2013 Notes 9: Convergence in Distribution and the Central Limit Theorem Definition: Let {X n } be a sequence of random variables with cdfs F n (x) = P(X n x). Let X be a random variable

More information

Exponential, Gamma and Normal Distribuions

Exponential, Gamma and Normal Distribuions Exponential, Gamma and Normal Distribuions Sections 5.4, 5.5 & 6.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R Random Variables Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R As such, a random variable summarizes the outcome of an experiment

More information

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS EXAM Exam # Math 3342 Summer II, 2 July 2, 2 ANSWERS i pts. Problem. Consider the following data: 7, 8, 9, 2,, 7, 2, 3. Find the first quartile, the median, and the third quartile. Make a box and whisker

More information

STA Why Sampling? Module 6 The Sampling Distributions. Module Objectives

STA Why Sampling? Module 6 The Sampling Distributions. Module Objectives STA 2023 Module 6 The Sampling Distributions Module Objectives In this module, we will learn the following: 1. Define sampling error and explain the need for sampling distributions. 2. Recognize that sampling

More information

z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests

z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests Chapters 3.5.1 3.5.2, 3.3.2 Prof. Tesler Math 283 Fall 2018 Prof. Tesler z and t tests for mean Math

More information

DS-GA 1002 Lecture notes 2 Fall Random variables

DS-GA 1002 Lecture notes 2 Fall Random variables DS-GA 12 Lecture notes 2 Fall 216 1 Introduction Random variables Random variables are a fundamental tool in probabilistic modeling. They allow us to model numerical quantities that are uncertain: the

More information

Introduction to Probability and Statistics (Continued)

Introduction to Probability and Statistics (Continued) Introduction to Probability and Statistics (Continued) Prof. icholas Zabaras Center for Informatics and Computational Science https://cics.nd.edu/ University of otre Dame otre Dame, Indiana, USA Email:

More information

Biostatistics in Dentistry

Biostatistics in Dentistry Biostatistics in Dentistry Continuous probability distributions Continuous probability distributions Continuous data are data that can take on an infinite number of values between any two points. Examples

More information

ACMS Statistics for Life Sciences. Chapter 11: The Normal Distributions

ACMS Statistics for Life Sciences. Chapter 11: The Normal Distributions ACMS 20340 Statistics for Life Sciences Chapter 11: The Normal Distributions Introducing the Normal Distributions The class of Normal distributions is the most widely used variety of continuous probability

More information

CSE 312, 2017 Winter, W.L. Ruzzo. 7. continuous random variables

CSE 312, 2017 Winter, W.L. Ruzzo. 7. continuous random variables CSE 312, 2017 Winter, W.L. Ruzzo 7. continuous random variables The new bit continuous random variables Discrete random variable: values in a finite or countable set, e.g. X {1,2,..., 6} with equal probability

More information

Chapter 4: An Introduction to Probability and Statistics

Chapter 4: An Introduction to Probability and Statistics Chapter 4: An Introduction to Probability and Statistics 4. Probability The simplest kinds of probabilities to understand are reflected in everyday ideas like these: (i) if you toss a coin, the probability

More information

Distributions of Functions of Random Variables. 5.1 Functions of One Random Variable

Distributions of Functions of Random Variables. 5.1 Functions of One Random Variable Distributions of Functions of Random Variables 5.1 Functions of One Random Variable 5.2 Transformations of Two Random Variables 5.3 Several Random Variables 5.4 The Moment-Generating Function Technique

More information

Analysis of Experimental Designs

Analysis of Experimental Designs Analysis of Experimental Designs p. 1/? Analysis of Experimental Designs Gilles Lamothe Mathematics and Statistics University of Ottawa Analysis of Experimental Designs p. 2/? Review of Probability A short

More information

STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots. March 8, 2015

STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots. March 8, 2015 STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots March 8, 2015 The duality between CI and hypothesis testing The duality between CI and hypothesis

More information

ECON Fundamentals of Probability

ECON Fundamentals of Probability ECON 351 - Fundamentals of Probability Maggie Jones 1 / 32 Random Variables A random variable is one that takes on numerical values, i.e. numerical summary of a random outcome e.g., prices, total GDP,

More information

Advanced Herd Management Probabilities and distributions

Advanced Herd Management Probabilities and distributions Advanced Herd Management Probabilities and distributions Anders Ringgaard Kristensen Slide 1 Outline Probabilities Conditional probabilities Bayes theorem Distributions Discrete Continuous Distribution

More information

4.2 Continuous Models

4.2 Continuous Models Ismor Fischer, 8//8 Stat 54 / 4-3 4. Continuous Models Horseshoe Crab (Limulus polyphemus) Not true crabs, but closely related to spiders and scorpions. Living fossils eisted since Carboniferous Period,

More information

Confidence Intervals. Confidence interval for sample mean. Confidence interval for sample mean. Confidence interval for sample mean

Confidence Intervals. Confidence interval for sample mean. Confidence interval for sample mean. Confidence interval for sample mean Confidence Intervals Confidence interval for sample mean The CLT tells us: as the sample size n increases, the sample mean is approximately Normal with mean and standard deviation Thus, we have a standard

More information

Test Problems for Probability Theory ,

Test Problems for Probability Theory , 1 Test Problems for Probability Theory 01-06-16, 010-1-14 1. Write down the following probability density functions and compute their moment generating functions. (a) Binomial distribution with mean 30

More information

Continuous random variables

Continuous random variables Continuous random variables Can take on an uncountably infinite number of values Any value within an interval over which the variable is definied has some probability of occuring This is different from

More information

Business Statistics: A Decision-Making Approach, 6e. Chapter Goals

Business Statistics: A Decision-Making Approach, 6e. Chapter Goals Chapter 4 Student Lecture Notes 4-1 Business Statistics: A Decision-Making Approach 6 th Edition Chapter 4 Using Probability and Probability Distributions Fundamentals of Business Statistics Murali Shanker

More information

Bayesian Inference. STA 121: Regression Analysis Artin Armagan

Bayesian Inference. STA 121: Regression Analysis Artin Armagan Bayesian Inference STA 121: Regression Analysis Artin Armagan Bayes Rule...s! Reverend Thomas Bayes Posterior Prior p(θ y) = p(y θ)p(θ)/p(y) Likelihood - Sampling Distribution Normalizing Constant: p(y

More information

Statistics, Data Analysis, and Simulation SS 2013

Statistics, Data Analysis, and Simulation SS 2013 Statistics, Data Analysis, and Simulation SS 213 8.128.73 Statistik, Datenanalyse und Simulation Dr. Michael O. Distler Mainz, 23. April 213 What we ve learned so far Fundamental

More information

Course information: Instructor: Tim Hanson, Leconte 219C, phone Office hours: Tuesday/Thursday 11-12, Wednesday 10-12, and by appointment.

Course information: Instructor: Tim Hanson, Leconte 219C, phone Office hours: Tuesday/Thursday 11-12, Wednesday 10-12, and by appointment. Course information: Instructor: Tim Hanson, Leconte 219C, phone 777-3859. Office hours: Tuesday/Thursday 11-12, Wednesday 10-12, and by appointment. Text: Applied Linear Statistical Models (5th Edition),

More information

Probability Distributions.

Probability Distributions. Probability Distributions http://www.pelagicos.net/classes_biometry_fa18.htm Probability Measuring Discrete Outcomes Plotting probabilities for discrete outcomes: 0.6 0.5 0.4 0.3 0.2 0.1 NOTE: Area within

More information

8 Laws of large numbers

8 Laws of large numbers 8 Laws of large numbers 8.1 Introduction We first start with the idea of standardizing a random variable. Let X be a random variable with mean µ and variance σ 2. Then Z = (X µ)/σ will be a random variable

More information

continuous random variables

continuous random variables continuous random variables continuous random variables Discrete random variable: takes values in a finite or countable set, e.g. X {1,2,..., 6} with equal probability X is positive integer i with probability

More information

Summarizing Measured Data

Summarizing Measured Data Summarizing Measured Data 12-1 Overview Basic Probability and Statistics Concepts: CDF, PDF, PMF, Mean, Variance, CoV, Normal Distribution Summarizing Data by a Single Number: Mean, Median, and Mode, Arithmetic,

More information

Purposes of Data Analysis. Variables and Samples. Parameters and Statistics. Part 1: Probability Distributions

Purposes of Data Analysis. Variables and Samples. Parameters and Statistics. Part 1: Probability Distributions Part 1: Probability Distributions Purposes of Data Analysis True Distributions or Relationships in the Earths System Probability Distribution Normal Distribution Student-t Distribution Chi Square Distribution

More information

CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS. 6.2 Normal Distribution. 6.1 Continuous Uniform Distribution

CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS. 6.2 Normal Distribution. 6.1 Continuous Uniform Distribution CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS Recall that a continuous random variable X is a random variable that takes all values in an interval or a set of intervals. The distribution of a continuous

More information

Chapter 4 - Lecture 3 The Normal Distribution

Chapter 4 - Lecture 3 The Normal Distribution Chapter 4 - Lecture 3 The October 28th, 2009 Chapter 4 - Lecture 3 The Standard Chapter 4 - Lecture 3 The Standard Normal distribution is a statistical unicorn It is the most important distribution in

More information

11/16/2017. Chapter. Copyright 2009 by The McGraw-Hill Companies, Inc. 7-2

11/16/2017. Chapter. Copyright 2009 by The McGraw-Hill Companies, Inc. 7-2 7 Chapter Continuous Probability Distributions Describing a Continuous Distribution Uniform Continuous Distribution Normal Distribution Normal Approximation to the Binomial Normal Approximation to the

More information

Probability Distribution

Probability Distribution Economic Risk and Decision Analysis for Oil and Gas Industry CE81.98 School of Engineering and Technology Asian Institute of Technology January Semester Presented by Dr. Thitisak Boonpramote Department

More information

MATH 19B FINAL EXAM PROBABILITY REVIEW PROBLEMS SPRING, 2010

MATH 19B FINAL EXAM PROBABILITY REVIEW PROBLEMS SPRING, 2010 MATH 9B FINAL EXAM PROBABILITY REVIEW PROBLEMS SPRING, 00 This handout is meant to provide a collection of exercises that use the material from the probability and statistics portion of the course The

More information

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1 PHP2510: Principles of Biostatistics & Data Analysis Lecture X: Hypothesis testing PHP 2510 Lec 10: Hypothesis testing 1 In previous lectures we have encountered problems of estimating an unknown population

More information

Week 4: Chap. 3 Statistics of Radioactivity

Week 4: Chap. 3 Statistics of Radioactivity Week 4: Chap. 3 Statistics of Radioactivity Vacuum Technology General use of Statistical Distributions in Radiation Measurements -- Fluctuations in Number --- distribution function models -- Fluctuations

More information

Other Continuous Probability Distributions

Other Continuous Probability Distributions CHAPTER Probability, Statistics, and Reliability for Engineers and Scientists Second Edition PROBABILITY DISTRIBUTION FOR CONTINUOUS RANDOM VARIABLES A. J. Clar School of Engineering Department of Civil

More information

Lecture 3. Biostatistics in Veterinary Science. Feb 2, Jung-Jin Lee Drexel University. Biostatistics in Veterinary Science Lecture 3

Lecture 3. Biostatistics in Veterinary Science. Feb 2, Jung-Jin Lee Drexel University. Biostatistics in Veterinary Science Lecture 3 Lecture 3 Biostatistics in Veterinary Science Jung-Jin Lee Drexel University Feb 2, 2015 Review Let S be the sample space and A, B be events. Then 1 P (S) = 1, P ( ) = 0. 2 If A B, then P (A) P (B). In

More information

Probability Distributions Columns (a) through (d)

Probability Distributions Columns (a) through (d) Discrete Probability Distributions Columns (a) through (d) Probability Mass Distribution Description Notes Notation or Density Function --------------------(PMF or PDF)-------------------- (a) (b) (c)

More information

Lecture 2: Review of Probability

Lecture 2: Review of Probability Lecture 2: Review of Probability Zheng Tian Contents 1 Random Variables and Probability Distributions 2 1.1 Defining probabilities and random variables..................... 2 1.2 Probability distributions................................

More information

Statistics, Data Analysis, and Simulation SS 2017

Statistics, Data Analysis, and Simulation SS 2017 Statistics, Data Analysis, and Simulation SS 2017 08.128.730 Statistik, Datenanalyse und Simulation Dr. Michael O. Distler Mainz, 27. April 2017 Dr. Michael O. Distler

More information

Confidence Intervals for Normal Data Spring 2018

Confidence Intervals for Normal Data Spring 2018 Confidence Intervals for Normal Data 18.05 Spring 2018 Agenda Exam on Monday April 30. Practice questions posted. Friday s class is for review (no studio) Today Review of critical values and quantiles.

More information

Confidence Intervals 1

Confidence Intervals 1 Confidence Intervals 1 November 1, 2017 1 HMS, 2017, v1.1 Chapter References Diez: Chapter 4.2 Navidi, Chapter 5.0, 5.1, (Self read, 5.2), 5.3, 5.4, 5.6, not 5.7, 5.8 Chapter References 2 Terminology Point

More information

the law of large numbers & the CLT

the law of large numbers & the CLT the law of large numbers & the CLT Probability/Density 0.000 0.005 0.010 0.015 0.020 n = 4 0.0 0.2 0.4 0.6 0.8 1.0 x-bar 1 sums of random variables If X,Y are independent, what is the distribution of Z

More information

Null Hypothesis Significance Testing p-values, significance level, power, t-tests Spring 2017

Null Hypothesis Significance Testing p-values, significance level, power, t-tests Spring 2017 Null Hypothesis Significance Testing p-values, significance level, power, t-tests 18.05 Spring 2017 Understand this figure f(x H 0 ) x reject H 0 don t reject H 0 reject H 0 x = test statistic f (x H 0

More information

Continuous Random Variables and Continuous Distributions

Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Expectation & Variance of Continuous Random Variables ( 5.2) The Uniform Random Variable

More information

Continuous Probability Distributions

Continuous Probability Distributions Continuous Probability Distributions Called a Probability density function. The probability is interpreted as "area under the curve." 1) The random variable takes on an infinite # of values within a given

More information

7.3 The Chi-square, F and t-distributions

7.3 The Chi-square, F and t-distributions 7.3 The Chi-square, F and t-distributions Ulrich Hoensch Monday, March 25, 2013 The Chi-square Distribution Recall that a random variable X has a gamma probability distribution (X Gamma(r, λ)) with parameters

More information

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 13: Normal Distribution Exponential Distribution Recall that the Normal Distribution is given by an explicit

More information