Statistics 511 Additional Materials

Size: px
Start display at page:

Download "Statistics 511 Additional Materials"

Transcription

1 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 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 section we will move toward combining data (i.e., using more than one data value). As we move toward inference, decision making from data, we will be combining information. However, we must first understand the variable that summarizes 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 section. 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 (will pretend to) know the population (or what is looks like) and we want to know 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. Generating Random Numbers We begin this topic with a section about generating random numbers. To understand the process of obtaining a random 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 set of integers from one to six. If we want to get a set 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. Unfortunately, our textbook does NOT include a table of Random Numbers. 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 in the population determines the labels given 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 Page 1 of 8

2 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 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 in a random location in the table. (One way to start is to close your eyes and place a finger on the table.) Then 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 a row that 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 to handle (from a theoretical aspect). Page 2 of 8

3 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 a Row b 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 consists of units: 11, 14, 18, 19, 26. This is a different sample than the first sample. Suppose the population was students who attend a Stat 215 lab. If we are interested in heights or number of siblings for each student, then we would get a (potentially) 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 label so that we can identify the unit when we take our sample. Random Sampling The key to the idea of random sampling is variability. Each time we sample we, most likely, 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 Page 3 of 8

4 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. Consider the following summaries for the three samples: Sample sample mean, sample standard deviation, s x For all the frogs the population mean is µ x = and the population standard deviation is σ x = There are two important things we can notice from this. First each sample is different. We don t get the same values for the sample statistics each time we take a sample. Second, the sample statistics do not have the same values as the population parameters. 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 usually get different values for the sample mean and sample standard deviation each time we take a sample. Additionally, these values usually 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 statistic, e.g. the values of 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 Page 4 of 8

5 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 of sample means would have parameters 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 values of 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 objects from a set of 5 objects is =10.) 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 Page 5 of 8

6 means was long, then it might be useful to display the sampling distribution of the sample means via a histogram. Note: If our population consists of values for a continuous random variable, then the number of possible samples is infinitely large. 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 as the population 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 the population from which our sample was obtained 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 X 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. This result is similar to Theorem 1, except that it says that by averaging observations from a Normal distribution, the averages will always possess a Normal distribution. Page 6 of 8

7 Let Y be a Normal RV from a population 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 sample mean will be more than 245. Note that is a Normal RV with mean 240 and standard deviation 12/ 18 = So P( >245) = P(Z> ) = P(Z> ) =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 have a Normal distribution 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, etc.), the sampling distribution of the sample mean 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 from a population with mean 40 and standard deviation 5. If we are going to take 50 observations from this distribution, what is the chance that the sample 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) = will 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 Page 7 of 8

8 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) = 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 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 possible values 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 several topics. 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 inferences about the population mean. Notes In the section on normal distributions we used the z-score formula z = x µ x σ x to answer probability questions involving a single random variable X, e.g., P(X > a) or P(X b) or P(a X b). However if we ask a probability question about the sample mean X of several observations we use a different z-score formula. We use the z-score formula z = x µ x = x µ σ x σ n to answer probability questions involving the sample mean X of several observations, e.g., P(X > a) or P(X b) or P(a X b). Page 8 of 8

Sampling Distributions

Sampling Distributions 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1 Introduction. 2 Solving Linear Equations

1 Introduction. 2 Solving Linear Equations 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

