Sampling Distributions

Size: px
Start display at page:

Download "Sampling Distributions"

Transcription

1 Sampling Distributions In previous chapters we have discussed taking a single observation from a distribution. More accurately, we looked at the probability of a single variable taking a specific value or range of values. That is, we wanted to know what is the chance that a single variable will be more than 7 or less than 190 or equal to 4. In this chapter we will move toward combining data. As we move toward inference, decision making from data, we will be combining information. However, we must first grasp the variable of collections of data. If we take lots of samples of size one, the distribution of those samples will look like the original distribution. But suppose we take a sample of 10 observations and average them. If we repeated this process, what would the distribution of these averages look like? That is the question we hope to answer in this chapter. Though what we will do in this topic may seem somewhat convoluted, it will help us to understand the behavior of a sample relative to a population. Here we know the population (or what is looks like) and we want to know about how samples behave. Knowing how samples behave will help us later when we only have a sample and we want to draw conclusions or make inferences about the population. 8.1 Generating Random Numbers We begin this chapter with a section of generating random numbers. To understand the process of taking a sample and the variability that is associated with it, we must first know how to take a random sample. One of the hardest ideas in Statistics is the idea of randomness and what is truly random. What we often think of intuitively as random does not meet the criterion that science has set for randomness. Hence the need for generating random numbers. There are several ways to generate random numbers. The simple role of a die is one; however, this only gives a range of values from one to six. If we want to get a range of values that is larger we need to consider another way. One of the most commonly used other ways is the use of a Random Number Table. Our textbook includes a table of Random Numbers, Table 7 on page 520. In order to use such a table, we need to know the size of the population that we wish to draw from. If we want to select one observation from a population of size 58, we ll use a slightly different method than if we want to select one observation from a population of size 9. The outline is this. The number of individuals you are drawing determines the labels give to each unit. The number of digits in each label is set by the following table. Number of individuals Digit in the labels 2 to to to to We select a sample of size 5 from a population consisting of 26 individuals. If I have 26 units, the labels would be as follows. Unit Label Unit Label Unit 1 01 Unit Unit 2 02 Unit Unit 3 03 Unit Unit 4 04 Unit Unit 5 05 Unit Page 1 of 7

2 Unit 6 06 Unit Unit 7 07 Unit Unit 8 08 Unit Unit 9 09 Unit Unit Unit Unit Unit Unit Unit Unit Unit To take numbers from the random number table, begin anywhere in the table. (One way to start is to close your eyes and place a finger on the table.) The begin going left to right across that row taking the number of digits in each label. For example suppose that we started at the beginning of row 6 which looks like Using the example above, we have two-digit labels so we ll take two digits at a time. The first number is 92 which we don t use, since not of our units was assigned that label. Likewise with 41. The next number 24 was assigned a label so it get s used. 08 also will be used. 42(skip), 64(skip), 96(skip), 82(skip), 07 we will use. 01 we will use. 40(skip), 00(skip), 95(skip), 09 we will use. We ll stop there for now. So our sample would contain the following: Unit 01, Unit 07, Unit 08, Unit 09 and Unit 24. If we had reached the end of the row and did not have the five units we needed, we would continue beginning with the next row. One question that may arise is what would have happened if a unit was chosen twice. Looking at row 6 above, if we had continued we d have found 08 showing up twice. There are two possible resolutions. The first,sampling without replacement, is that we would have skipped 08 the second time it arose. As the name implies without replacement means that once a unit is selected it is no longer eligible to be selected again. Sampling with replacement means that we could use a label as many times at it arises in the table. For the most part we will be interested in sampling with replacement, since this is simpler. Another sample using the same units and labels as above. We ll take a sample of size 5 as we did before. We start with: Row Row we will use, 49 (skip), 99(skip) 18(use), 26 (use), 11(use), 63(skip), 74(skip), 29(skip), 96(skip), 14(use). This time our sample is units: 11, 14, 18, 19, 26. This is a different sample. Suppose the population was students who attend a Stat 101 lab. If we re interested in heights or number of siblings for each student, then we would get a different set of 5 values each time we construct a sample. Steps for using a random number table: 1. Label each unit in the population with a label of equal length 2. Pick a starting point in the table. 3. Read off labels from the table until you get the number of units that you need. TIP: It is important to differentiate between the unit that we have selected and the value of a particular variable that that unit represents. Unit 26 won t have 26 siblings. The unit is just a marker so that we can identify the unit when we take our sample. Page 2 of 7

3 Random Sampling The key to the idea of random sampling is variability. Each time we sample we get a different subset of the population. Consider the following population of frogs. Each frog is labeled and a weight measurement is given. Weight is given in grams Unit Label Weight Unit Label Weight Unit Label Weight Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Frog Let X be the RV representing the weight of a frog in grams. Sample 1: Suppose that we took a sample of size 10 using sampling without replacement and got Frogs 2, 3, 14, 25, 27, 29, 30, 34, 40, 48. The weights for those frogs are then x: 142, 183, 145, 124, 184, 193, 131, 147, 175, 182. Sample 2: Suppose that we took another sample of size 10 using sampling without replacement and got Frogs: 5, 9, 12, 14, 16, 18, 21, 24, 29, 44. The weights for those frogs are then x: 134, 122, 200, 145, 156, 147, 136, 158, 193, 139. Sample 3: Suppose that we took another sample of size 10 using sampling without replacement and got Frogs: 4, 5, 13, 23, 24, 27, 33, 40, 43, 46. The weights for those frogs are then x: 129, 134, 140, 149, 158, 184, 154, 175, 149, 129. Page 3 of 7

4 Consider the following summaries for the samples: Sample sample mean, sample standard deviation, s x For all the frogs the mean, µ x = and the standard deviation σ x = There are two important things we can notice from this. First each sample is different. We don t get the same numbers each time we take a sample. Second, the sample values are not the same as the population values. Focusing on the mean, the sample 1 mean is larger than the population mean, while the sample means for samples 2 and 3 are lower than the population mean. Similarly samples 1 and 2 have standard deviations, s x, that are larger than the population standard deviation, σ x, and sample 3 has a standard deviation that is less than the population standard deviation. This is a result of the variability that is present in taking a sample. We get different values for the sample mean and sample standard deviation each time we take a sample. Additionally, these values differ from the population mean and the population standard deviation. Sampling Distributions Definition:A sampling distribution is the collection of all possible values for a sample statistics, e.g. from all possible samples. Using the previous examples with frogs, we could list all possible samples of size 10 and calculate the means for those samples. So we would have sample one mean, sample two mean,, sample 100 mean, etc. through all possible samples of size 10. Then the sampling distribution of the sample mean would all of those possible values. That distribution like the distribution would have summaries that we would use to describe it. We could talk about the mean of that sampling distribution and the standard deviation of that sampling distribution. It is certainly awkward to talk about the mean of the sampling distribution of the sample mean, but we will. This is simply the average of all possible sample means from a certain population. Consider the following population of five units with values y: 3, 4, 5, 8, 10. Sampling without replacement, we the following possible samples. 3, 4, 5 3, 4, 8 3, 4, 10 3, 5, 8 3, 5, 10 3, 8, 10 4, 5, 8 4, 5, 10 4, 8, 10 5, 8, 10 (You might recall that the number of ways we can get 3 things from a list of 5 is =10.) Page 4 of 7

5 We can find the mean of each sample and thus get the sampling distribution of the mean. Sample Mean 3, 4, , 4, , 4, , 5, , 5, , 8, , 5, , 5, , 8, , 8, The sampling distribution for the sample mean (with samples of size 3) is simply the second column of the above table. The mean of this distribution is 6.00 and the standard deviation is These samples were done without replacement. In addition to the summary that we created above, we could create a histogram of the means. It might not be helpful in this case since we only have 10 means. But if the list of all possible sample means was long, then it might be useful to display the sampling distribution of the sample means via a histogram. Central Limit Theorem In the previous section we saw an example of a sampling distribution. In this section we will explore three mathematical results that will be important for the rest of the course. These results give mathematical descriptions for sampling distributions of the mean for any data set. Theorem 1: If X is a RV with mean µ x and standard deviation σ x, then is a RV with mean = µ x and, where n is the number of observations per sample. This means that regardless of the distribution from which the sample was selected, the average,, is a RV with the same mean from which our sample was obtained. The second part says that the standard deviation of the distribution of sample means is the original standard deviation divided by the square root of the number of observations. This implies that the distribution of has a smaller standard deviation than the distribution of X. What is happening is that by averaging, there is less variability in the resulting distribution. The larger values are counterbalanced by smaller values. Note also that if n=1, that is each sample is of size one than has the same distribution as X. Finally it is worth reiterating that Theorem 1 says nothing about the shape of the distribution of either X or. Let X be a RV with mean 18 and standard deviation 3. If I take samples of size 10, then the sampling distribution of will have mean 18 and standard deviation 3/ 10 = Theorem 2: If X is a Normal RV with mean µ x and standard deviation σ x, then is a Normal RV with mean = µ x and, where n is the number of observations per sample. Page 5 of 7