(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

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

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

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

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

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

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

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

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

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

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

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

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

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

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

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

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

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

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

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

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

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

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

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

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

Business Statistics. Chapter 6 Review of Normal Probability Distribution QMIS 220. Dr. Mohammad Zainal

Business Statistics. Chapter 6 Review of Normal Probability Distribution QMIS 220. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 6 Review of Normal Probability Distribution QMIS 220 Dr. Mohammad Zainal Chapter Goals After completing this chapter,

More information

Conditional probabilities and graphical models

Conditional probabilities and graphical models Conditional probabilities and graphical models Thomas Mailund Bioinformatics Research Centre (BiRC), Aarhus University Probability theory allows us to describe uncertainty in the processes we model within

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

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

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS The integers are the set 1. Groups, Rings, and Fields: Basic Examples Z := {..., 3, 2, 1, 0, 1, 2, 3,...}, and we can add, subtract, and multiply

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

Chapter 23. Inference About Means

Chapter 23. Inference About Means Chapter 23 Inference About Means 1 /57 Homework p554 2, 4, 9, 10, 13, 15, 17, 33, 34 2 /57 Objective Students test null and alternate hypotheses about a population mean. 3 /57 Here We Go Again Now that

More information

COSC 341 Human Computer Interaction. Dr. Bowen Hui University of British Columbia Okanagan

COSC 341 Human Computer Interaction. Dr. Bowen Hui University of British Columbia Okanagan COSC 341 Human Computer Interaction Dr. Bowen Hui University of British Columbia Okanagan 1 Last Class Introduced hypothesis testing Core logic behind it Determining results significance in scenario when:

More information

Inference for Stochastic Processes

Inference for Stochastic Processes Inference for Stochastic Processes Robert L. Wolpert Revised: June 19, 005 Introduction A stochastic process is a family {X t } of real-valued random variables, all defined on the same probability space

More information

CS 124 Math Review Section January 29, 2018

CS 124 Math Review Section January 29, 2018 CS 124 Math Review Section CS 124 is more math intensive than most of the introductory courses in the department. You re going to need to be able to do two things: 1. Perform some clever calculations to

More information

Independence 1 2 P(H) = 1 4. On the other hand = P(F ) =

Independence 1 2 P(H) = 1 4. On the other hand = P(F ) = Independence Previously we considered the following experiment: A card is drawn at random from a standard deck of cards. Let H be the event that a heart is drawn, let R be the event that a red card is

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

, (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

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

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

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 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

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 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

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

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

Metric-based classifiers. Nuno Vasconcelos UCSD

Metric-based classifiers. Nuno Vasconcelos UCSD Metric-based classifiers Nuno Vasconcelos UCSD Statistical learning goal: given a function f. y f and a collection of eample data-points, learn what the function f. is. this is called training. two major

More information

Probability. Hosung Sohn

Probability. Hosung Sohn Probability Hosung Sohn Department of Public Administration and International Affairs Maxwell School of Citizenship and Public Affairs Syracuse University Lecture Slide 4-3 (October 8, 2015) 1/ 43 Table

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

Lecture 6: Finite Fields

Lecture 6: Finite Fields CCS Discrete Math I Professor: Padraic Bartlett Lecture 6: Finite Fields Week 6 UCSB 2014 It ain t what they call you, it s what you answer to. W. C. Fields 1 Fields In the next two weeks, we re going

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

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

Week 2: Review of probability and statistics

Week 2: Review of probability and statistics Week 2: Review of probability and statistics Marcelo Coca Perraillon University of Colorado Anschutz Medical Campus Health Services Research Methods I HSMP 7607 2017 c 2017 PERRAILLON ALL RIGHTS RESERVED

More information

1 What is the area model for multiplication?

1 What is the area model for multiplication? for multiplication represents a lovely way to view the distribution property the real number exhibit. This property is the link between addition and multiplication. 1 1 What is the area model for multiplication?

More information

COMP6053 lecture: Sampling and the central limit theorem. Markus Brede,

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

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

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

You separate binary numbers into columns in a similar fashion. 2 5 = 32

You separate binary numbers into columns in a similar fashion. 2 5 = 32 RSA Encryption 2 At the end of Part I of this article, we stated that RSA encryption works because it s impractical to factor n, which determines P 1 and P 2, which determines our private key, d, which

More information

3 Multiple Discrete Random Variables

3 Multiple Discrete Random Variables 3 Multiple Discrete Random Variables 3.1 Joint densities Suppose we have a probability space (Ω, F,P) and now we have two discrete random variables X and Y on it. They have probability mass functions f

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

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

the time it takes until a radioactive substance undergoes a decay

the time it takes until a radioactive substance undergoes a decay 1 Probabilities 1.1 Experiments with randomness Wewillusethetermexperimentinaverygeneralwaytorefertosomeprocess that produces a random outcome. Examples: (Ask class for some first) Here are some discrete

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

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

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

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

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

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

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

Take the Anxiety Out of Word Problems

Take the Anxiety Out of Word Problems Take the Anxiety Out of Word Problems I find that students fear any problem that has words in it. This does not have to be the case. In this chapter, we will practice a strategy for approaching word problems

More information

Section 20: Arrow Diagrams on the Integers

Section 20: Arrow Diagrams on the Integers Section 0: Arrow Diagrams on the Integers Most of the material we have discussed so far concerns the idea and representations of functions. A function is a relationship between a set of inputs (the leave

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

P (A) = P (B) = P (C) = P (D) =

P (A) = P (B) = P (C) = P (D) = STAT 145 CHAPTER 12 - PROBABILITY - STUDENT VERSION The probability of a random event, is the proportion of times the event will occur in a large number of repititions. For example, when flipping a coin,

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

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

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

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table.

MA 1125 Lecture 15 - The Standard Normal Distribution. Friday, October 6, Objectives: Introduce the standard normal distribution and table. MA 1125 Lecture 15 - The Standard Normal Distribution Friday, October 6, 2017. Objectives: Introduce the standard normal distribution and table. 1. The Standard Normal Distribution We ve been looking at

More information

Study skills for mathematicians

Study skills for mathematicians PART I Study skills for mathematicians CHAPTER 1 Sets and functions Everything starts somewhere, although many physicists disagree. Terry Pratchett, Hogfather, 1996 To think like a mathematician requires

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

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

Error Correcting Codes Prof. Dr. P. Vijay Kumar Department of Electrical Communication Engineering Indian Institute of Science, Bangalore

Error Correcting Codes Prof. Dr. P. Vijay Kumar Department of Electrical Communication Engineering Indian Institute of Science, Bangalore (Refer Slide Time: 00:15) Error Correcting Codes Prof. Dr. P. Vijay Kumar Department of Electrical Communication Engineering Indian Institute of Science, Bangalore Lecture No. # 03 Mathematical Preliminaries:

More information

A Primer on Statistical Inference using Maximum Likelihood

A Primer on Statistical Inference using Maximum Likelihood A Primer on Statistical Inference using Maximum Likelihood November 3, 2017 1 Inference via Maximum Likelihood Statistical inference is the process of using observed data to estimate features of the population.

More information