6 This result is similar to Theorem 1, except that it says that by averaging observations from a Normal distribution, we always get a Normal distribution. Let Y be a Normal RV with mean 240 and standard deviation 12. If I take a sample of 18 observations from the distribution of Y and average them, what is the probability that the mean will be more than 245. Well is a Normal RV with mean 240 and standard deviation 12/ 18 = So P( >245) = P(Z> ) = P(Z> ) =P(Z>1.77) = 1-P(Z<1.77) = = Theorem 3: Central Limit Theorem If X is a RV with mean µ x and standard deviation σ x, and n is large (n 30), then is a Normal RV with mean = µ x and, where n is the number of observations per sample. What this result says is that regardless of the distribution we start with (it might be Poisson, it might be Continuous Uniform), the sampling distribution of the average is a Normal distribution if we obtain at least 30 observations. Theorem 3 takes Theorem 1 a step farther, but requires that n 30. If n is large, then we can use the Normal distribution to calculate probabilities associated with X is a RV with mean 40 and standard deviation 5. If we are going to take 50 observations from this distribution, what is the chance that the mean of those 50 observations will be more than 42. Since n>30, we can use the Central Limit Theorem. Thus even though we know nothing about the distribution of X, we know that the distribution of will be a Normal distribution with mean 40 and standard deviation 5/ 50. With this knowledge we can, use the tools of the Normal distribution to calculate the probability we need. P( >42) = P(Z> ) = P(Z > ) = P(Z>2.83) = 1- P(Z<2.83) = = The amount of time it takes a shipment of coal to cross the Bitterroot Mountains from Hamilton, MT to Salmon, ID has a mean of 5.4 hours and a standard deviation of 0.6 hours. What is the probability that the average time of the next 36 shipments will be longer than 5.46 hours? Let Y be the time it takes for a shipment of coal to cross the Bitterroot Mountains. Y has mean 5.4 and standard deviation 0.6. We want to know P( >5.46). Since the number of shipments, 36, that we are averaging is more than 30, we can use the Central Limit Theorem to say that the distribution of will be a Normal distribution with mean 5.4 and standard deviation 0.6/ 36 = 0.1. So P( >5.46) = P(Z> ) = P(Z> ) = P(Z>0.60) = 1-P(Z<0.60) = DARF is a psychometric measurement designed to ascertain the amount of stress that an individual is able to handle. The average score on the DARF is 100 with a standard deviation of 25. The basketball coach at Page 6 of 7

7 Mount Carmel High School in Illinois wants to know the chance that the average score of their 18 players is less than 90. Find that probability. Let F be a score on the DARF. F has a mean of 100 and a standard deviation of 25. We need to find the distribution of. Unfortunately since n = 18, we cannot use the Central Limit Theorem to say that the distribution is Normal. We can say from Theorem 1 that the mean of the distribution of will be 100 and the standard deviation would be 25/ 18. However, we cannot say anything about the shape of the distribution. Therefore we cannot calculate this probability. Some final comments about this topic. First, this topic is really a prelude to the next couple chapters. We need to understand the variability of the sample average when we know the population (or distribution) it came from. The reason for this is that as we move to the next chapter, we will no longer know the mean and standard deviation of the population and we will have to use our knowledge of the behavior of the sample mean to help make summaries of the population mean. Page 7 of 7

Statistics 511 Additional Materials

Statistics 511 Additional Materials Sampling Distributions and Central Limit Theorem In previous topics we have discussed taking a single observation from a distribution. More accurately, we looked at the probability of a single variable

More information

CSCI2244-Randomness and Computation First Exam with Solutions

CSCI2244-Randomness and Computation First Exam with Solutions CSCI2244-Randomness and Computation First Exam with Solutions March 1, 2018 Each part of each problem is worth 5 points. There are actually two parts to Problem 2, since you are asked to compute two probabilities.

More information

Review of the Normal Distribution

Review of the Normal Distribution Sampling and s Normal Distribution Aims of Sampling Basic Principles of Probability Types of Random Samples s of the Mean Standard Error of the Mean The Central Limit Theorem Review of the Normal Distribution

More information

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI Introduction of Data Analytics Prof. Nandan Sudarsanam and Prof. B Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras Module

More information

Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Note 15. Random Variables: Distributions, Independence, and Expectations

Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Note 15. Random Variables: Distributions, Independence, and Expectations EECS 70 Discrete Mathematics and Probability Theory Fall 204 Anant Sahai Note 5 Random Variables: Distributions, Independence, and Expectations In the last note, we saw how useful it is to have a way of

More information

Hi, my name is Dr. Ann Weaver of Argosy University. This WebEx is about something in statistics called z-

Hi, my name is Dr. Ann Weaver of Argosy University. This WebEx is about something in statistics called z- Hi, my name is Dr. Ann Weaver of Argosy University. This WebEx is about something in statistics called z- Scores. I have two purposes for this WebEx, one, I just want to show you how to use z-scores in

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

Discrete Mathematics for CS Spring 2006 Vazirani Lecture 22

Discrete Mathematics for CS Spring 2006 Vazirani Lecture 22 CS 70 Discrete Mathematics for CS Spring 2006 Vazirani Lecture 22 Random Variables and Expectation Question: The homeworks of 20 students are collected in, randomly shuffled and returned to the students.

More information

Statistic: a that can be from a sample without making use of any unknown. In practice we will use to establish unknown parameters.

Statistic: a that can be from a sample without making use of any unknown. In practice we will use to establish unknown parameters. Chapter 9: Sampling Distributions 9.1: Sampling Distributions IDEA: How often would a given method of sampling give a correct answer if it was repeated many times? That is, if you took repeated samples

More information

MITOCW ocw f99-lec30_300k

MITOCW ocw f99-lec30_300k MITOCW ocw-18.06-f99-lec30_300k OK, this is the lecture on linear transformations. Actually, linear algebra courses used to begin with this lecture, so you could say I'm beginning this course again by

More information

THE SAMPLING DISTRIBUTION OF THE MEAN

THE SAMPLING DISTRIBUTION OF THE MEAN THE SAMPLING DISTRIBUTION OF THE MEAN COGS 14B JANUARY 26, 2017 TODAY Sampling Distributions Sampling Distribution of the Mean Central Limit Theorem INFERENTIAL STATISTICS Inferential statistics: allows

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

appstats8.notebook October 11, 2016

appstats8.notebook October 11, 2016 Chapter 8 Linear Regression Objective: Students will construct and analyze a linear model for a given set of data. Fat Versus Protein: An Example pg 168 The following is a scatterplot of total fat versus

More information

CIS 2033 Lecture 5, Fall

CIS 2033 Lecture 5, Fall CIS 2033 Lecture 5, Fall 2016 1 Instructor: David Dobor September 13, 2016 1 Supplemental reading from Dekking s textbook: Chapter2, 3. We mentioned at the beginning of this class that calculus was a prerequisite

More information

Last few slides from last time

Last few slides from last time Last few slides from last time Example 3: What is the probability that p will fall in a certain range, given p? Flip a coin 50 times. If the coin is fair (p=0.5), what is the probability of getting an

More information

MITOCW MITRES_6-007S11lec09_300k.mp4

MITOCW MITRES_6-007S11lec09_300k.mp4 MITOCW MITRES_6-007S11lec09_300k.mp4 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n =

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n = Hypothesis testing I I. What is hypothesis testing? [Note we re temporarily bouncing around in the book a lot! Things will settle down again in a week or so] - Exactly what it says. We develop a hypothesis,

More information

The Gram-Schmidt Process

The Gram-Schmidt Process The Gram-Schmidt Process How and Why it Works This is intended as a complement to 5.4 in our textbook. I assume you have read that section, so I will not repeat the definitions it gives. Our goal is to

More information

MA554 Assessment 1 Cosets and Lagrange s theorem

MA554 Assessment 1 Cosets and Lagrange s theorem MA554 Assessment 1 Cosets and Lagrange s theorem These are notes on cosets and Lagrange s theorem; they go over some material from the lectures again, and they have some new material it is all examinable,

More information

Note: Please use the actual date you accessed this material in your citation.

Note: Please use the actual date you accessed this material in your citation. MIT OpenCourseWare http://ocw.mit.edu 18.06 Linear Algebra, Spring 2005 Please use the following citation format: Gilbert Strang, 18.06 Linear Algebra, Spring 2005. (Massachusetts Institute of Technology:

More information

Cosets and Lagrange s theorem

Cosets and Lagrange s theorem Cosets and Lagrange s theorem These are notes on cosets and Lagrange s theorem some of which may already have been lecturer. There are some questions for you included in the text. You should write the

More information

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 12. Random Variables: Distribution and Expectation

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 12. Random Variables: Distribution and Expectation CS 70 Discrete Mathematics and Probability Theory Fall 203 Vazirani Note 2 Random Variables: Distribution and Expectation We will now return once again to the question of how many heads in a typical sequence

More information

Sampling Distribution Models. Chapter 17

Sampling Distribution Models. Chapter 17 Sampling Distribution Models Chapter 17 Objectives: 1. Sampling Distribution Model 2. Sampling Variability (sampling error) 3. Sampling Distribution Model for a Proportion 4. Central Limit Theorem 5. Sampling

More information

Do students sleep the recommended 8 hours a night on average?

Do students sleep the recommended 8 hours a night on average? BIEB100. Professor Rifkin. Notes on Section 2.2, lecture of 27 January 2014. Do students sleep the recommended 8 hours a night on average? We first set up our null and alternative hypotheses: H0: μ= 8

More information

Probability and Independence Terri Bittner, Ph.D.

Probability and Independence Terri Bittner, Ph.D. Probability and Independence Terri Bittner, Ph.D. The concept of independence is often confusing for students. This brief paper will cover the basics, and will explain the difference between independent

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Natural deduction for truth-functional logic

Natural deduction for truth-functional logic Natural deduction for truth-functional logic Phil 160 - Boston University Why natural deduction? After all, we just found this nice method of truth-tables, which can be used to determine the validity or

More information

Lecture 4: Training a Classifier

Lecture 4: Training a Classifier Lecture 4: Training a Classifier Roger Grosse 1 Introduction Now that we ve defined what binary classification is, let s actually train a classifier. We ll approach this problem in much the same way as

More information

At the start of the term, we saw the following formula for computing the sum of the first n integers:

At the start of the term, we saw the following formula for computing the sum of the first n integers: Chapter 11 Induction This chapter covers mathematical induction. 11.1 Introduction to induction At the start of the term, we saw the following formula for computing the sum of the first n integers: Claim

More information

, (1) e i = ˆσ 1 h ii. c 2016, Jeffrey S. Simonoff 1

, (1) e i = ˆσ 1 h ii. c 2016, Jeffrey S. Simonoff 1 Regression diagnostics As is true of all statistical methodologies, linear regression analysis can be a very effective way to model data, as along as the assumptions being made are true. For the regression

More information

MITOCW watch?v=vjzv6wjttnc

MITOCW watch?v=vjzv6wjttnc MITOCW watch?v=vjzv6wjttnc PROFESSOR: We just saw some random variables come up in the bigger number game. And we're going to be talking now about random variables, just formally what they are and their

More information

Guide to Proofs on Sets

Guide to Proofs on Sets CS103 Winter 2019 Guide to Proofs on Sets Cynthia Lee Keith Schwarz I would argue that if you have a single guiding principle for how to mathematically reason about sets, it would be this one: All sets

More information

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation?

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation? Did You Mean Association Or Correlation? AP Statistics Chapter 8 Be careful not to use the word correlation when you really mean association. Often times people will incorrectly use the word correlation

More information

Lecture 5. 1 Review (Pairwise Independence and Derandomization)

Lecture 5. 1 Review (Pairwise Independence and Derandomization) 6.842 Randomness and Computation September 20, 2017 Lecture 5 Lecturer: Ronitt Rubinfeld Scribe: Tom Kolokotrones 1 Review (Pairwise Independence and Derandomization) As we discussed last time, we can

More information

Instructor (Brad Osgood)

Instructor (Brad Osgood) TheFourierTransformAndItsApplications-Lecture26 Instructor (Brad Osgood): Relax, but no, no, no, the TV is on. It's time to hit the road. Time to rock and roll. We're going to now turn to our last topic

More information

Chapter 18 Sampling Distribution Models

Chapter 18 Sampling Distribution Models Chapter 18 Sampling Distribution Models The histogram above is a simulation of what we'd get if we could see all the proportions from all possible samples. The distribution has a special name. It's called

More information

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

Using R in Undergraduate Probability and Mathematical Statistics Courses. Amy G. Froelich Department of Statistics Iowa State University

Using R in Undergraduate Probability and Mathematical Statistics Courses. Amy G. Froelich Department of Statistics Iowa State University Using R in Undergraduate Probability and Mathematical Statistics Courses Amy G. Froelich Department of Statistics Iowa State University Undergraduate Probability and Mathematical Statistics at Iowa State

More information

MATH 56A SPRING 2008 STOCHASTIC PROCESSES

MATH 56A SPRING 2008 STOCHASTIC PROCESSES MATH 56A SPRING 008 STOCHASTIC PROCESSES KIYOSHI IGUSA Contents 4. Optimal Stopping Time 95 4.1. Definitions 95 4.. The basic problem 95 4.3. Solutions to basic problem 97 4.4. Cost functions 101 4.5.

More information

Stat 20 Midterm 1 Review

Stat 20 Midterm 1 Review Stat 20 Midterm Review February 7, 2007 This handout is intended to be a comprehensive study guide for the first Stat 20 midterm exam. I have tried to cover all the course material in a way that targets

More information

Chapter 06: Analytic Trigonometry

Chapter 06: Analytic Trigonometry Chapter 06: Analytic Trigonometry 6.1: Inverse Trigonometric Functions The Problem As you recall from our earlier work, a function can only have an inverse function if it is oneto-one. Are any of our trigonometric

More information

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for CHAPTER 4 VECTORS Before we go any further, we must talk about vectors. They are such a useful tool for the things to come. The concept of a vector is deeply rooted in the understanding of physical mechanics

More information

MAT Mathematics in Today's World

MAT Mathematics in Today's World MAT 1000 Mathematics in Today's World Last Time We discussed the four rules that govern probabilities: 1. Probabilities are numbers between 0 and 1 2. The probability an event does not occur is 1 minus

More information

Discrete Mathematics and Probability Theory Fall 2012 Vazirani Note 14. Random Variables: Distribution and Expectation

Discrete Mathematics and Probability Theory Fall 2012 Vazirani Note 14. Random Variables: Distribution and Expectation CS 70 Discrete Mathematics and Probability Theory Fall 202 Vazirani Note 4 Random Variables: Distribution and Expectation Random Variables Question: The homeworks of 20 students are collected in, randomly

More information

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction

MAT2342 : Introduction to Applied Linear Algebra Mike Newman, fall Projections. introduction MAT4 : Introduction to Applied Linear Algebra Mike Newman fall 7 9. Projections introduction One reason to consider projections is to understand approximate solutions to linear systems. A common example

More information

LECTURE 15: SIMPLE LINEAR REGRESSION I

LECTURE 15: SIMPLE LINEAR REGRESSION I David Youngberg BSAD 20 Montgomery College LECTURE 5: SIMPLE LINEAR REGRESSION I I. From Correlation to Regression a. Recall last class when we discussed two basic types of correlation (positive and negative).

More information

Steve Smith Tuition: Maths Notes

Steve Smith Tuition: Maths Notes Maths Notes : Discrete Random Variables Version. Steve Smith Tuition: Maths Notes e iπ + = 0 a + b = c z n+ = z n + c V E + F = Discrete Random Variables Contents Intro The Distribution of Probabilities

More information

The Physics of Boomerangs By Darren Tan

The Physics of Boomerangs By Darren Tan The Physics of Boomerangs By Darren Tan Segment 1 Hi! I m the Science Samurai and glad to have you here with me today. I m going to show you today how to make your own boomerang, how to throw it and even

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 16. Random Variables: Distribution and Expectation

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 16. Random Variables: Distribution and Expectation CS 70 Discrete Mathematics and Probability Theory Spring 206 Rao and Walrand Note 6 Random Variables: Distribution and Expectation Example: Coin Flips Recall our setup of a probabilistic experiment as

More information

Linear Least-Squares Data Fitting

Linear Least-Squares Data Fitting CHAPTER 6 Linear Least-Squares Data Fitting 61 Introduction Recall that in chapter 3 we were discussing linear systems of equations, written in shorthand in the form Ax = b In chapter 3, we just considered

More information

Modern Physics notes Spring 2007 Paul Fendley Lecture 27

Modern Physics notes Spring 2007 Paul Fendley Lecture 27 Modern Physics notes Spring 2007 Paul Fendley fendley@virginia.edu Lecture 27 Angular momentum and positronium decay The EPR paradox Feynman, 8.3,.4 Blanton, http://math.ucr.edu/home/baez/physics/quantum/bells

More information

B. Weaver (24-Mar-2005) Multiple Regression Chapter 5: Multiple Regression Y ) (5.1) Deviation score = (Y i

B. Weaver (24-Mar-2005) Multiple Regression Chapter 5: Multiple Regression Y ) (5.1) Deviation score = (Y i B. Weaver (24-Mar-2005) Multiple Regression... 1 Chapter 5: Multiple Regression 5.1 Partial and semi-partial correlation Before starting on multiple regression per se, we need to consider the concepts

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

More information

Chapter 18. Sampling Distribution Models /51

Chapter 18. Sampling Distribution Models /51 Chapter 18 Sampling Distribution Models 1 /51 Homework p432 2, 4, 6, 8, 10, 16, 17, 20, 30, 36, 41 2 /51 3 /51 Objective Students calculate values of central 4 /51 The Central Limit Theorem for Sample

More information

QUADRATICS 3.2 Breaking Symmetry: Factoring

QUADRATICS 3.2 Breaking Symmetry: Factoring QUADRATICS 3. Breaking Symmetry: Factoring James Tanton SETTING THE SCENE Recall that we started our story of symmetry with a rectangle of area 36. Then you would say that the picture is wrong and that

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

More information

Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6.

Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6. Chapter 7 Reading 7.1, 7.2 Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6.112 Introduction In Chapter 5 and 6, we emphasized

More information

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. Calculus: Introduction: Here are my online notes for my Calculus I course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting

More information

The Conditions are Right

The Conditions are Right The Conditions are Right Standards Addressed in this Task MCC9-12.S.CP.2 Understand that two events A and B are independent if the probability of A and B occurring together is the product of their probabilities,

More information

Symbolic Logic Outline

Symbolic Logic Outline Symbolic Logic Outline 1. Symbolic Logic Outline 2. What is Logic? 3. How Do We Use Logic? 4. Logical Inferences #1 5. Logical Inferences #2 6. Symbolic Logic #1 7. Symbolic Logic #2 8. What If a Premise

More information

P1 Chapter 3 :: Equations and Inequalities

P1 Chapter 3 :: Equations and Inequalities P1 Chapter 3 :: Equations and Inequalities jfrost@tiffin.kingston.sch.uk www.drfrostmaths.com @DrFrostMaths Last modified: 26 th August 2017 Use of DrFrostMaths for practice Register for free at: www.drfrostmaths.com/homework

More information

Introduction to Measurement Physics 114 Eyres

Introduction to Measurement Physics 114 Eyres 1 Introduction to Measurement Physics 114 Eyres 6/5/2016 Module 1: Measurement 1 2 Significant Figures Count all non-zero digits Count zeros between non-zero digits Count zeros after the decimal if also

More information

Statistics 1L03 - Midterm #2 Review

Statistics 1L03 - Midterm #2 Review Statistics 1L03 - Midterm # Review Atinder Bharaj Made with L A TEX October, 01 Introduction As many of you will soon find out, I will not be holding the next midterm review. To make it a bit easier on

More information

Lecture 8: A Crash Course in Linear Algebra

Lecture 8: A Crash Course in Linear Algebra Math/CS 120: Intro. to Math Professor: Padraic Bartlett Lecture 8: A Crash Course in Linear Algebra Week 9 UCSB 2014 Qué sed de saber cuánto! Pablo Neruda, Oda a los Números 1 Linear Algebra In the past

More information

Ratios, Proportions, Unit Conversions, and the Factor-Label Method

Ratios, Proportions, Unit Conversions, and the Factor-Label Method Ratios, Proportions, Unit Conversions, and the Factor-Label Method Math 0, Littlefield I don t know why, but presentations about ratios and proportions are often confused and fragmented. The one in your

More information

(Refer Slide Time: 0:21)

(Refer Slide Time: 0:21) Theory of Computation Prof. Somenath Biswas Department of Computer Science and Engineering Indian Institute of Technology Kanpur Lecture 7 A generalisation of pumping lemma, Non-deterministic finite automata

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER / Probability ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 2 MATH00040 SEMESTER 2 2017/2018 DR. ANTHONY BROWN 5.1. Introduction to Probability. 5. Probability You are probably familiar with the elementary

More information

X = X X n, + X 2

X = X X n, + X 2 CS 70 Discrete Mathematics for CS Fall 2003 Wagner Lecture 22 Variance Question: At each time step, I flip a fair coin. If it comes up Heads, I walk one step to the right; if it comes up Tails, I walk

More information

Joint Probability Distributions and Random Samples (Devore Chapter Five)

Joint Probability Distributions and Random Samples (Devore Chapter Five) Joint Probability Distributions and Random Samples (Devore Chapter Five) 1016-345-01: Probability and Statistics for Engineers Spring 2013 Contents 1 Joint Probability Distributions 2 1.1 Two Discrete

More information

Chapter 26: Comparing Counts (Chi Square)

Chapter 26: Comparing Counts (Chi Square) Chapter 6: Comparing Counts (Chi Square) We ve seen that you can turn a qualitative variable into a quantitative one (by counting the number of successes and failures), but that s a compromise it forces

More information

CONTENTS OF DAY 2. II. Why Random Sampling is Important 10 A myth, an urban legend, and the real reason NOTES FOR SUMMER STATISTICS INSTITUTE COURSE

CONTENTS OF DAY 2. II. Why Random Sampling is Important 10 A myth, an urban legend, and the real reason NOTES FOR SUMMER STATISTICS INSTITUTE COURSE 1 2 CONTENTS OF DAY 2 I. More Precise Definition of Simple Random Sample 3 Connection with independent random variables 4 Problems with small populations 9 II. Why Random Sampling is Important 10 A myth,

More information

Against the F-score. Adam Yedidia. December 8, This essay explains why the F-score is a poor metric for the success of a statistical prediction.

Against the F-score. Adam Yedidia. December 8, This essay explains why the F-score is a poor metric for the success of a statistical prediction. Against the F-score Adam Yedidia December 8, 2016 This essay explains why the F-score is a poor metric for the success of a statistical prediction. 1 What is the F-score? From Wikipedia: In statistical

More information

Probability and Statistics

Probability and Statistics Probability and Statistics Kristel Van Steen, PhD 2 Montefiore Institute - Systems and Modeling GIGA - Bioinformatics ULg kristel.vansteen@ulg.ac.be CHAPTER 4: IT IS ALL ABOUT DATA 4a - 1 CHAPTER 4: IT

More information

P (E) = P (A 1 )P (A 2 )... P (A n ).

P (E) = P (A 1 )P (A 2 )... P (A n ). Lecture 9: Conditional probability II: breaking complex events into smaller events, methods to solve probability problems, Bayes rule, law of total probability, Bayes theorem Discrete Structures II (Summer

More information

The topics in this section concern with the first course objective.

The topics in this section concern with the first course objective. 1.1 Systems & Probability The topics in this section concern with the first course objective. A system is one of the most fundamental concepts and one of the most useful and powerful tools in STEM (science,

More information

1 Probabilities. 1.1 Basics 1 PROBABILITIES

1 Probabilities. 1.1 Basics 1 PROBABILITIES 1 PROBABILITIES 1 Probabilities Probability is a tricky word usually meaning the likelyhood of something occuring or how frequent something is. Obviously, if something happens frequently, then its probability

More information

Statistical Inference, Populations and Samples

Statistical Inference, Populations and Samples Chapter 3 Statistical Inference, Populations and Samples Contents 3.1 Introduction................................... 2 3.2 What is statistical inference?.......................... 2 3.2.1 Examples of

More information

Unit 22: Sampling Distributions

Unit 22: Sampling Distributions Unit 22: Sampling Distributions Summary of Video If we know an entire population, then we can compute population parameters such as the population mean or standard deviation. However, we generally don

More information

MATH2206 Prob Stat/20.Jan Weekly Review 1-2

MATH2206 Prob Stat/20.Jan Weekly Review 1-2 MATH2206 Prob Stat/20.Jan.2017 Weekly Review 1-2 This week I explained the idea behind the formula of the well-known statistic standard deviation so that it is clear now why it is a measure of dispersion

More information

Week 8 Hour 1: More on polynomial fits. The AIC

Week 8 Hour 1: More on polynomial fits. The AIC Week 8 Hour 1: More on polynomial fits. The AIC Hour 2: Dummy Variables Hour 3: Interactions Stat 302 Notes. Week 8, Hour 3, Page 1 / 36 Interactions. So far we have extended simple regression in the following

More information

COMP6053 lecture: Sampling and the central limit theorem. Jason Noble,

COMP6053 lecture: Sampling and the central limit theorem. Jason Noble, COMP6053 lecture: Sampling and the central limit theorem Jason Noble, jn2@ecs.soton.ac.uk Populations: long-run distributions Two kinds of distributions: populations and samples. A population is the set

More information

Lecture 18: Simple Linear Regression

Lecture 18: Simple Linear Regression Lecture 18: Simple Linear Regression BIOS 553 Department of Biostatistics University of Michigan Fall 2004 The Correlation Coefficient: r The correlation coefficient (r) is a number that measures the strength

More information

Solution to Proof Questions from September 1st

Solution to Proof Questions from September 1st Solution to Proof Questions from September 1st Olena Bormashenko September 4, 2011 What is a proof? A proof is an airtight logical argument that proves a certain statement in general. In a sense, it s

More information

N H 2 2 NH 3 and 2 NH 3 N H 2

N H 2 2 NH 3 and 2 NH 3 N H 2 Chemical Equilibrium Notes (Chapter 18) So far, we ve talked about all chemical reactions as if they go only in one direction. However, as with many things in life, chemical reactions can go both in the

More information

Hour Exam 1 Average 76.5% (no scaling) Mechanics Lecture 12, Slide 2

Hour Exam 1 Average 76.5% (no scaling) Mechanics Lecture 12, Slide 2 Your Comments This entire prelecture/checkpoint confused me, but especially the double mass but half speed checkpoint. Hey kid in Seat D23, your shoe is untied! Switching reference frames makes this way

More information

STA Module 4 Probability Concepts. Rev.F08 1

STA Module 4 Probability Concepts. Rev.F08 1 STA 2023 Module 4 Probability Concepts Rev.F08 1 Learning Objectives Upon completing this module, you should be able to: 1. Compute probabilities for experiments having equally likely outcomes. 2. Interpret

More information

Introduction to Stochastic Processes

Introduction to Stochastic Processes Stat251/551 (Spring 2017) Stochastic Processes Lecture: 1 Introduction to Stochastic Processes Lecturer: Sahand Negahban Scribe: Sahand Negahban 1 Organization Issues We will use canvas as the course webpage.

More information

(Riemann) Integration Sucks!!!

(Riemann) Integration Sucks!!! (Riemann) Integration Sucks!!! Peyam Ryan Tabrizian Friday, November 8th, 2 Are all functions integrable? Unfortunately not! Look at the handout Solutions to 5.2.67, 5.2.68, we get two examples of functions

More information

2.1 Definition. Let n be a positive integer. An n-dimensional vector is an ordered list of n real numbers.

2.1 Definition. Let n be a positive integer. An n-dimensional vector is an ordered list of n real numbers. 2 VECTORS, POINTS, and LINEAR ALGEBRA. At first glance, vectors seem to be very simple. It is easy enough to draw vector arrows, and the operations (vector addition, dot product, etc.) are also easy to

More information

This chapter covers asymptotic analysis of function growth and big-o notation.

This chapter covers asymptotic analysis of function growth and big-o notation. Chapter 14 Big-O This chapter covers asymptotic analysis of function growth and big-o notation. 14.1 Running times of programs An important aspect of designing a computer programs is figuring out how well

More information

CALCULUS I. Review. Paul Dawkins

CALCULUS I. Review. Paul Dawkins CALCULUS I Review Paul Dawkins Table of Contents Preface... ii Review... 1 Introduction... 1 Review : Functions... Review : Inverse Functions...1 Review : Trig Functions...0 Review : Solving Trig Equations...7

More information

Biostatistics: Correlations

Biostatistics: Correlations Biostatistics: s One of the most common errors we find in the press is the confusion between correlation and causation in scientific and health-related studies. In theory, these are easy to distinguish

More information

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14

PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 PHYSICS 15a, Fall 2006 SPEED OF SOUND LAB Due: Tuesday, November 14 GENERAL INFO The goal of this lab is to determine the speed of sound in air, by making measurements and taking into consideration the

More information

TIME: 45 minutes. LESSON: Curious About Clouds GRADE: 1 st SUMMARY:

TIME: 45 minutes. LESSON: Curious About Clouds GRADE: 1 st SUMMARY: LESSON: Curious About Clouds GRADE: 1 st TIME: 45 minutes SUMMARY: Students will make observations about the weather and sky, listen to a story about weather and discuss it. Students will go outside and

More information

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time.

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. Experiment 2 Reaction Time 2.1 Objectives Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. 2.2 Introduction The purpose of this lab is to demonstrate repeated

More information