Agenda: Questions Chapter 4 so far?

Size: px
Start display at page:

Download "Agenda: Questions Chapter 4 so far?"

Transcription

1 Agenda: Questions Chapter 4 so far? Review Chapter 4. Lecture Go over Homework: Chapt. #, 3 Copyright 6 by D.B. Rowe

2 4. Background Eample: N=5 balls in bucket, select n= with replacement. Population data values:,, 4, 6, P( ) / 5 / 5 4 / 5 6 / 5 8 / 5 5 possible values P()

3 4. Background Eample: N=5 balls in bucket, select n= with replacement. Population data values: ,, 4, 6, 8. (,) (,) (4,) (6,) (8,) (,) (,) (4,) (6,) (8,) (,4) (,4) (4,4) (6,4) (8,4) (,6) (,6) (4,6) (6,6) (8,6) (,8) (,8) (4,8) (6,8) (8,8) 5 possible samples 3

4 4. Background Eample: N=5 balls in bucket, select n= with replacement. Population data values:,, 4, 6, possible values P( ) / 5 / 5 4 / 5 6 / 5 8 / 5 [ P( )] (/ 5) (/ 5) 4(/ 5) 6(/ 5) 8(/ 5) 4 4

5 4. Background Eample: N=5 balls in bucket, select n= with replacement. Population data values:,, 4, 6, possible values P( ) [( ) P( )] / 5 / 5 ( 4) (/ 5) ( 4) (/ 5) 4 / 5 6 / 5 8 / 5 (4 4) (/ 5) (6 4) (/ 5) (8 4) (/ 5) 8 8 5

6 4. Background Eample: N=5, values:,, 4, 6, 8, n= (with replacement). P ( ) / 5 P ( ) / 5 P ( ) 3 / 5 P ( 3) 4 / 5 P ( 4) 5 / 5 P ( 5) 4 / 5 P ( 6) 3 / 5 P ( 7) / 5 P ( 8) / 5 P ( ) Represent this probability distribution with a histogram. 6

7 4. Background Eample: N=5, values:,, 4, 6, 8, n= (with replacement). P( ) (/ 5) ( / 5) (3 / 5) 3(4 / 5) 4(5 / 5) 5(4 / 5) 6(3 / 5) 7( / 5) 8(/ 5) 4 Same as SDSM formula! 4 P ( ) / 5 P ( ) / 5 P ( ) 3 / 5 P ( 3) 4 / 5 P ( 4) 5 / 5 P ( 5) 4 / 5 P ( 6) 3 / 5 P ( 7) / 5 P ( 8) / 5 7

8 4. Background Eample: N=5, values:,, 4, 6, 8, n= (with replacement). ( ) P( ) ( 4) (/ 5) ( 4) ( / 5) 4 ( 4) (3 / 5) (3 4) (4 / 5) (4 4) (5 / 5) (5 4) (4 / 5) (6 4) (3 / 5) (7 4) ( / 5) (8 4) (/ 5) Same as SDSM formula! n P ( ) / 5 P ( ) / 5 P ( ) 3 / 5 P ( 3) 4 / 5 P ( 4) 5 / 5 P ( 5) 4 / 5 P ( 6) 3 / 5 P ( 7) / 5 P ( 8) / 5 8

9 Chapter (Continued) Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science 9

10 4. The Central Limit Theorem (CLT) Assume that we have a population with mean μ and standard deviation σ. If we take random samples of size n with replacement, for large n, the distribution of the sample means is approimately normally distributed with X, X n where in general n 3 is sufficiently large.

11 4. The Central Limit Theorem The CLT is important because later in the course we are going to make probability statements about the population mean μ based upon a sample of data,..., n and a single sample mean. We won t know what distribution the individual observations come from, but we will know by the CLT that the mean is approimately normal, X N n ~ (, / ) X X.

12 4. The Central Limit Theorem Book goes through three continuous data eamples. Generate data,..., n, for n=5, 5, 3, and 5. Uniform distribution, [a=,b=]. Gamma distribution, [α=,β=] Normal distribution, [μ=,σ=] f( ) b a a b e f( ) ( ) f( ) e

13 4. The Central Limit Theorem Not comperable eamples. Should have same σ. Ignore second, change σ on third. Book goes through three continuous data eamples. Generate data,..., n, for n=5, 5, 3, and 5. Uniform distribution, [a=,b=]. Gamma distribution, [α=,β=] Normal distribution, [μ=,σ=] 57.7 f( ) μ =, σ =57.7 f( ) f( ) b a a b e ( ) e 3

14 4. The Central Limit Theorem According to CLT, if we had a sample,..., n of size n=,, 3, 4, 5, 5, 3, and 5 from Uniform distribution, [a=,b=]. Sample Size, n Mean, SD, X X b b a a f( ) a b b a f ( ) d b a ( b a) ( ) f ( ) d 4

15 4. The Central Limit Theorem According to CLT, if we had a sample,..., n of size n=,, 3, 4, 5, 5, 3, and 5 from Normal distribution, [μ=,σ=(-)/ ] Sample Size, n Mean, SD, X X f( ) f ( ) d e ( ) f ( ) d 5

16 4. The Central Limit Theorem I wrote a program to generate n million observations,..., n from the Uniform [a=,b=] and Normal [μ=,σ=57.7] distributions, for n=,, 3, 4, 5, 5, 3, and 5. i.e. n=5, 5 6 Groups of n=5 Mean of groups,, 3, 4, data sets of Uniform and Normal , 7 8, 9, ,.,.,., s Histogram of 's 6

17 4. The Central Limit Theorem I wrote a program to make one million means for n=,, 3, 4, 5, 5, 3, and 5. Sample Size n,..., 6 Mean Mean U Mean N SD SD U SD N X X s s 7

18 4. The Central Limit Theorem Made Figures Analogous to Book Figures.5 5 Uniform.5 5 n=5 n=5 n=3 n= So what! How does this compare if data were actually from a normal population. 8

19 4. The Central Limit Theorem Made Figures Analogous to Book Figures.5 5 Uniform.5 5 n=5 n=5 n=3 n= Normal n=5 n=5 n=3 n=

20 4. The Central Limit Theorem Made Figures Analogous to Book Figures Uniform vs. Normal This is not the whole story. There is actually more to it!

21 4. The Central Limit Theorem n= 6 observations observations are uniform 6 5 observations are normal

22 4. The Central Limit Theorem n= 6 observations observations are uniform. observations are normal

23 4. The Central Limit Theorem n=3 3 6 observations observations are uniform.5 observations are normal

24 4. The Central Limit Theorem n=4 4 6 observations observations are uniform.5 observations are normal

25 4. The Central Limit Theorem n=5 5 6 observations observations are uniform 3.5 observations are normal

26 4. The Central Limit Theorem n=5 5 6 observations observations are uniform observations are normal

27 4. The Central Limit Theorem n=3 3 6 observations observations are uniform.5 observations are normal

28 4. The Central Limit Theorem n=5 5 6 observations observations are uniform 3.5 observations are normal

29 4. The Central Limit Theorem n= 6 means Histogram of means from uniform Histogram of means from normal

30 4. The Central Limit Theorem n= 6 means Histogram of means from uniform Histogram of means from normal

31 4. The Central Limit Theorem n=3 6 means Histogram of means from uniform Histogram of means from normal

32 4. The Central Limit Theorem n=4 6 means Histogram of means from uniform Histogram of means from normal

33 4. The Central Limit Theorem n=5 6 means Histogram of means from uniform Histogram of means from normal

34 4. The Central Limit Theorem n=5 6 means Histogram of means from uniform Histogram of means from normal

35 4. The Central Limit Theorem n=3 6 means Histogram of means from uniform Histogram of means from normal

36 4. The Central Limit Theorem n=5 6 means Histogram of means from uniform Histogram of means from normal

37 4. The Central Limit Theorem (CLT) With a population mean μ and standard deviation σ. Random samples of size n with replacement, for large n, the distribution of the sample means quickly becomes normally distributed with X, X n Book says n 3 is sufficiently large but much less is fine! 37

38 4. The Central Limit Theorem (CLT) Eample: Applying the CLT with a μ = and σ=. Assume that we take a random sample of size n=5. What is P(99 X )? By the CLT, X, X n. 38

39 4. The Central Limit Theorem (CLT) Eample: For X 99: 99 Z / 5.5 For X : Z /

40 4. The Central Limit Theorem (CLT) Eample: So, P(99 X ) P(.5 Z 3) Using table B., P(.5 Z 3) = - 4

41 Questions? Homework: Chapter 4 #, 3, 7, 9 4

Class 15. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 15. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 15 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 17 by D.B. Rowe 1 Agenda: Recap Chapter 7.1 7. Lecture Chapter 7. Discussion of Chapters Problem Solving

More information

Class 19. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 19. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 19 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 2017 by D.B. Rowe 1 Agenda: Recap Chapter 8.3-8.4 Lecture Chapter 8.5 Go over Exam. Problem Solving

More information

Class 24. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 24. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 4 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 013 by D.B. Rowe 1 Agenda: Recap Chapter 9. and 9.3 Lecture Chapter 10.1-10.3 Review Exam 6 Problem Solving

More information

Chapter 6: Large Random Samples Sections

Chapter 6: Large Random Samples Sections Chapter 6: Large Random Samples Sections 6.1: Introduction 6.2: The Law of Large Numbers Skip p. 356-358 Skip p. 366-368 Skip 6.4: The correction for continuity Remember: The Midterm is October 25th in

More information

Business Statistics: A Decision-Making Approach 6 th Edition. Chapter Goals

Business Statistics: A Decision-Making Approach 6 th Edition. Chapter Goals Chapter 6 Student Lecture Notes 6-1 Business Statistics: A Decision-Making Approach 6 th Edition Chapter 6 Introduction to Sampling Distributions Chap 6-1 Chapter Goals To use information from the sample

More information

Marquette University MATH 1700 Class 5 Copyright 2017 by D.B. Rowe

Marquette University MATH 1700 Class 5 Copyright 2017 by D.B. Rowe Class 5 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 2017 by D.B. Rowe 1 Agenda: Recap Chapter 3.2-3.3 Lecture Chapter 4.1-4.2 Review Chapter 1 3.1 (Exam

More information

Math Review. Daniel B. Rowe, Ph.D. Professor Department of Mathematics, Statistics, and Computer Science. Copyright 2018 by D.B.

Math Review. Daniel B. Rowe, Ph.D. Professor Department of Mathematics, Statistics, and Computer Science. Copyright 2018 by D.B. Math Review Daniel B. Rowe, Ph.D. Professor Department of Mathematics, Statistics, and Computer Science Copyright 2018 by 1 Outline Differentiation Definition Analytic Approach Numerical Approach Integration

More information

Agenda: Recap. Lecture. Chapter 12. Homework. Chapt 12 #1, 2, 3 SAS Problems 3 & 4 by hand. Marquette University MATH 4740/MSCS 5740

Agenda: Recap. Lecture. Chapter 12. Homework. Chapt 12 #1, 2, 3 SAS Problems 3 & 4 by hand. Marquette University MATH 4740/MSCS 5740 Ageda: Recap. Lecture. Chapter Homework. Chapt #,, 3 SAS Problems 3 & 4 by had. Copyright 06 by D.B. Rowe Recap. 6: Statistical Iferece: Procedures for μ -μ 6. Statistical Iferece Cocerig μ -μ Recall yes

More information

Lecture 2e Row Echelon Form (pages 73-74)

Lecture 2e Row Echelon Form (pages 73-74) Lecture 2e Row Echelon Form (pages 73-74) At the end of Lecture 2a I said that we would develop an algorithm for solving a system of linear equations, and now that we have our matrix notation, we can proceed

More information

Reminders. Homework due tomorrow Quiz tomorrow

Reminders. Homework due tomorrow Quiz tomorrow Reminders Homework due tomorrow Quiz tomorrow 1 Warm Up - ACT Math Scores Distribution of ACT Math Scores Density 0 5 10 15 20 25 30 35 scores What percent of scores are between 12 and 24? Options: 38%,

More information

MA 3280 Lecture 05 - Generalized Echelon Form and Free Variables. Friday, January 31, 2014.

MA 3280 Lecture 05 - Generalized Echelon Form and Free Variables. Friday, January 31, 2014. MA 3280 Lecture 05 - Generalized Echelon Form and Free Variables Friday, January 31, 2014. Objectives: Generalize echelon form, and introduce free variables. Material from Section 3.5 starting on page

More information

CHAPTER 7 THE SAMPLING DISTRIBUTION OF THE MEAN. 7.1 Sampling Error; The need for Sampling Distributions

CHAPTER 7 THE SAMPLING DISTRIBUTION OF THE MEAN. 7.1 Sampling Error; The need for Sampling Distributions CHAPTER 7 THE SAMPLING DISTRIBUTION OF THE MEAN 7.1 Sampling Error; The need for Sampling Distributions Sampling Error the error resulting from using a sample characteristic (statistic) to estimate a population

More information

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal

Econ 6900: Statistical Problems. Instructor: Yogesh Uppal Econ 6900: Statistical Problems Instructor: Yogesh Uppal Email: yuppal@ysu.edu Chapter 7, Part A Sampling and Sampling Distributions Simple Random Sampling Point Estimation Introduction to Sampling Distributions

More information

M 340L CS Homework Set 1

M 340L CS Homework Set 1 M 340L CS Homework Set 1 Solve each system in Problems 1 6 by using elementary row operations on the equations or on the augmented matri. Follow the systematic elimination procedure described in Lay, Section

More information

Lecture 27. DATA 8 Spring Sample Averages. Slides created by John DeNero and Ani Adhikari

Lecture 27. DATA 8 Spring Sample Averages. Slides created by John DeNero and Ani Adhikari DATA 8 Spring 2018 Lecture 27 Sample Averages Slides created by John DeNero (denero@berkeley.edu) and Ani Adhikari (adhikari@berkeley.edu) Announcements Questions for This Week How can we quantify natural

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Lesson 6 Eponential and Logarithmic Fu tions Lesson 6 Eponential and Logarithmic Functions Eponential functions are of the form y = a where a is a constant greater than zero and not equal to one and is

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

The Normal Distribution. MDM4U Unit 6 Lesson 2

The Normal Distribution. MDM4U Unit 6 Lesson 2 The Normal Distribution MDM4U Unit 6 Lesson 2 Normal Distributions Many data sets display similar characteristics The normal distribution is a way of describing a certain kind of "ideal" data set Although

More information

Summarizing Measured Data

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

More information

Section B. The Theoretical Sampling Distribution of the Sample Mean and Its Estimate Based on a Single Sample

Section B. The Theoretical Sampling Distribution of the Sample Mean and Its Estimate Based on a Single Sample This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

22A-2 SUMMER 2014 LECTURE Agenda

22A-2 SUMMER 2014 LECTURE Agenda 22A-2 SUMMER 204 LECTURE 2 NATHANIEL GALLUP The Dot Product Continued Matrices Group Work Vectors and Linear Equations Agenda 2 Dot Product Continued Angles between vectors Given two 2-dimensional vectors

More information

Week 11 Sample Means, CLT, Correlation

Week 11 Sample Means, CLT, Correlation Week 11 Sample Means, CLT, Correlation Slides by Suraj Rampure Fall 2017 Administrative Notes Complete the mid semester survey on Piazza by Nov. 8! If 85% of the class fills it out, everyone will get a

More information

Business Statistics. Lecture 5: Confidence Intervals

Business Statistics. Lecture 5: Confidence Intervals Business Statistics Lecture 5: Confidence Intervals Goals for this Lecture Confidence intervals The t distribution 2 Welcome to Interval Estimation! Moments Mean 815.0340 Std Dev 0.8923 Std Error Mean

More information

Chapter 2: Elements of Probability Continued

Chapter 2: Elements of Probability Continued MSCS6 Chapter : Elements of Probability Continued Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 7 by MSCS6 Agenda.7 Chebyshev s Inequality and the law of Large

More information

Stat 101: Lecture 12. Summer 2006

Stat 101: Lecture 12. Summer 2006 Stat 101: Lecture 12 Summer 2006 Outline Answer Questions More on the CLT The Finite Population Correction Factor Confidence Intervals Problems More on the CLT Recall the Central Limit Theorem for averages:

More information

STAT Lecture Slides Variability in Estimates & Central Limit Theorem. Yibi Huang Department of Statistics University of Chicago

STAT Lecture Slides Variability in Estimates & Central Limit Theorem. Yibi Huang Department of Statistics University of Chicago STAT 22000 Lecture Slides Variability in Estimates & Central Limit Theorem Yibi Huang Department of Statistics University of Chicago Outline This set of slides covers section 4.1 and 4.4 in the text, which

More information

Lecture 7: Confidence interval and Normal approximation

Lecture 7: Confidence interval and Normal approximation Lecture 7: Confidence interval and Normal approximation 26th of November 2015 Confidence interval 26th of November 2015 1 / 23 Random sample and uncertainty Example: we aim at estimating the average height

More information

Math M111: Lecture Notes For Chapter 10

Math M111: Lecture Notes For Chapter 10 Math M: Lecture Notes For Chapter 0 Sections 0.: Inverse Function Inverse function (interchange and y): Find the equation of the inverses for: y = + 5 ; y = + 4 3 Function (from section 3.5): (Vertical

More information

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal Econ 3790: Business and Economics Statistics Instructor: Yogesh Uppal Email: yuppal@ysu.edu Chapter 7, Part A Sampling and Sampling Distributions Simple Random Sampling Point Estimation Introduction to

More information

CE 601: Numerical Methods Lecture 7. Course Coordinator: Dr. Suresh A. Kartha, Associate Professor, Department of Civil Engineering, IIT Guwahati.

CE 601: Numerical Methods Lecture 7. Course Coordinator: Dr. Suresh A. Kartha, Associate Professor, Department of Civil Engineering, IIT Guwahati. CE 60: Numerical Methods Lecture 7 Course Coordinator: Dr. Suresh A. Kartha, Associate Professor, Department of Civil Engineering, IIT Guwahati. Drawback in Elimination Methods There are various drawbacks

More information

5.6 Asymptotes; Checking Behavior at Infinity

5.6 Asymptotes; Checking Behavior at Infinity 5.6 Asymptotes; Checking Behavior at Infinity checking behavior at infinity DEFINITION asymptote In this section, the notion of checking behavior at infinity is made precise, by discussing both asymptotes

More information

The Central Limit Theorem

The Central Limit Theorem Introductory Statistics Lectures The Central Limit Theorem Sampling distributions Department of Mathematics Pima Community College Redistribution of this material is prohibited without written permission

More information

Homework on Rational Functions - Solutions

Homework on Rational Functions - Solutions Homework on Rational Functions - Solutions Group Work 1 Consider f () = 1. Answer the questions below, eplain your answers. 1. What is the domain of f? f is a fraction, hence to be defined, its denominator

More information

Matrix multiplications that do row operations

Matrix multiplications that do row operations May 6, 204 Matrix multiplications that do row operations page Matrix multiplications that do row operations Introduction We have yet to justify our method for finding inverse matrices using row operations:

More information

Today s Agenda. Upcoming Homework What to study for Exam 2 Section 4.1: Maximum and Minimum Values

Today s Agenda. Upcoming Homework What to study for Exam 2 Section 4.1: Maximum and Minimum Values Today s Agenda Upcoming Homework What to study for Exam 2 Section 4.1: Maximum and Minimum Values Lindsey K. Gamard, ASU SoMSS MAT 265: Calculus for Engineers I Monday, 26 October 2015 1 / 10 Upcoming

More information

The normal distribution

The normal distribution The normal distribution Patrick Breheny March 3 Patrick Breheny to Biostatistics (BIOS 4120) 1/25 A common histogram shape Histograms of infant mortality rates, heights, and cholesterol levels: Africa

More information

where is a constant other than ( and ) and

where is a constant other than ( and ) and Section 12.1: EXPONENTIAL FUNCTIONS When you are done with your homework you should be able to Evaluate eponential functions Graph eponential functions Evaluate functions with base e Use compound interest

More information

Lesson 5.1 Exercises, pages

Lesson 5.1 Exercises, pages Lesson 5.1 Eercises, pages 346 352 A 4. Use the given graphs to write the solutions of the corresponding quadratic inequalities. a) 2 2-8 - 10 < 0 The solution is the values of for which y

More information

You evaluated powers. You will simplify expressions involving powers. Consider what happens when you multiply two powers that have the same base:

You evaluated powers. You will simplify expressions involving powers. Consider what happens when you multiply two powers that have the same base: TEKS.1 a.1, 2A.2.A Before Now Use Properties of Eponents You evaluated powers. You will simplify epressions involving powers. Why? So you can compare the volumes of two stars, as in Eample. Key Vocabulary

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

Density Curves & Normal Distributions

Density Curves & Normal Distributions Density Curves & Normal Distributions Sections 4.1 & 4.2 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Linear Equation Definition Any equation that is equivalent to the following format a a ann b (.) where,,, n are unknown variables and a, a,, an, b are known numbers (the so

More information

Cratering Pre-Lab. 1.) How are craters produced? 2.) How do you expect the size of a crater to depend on the kinetic energy of an impactor?

Cratering Pre-Lab. 1.) How are craters produced? 2.) How do you expect the size of a crater to depend on the kinetic energy of an impactor? Cratering Pre-Lab 1.) How are craters produced? 2.) How do you expect the size of a crater to depend on the kinetic energy of an impactor? 3.) What are the units of kinetic energy that you will use in

More information

1,1 1,2 1,3 1,4 1,5 1,6 2,1 2,2 2,3 2,4 2,5 2,6 3,1 3,2 3,3 3,4 3,5 3,6 4,1 4,2 4,3 4,4 4,5 4,6 5,1 5,2 5,3 5,4 5,5 5,6 6,1 6,2 6,3 6,4 6,5 6,6

1,1 1,2 1,3 1,4 1,5 1,6 2,1 2,2 2,3 2,4 2,5 2,6 3,1 3,2 3,3 3,4 3,5 3,6 4,1 4,2 4,3 4,4 4,5 4,6 5,1 5,2 5,3 5,4 5,5 5,6 6,1 6,2 6,3 6,4 6,5 6,6 Name: Math 4 ctivity 9(Due by EOC Dec. 6) Dear Instructor or Tutor, These problems are designed to let my students show me what they have learned and what they are capable of doing on their own. Please

More information

Beautiful homework # 4 ENGR 323 CESSNA Page 1/5

Beautiful homework # 4 ENGR 323 CESSNA Page 1/5 Beautiful homework # 4 ENGR 33 CESSNA Page 1/5 Problem 3-14 An operator records the time to complete a mechanical assembly to the nearest second with the following results. seconds 30 31 3 33 34 35 36

More information

SDS : Theoretical Statistics

SDS : Theoretical Statistics SDS 384 11: Theoretical Statistics Lecture 1: Introduction Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin https://psarkar.github.io/teaching Manegerial Stuff

More information

value of the sum standard units

value of the sum standard units Stat 1001 Winter 1998 Geyer Homework 7 Problem 18.1 20 and 25. Problem 18.2 (a) Average of the box. (1+3+5+7)=4=4. SD of the box. The deviations from the average are,3,,1, 1, 3. The squared deviations

More information

Physics 218 Lecture 21

Physics 218 Lecture 21 Physics 218 Lecture 21 Dr. David Toback Physics 218, Lecture XXI 1 Checklist for Today Things due Yesterday Chapters 12 & 13 in WebCT Things that are due for today Read Chapters 14-16 Things that are due

More information

Statistics and Data Analysis in Geology

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

More information

Physics 6303 Lecture 22 November 7, There are numerous methods of calculating these residues, and I list them below. lim

Physics 6303 Lecture 22 November 7, There are numerous methods of calculating these residues, and I list them below. lim Physics 6303 Lecture 22 November 7, 208 LAST TIME:, 2 2 2, There are numerous methods of calculating these residues, I list them below.. We may calculate the Laurent series pick out the coefficient. 2.

More information

Lecture 3: The Root Locus Method

Lecture 3: The Root Locus Method Lecture 3: The Root Locus Method Venkata Sonti Department of Mechanical Engineering Indian Institute of Science Bangalore, India, 56001 This draft: March 1, 008 1 The Root Locus method The Root Locus method,

More information

Intro to Contemporary Math

Intro to Contemporary Math Intro to Contemporary Math Hamiltonian Circuits and Nearest Neighbor Algorithm Nicholas Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK Agenda Hamiltonian Circuits and the Traveling Salesman

More information

State Estimation Introduction 2.0 Exact Pseudo-measurments

State Estimation Introduction 2.0 Exact Pseudo-measurments State Estimation. Introduction In these notes, we eplore two very practical and related issues in regards to state estimation: - use of pseudo-measurements - network observability. Eact Pseudo-measurments

More information

Valuations. 6.1 Definitions. Chapter 6

Valuations. 6.1 Definitions. Chapter 6 Chapter 6 Valuations In this chapter, we generalize the notion of absolute value. In particular, we will show how the p-adic absolute value defined in the previous chapter for Q can be extended to hold

More information

Math 154 :: Elementary Algebra

Math 154 :: Elementary Algebra Math 4 :: Elementary Algebra Section. Additive Property of Equality Section. Multiplicative Property of Equality Section.3 Linear Equations in One-Variable Section.4 Linear Equations in One-Variable with

More information

The Central Limit Theorem

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

More information

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

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

More information

a 17 9 d rt 700 (72)t P 2L 2W 19 2L 2(3) L 13 A LW 50 12W W 50 9a a a a 17 9a / 9 17 / 9 9a

a 17 9 d rt 700 (72)t P 2L 2W 19 2L 2(3) L 13 A LW 50 12W W 50 9a a a a 17 9a / 9 17 / 9 9a Free Pre-Algebra Lesson 0 page Lesson 0 Equations with Fractions Here we practice solving equations that involve fractions. The Solution is A Fraction Even equations with all whole numbers can have a fraction

More information

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS General Form: y a b c Where a, b and c are constants To solve a quadratic equation, the equation

More information

Lecture 23. Specific Heat and Phase Changes

Lecture 23. Specific Heat and Phase Changes Lecture 23 Specific Heat and Phase Changes Today s Topics: Heat and Temperature Change Specific heat Heat and Phase Change Latent heat Heat and Temperature Change Heat is energy that flows from a higher-temperature

More information

Lesson 4.1 Exercises, pages

Lesson 4.1 Exercises, pages Lesson 4.1 Eercises, pages 57 61 When approimating answers, round to the nearest tenth. A 4. Identify the y-intercept of the graph of each quadratic function. a) y = - 1 + 5-1 b) y = 3-14 + 5 Use mental

More information

QUADRATIC FUNCTION REVIEW

QUADRATIC FUNCTION REVIEW Objective: Students will be able to (SWBAT) use complex numbers in identities and equations, in order to (IOT) solve quadratic equations with real coefficients using various strategies (i.e. square roots,

More information

(a) (i) Use StatCrunch to simulate 1000 random samples of size n = 10 from this population.

(a) (i) Use StatCrunch to simulate 1000 random samples of size n = 10 from this population. Chapter 8 Sampling Distribution Ch 8.1 Distribution of Sample Mean Objective A : Shape, Center, and Spread of the Distributions of A1. Sampling Distributions of Mean A1.1 Sampling Distribution of the Sample

More information

Math 147 Lecture Notes: Lecture 12

Math 147 Lecture Notes: Lecture 12 Math 147 Lecture Notes: Lecture 12 Walter Carlip February, 2018 All generalizations are false, including this one.. Samuel Clemens (aka Mark Twain) (1835-1910) Figures don t lie, but liars do figure. Samuel

More information

5.80 Small-Molecule Spectroscopy and Dynamics

5.80 Small-Molecule Spectroscopy and Dynamics MIT OpenCourseWare http://ocw.mit.edu 5.80 Small-Molecule Spectroscopy and Dynamics Fall 008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 5.80 Lecture

More information

Objectives: Review open, closed, and mixed intervals, and begin discussion of graphing points in the xyplane. Interval notation

Objectives: Review open, closed, and mixed intervals, and begin discussion of graphing points in the xyplane. Interval notation MA 0090 Section 18 - Interval Notation and Graphing Points Objectives: Review open, closed, and mixed intervals, and begin discussion of graphing points in the xyplane. Interval notation Last time, we

More information

Class 23. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 23. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 23 Daiel B. Rowe, Ph.D. Departmet of Mathematics, Statistics, ad Computer Sciece Copyright 2017 by D.B. Rowe 1 Ageda: Recap Chapter 9.1 Lecture Chapter 9.2 Review Exam 6 Problem Solvig Sessio. 2

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

IV. The Normal Distribution

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

More information

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

ORF 307: Lecture 2. Linear Programming: Chapter 2 Simplex Methods

ORF 307: Lecture 2. Linear Programming: Chapter 2 Simplex Methods ORF 307: Lecture 2 Linear Programming: Chapter 2 Simplex Methods Robert Vanderbei February 8, 2018 Slides last edited on February 8, 2018 http://www.princeton.edu/ rvdb Simplex Method for LP An Example.

More information

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality)

9. TRANSFORMING TOOL #2 (the Multiplication Property of Equality) 9 TRANSFORMING TOOL # (the Multiplication Property of Equality) a second transforming tool THEOREM Multiplication Property of Equality In the previous section, we learned that adding/subtracting the same

More information

Newton s Laws of Motion

Newton s Laws of Motion DUY TAN UNIVERSITY DEPARTMENT OF NATURAL SCIENCE Newton s Laws of Motion Lecturer: HO VAN TUYEN Da Nang, 2017 Motions Newton s Contributions Sir Isaac Newton (1643-1727) an English scientist and mathematician.

More information

Solutions to Problems and

Solutions to Problems and Solutions to Problems 1.2.24 and 1.2.27 Will Johnson September 6, 2014 Since people asked me about these problems, I said I d write up some solutions. (27) A general power function looks like f(x) = cx

More information

CSCI Homework Set 1 Due: September 11, 2018 at the beginning of class

CSCI Homework Set 1 Due: September 11, 2018 at the beginning of class CSCI 3310 - Homework Set 1 Due: September 11, 2018 at the beginning of class ANSWERS Please write your name and student ID number clearly at the top of your homework. If you have multiple pages, please

More information

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas?

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas? Math 24 - Calculus for Management and Social Science Antiderivatives and the Indefinite Integral: Notes So far we have studied the slope of a curve at a point and its applications. This is one of the fundamental

More information

Maths for Signals and Systems Linear Algebra in Engineering

Maths for Signals and Systems Linear Algebra in Engineering Maths for Signals and Systems Linear Algebra in Engineering Lecture 3, Friday 4 th October 26 DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL PROCESSING IMPERIAL COLLEGE LONDON Mathematics for

More information

Business Statistics. Lecture 10: Course Review

Business Statistics. Lecture 10: Course Review Business Statistics Lecture 10: Course Review 1 Descriptive Statistics for Continuous Data Numerical Summaries Location: mean, median Spread or variability: variance, standard deviation, range, percentiles,

More information

CS Lecture 28 P, NP, and NP-Completeness. Fall 2008

CS Lecture 28 P, NP, and NP-Completeness. Fall 2008 CS 301 - Lecture 28 P, NP, and NP-Completeness Fall 2008 Review Languages and Grammars Alphabets, strings, languages Regular Languages Deterministic Finite and Nondeterministic Automata Equivalence of

More information

Solving and Graphing Polynomials

Solving and Graphing Polynomials UNIT 9 Solving and Graphing Polynomials You can see laminar and turbulent fl ow in a fountain. Copyright 009, K1 Inc. All rights reserved. This material may not be reproduced in whole or in part, including

More information

Eigenvalue and Eigenvector Homework

Eigenvalue and Eigenvector Homework Eigenvalue and Eigenvector Homework Olena Bormashenko November 4, 2 For each of the matrices A below, do the following:. Find the characteristic polynomial of A, and use it to find all the eigenvalues

More information

Mathematics (JAN12MD0201) General Certificate of Education Advanced Level Examination January Unit Decision TOTAL.

Mathematics (JAN12MD0201) General Certificate of Education Advanced Level Examination January Unit Decision TOTAL. Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Mathematics Unit Decision 2 Wednesday 25 January 2012 General Certificate of Education Advanced

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 18.01 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Lecture 14: Mean Value

More information

Central Limit Theorem and the Law of Large Numbers Class 6, Jeremy Orloff and Jonathan Bloom

Central Limit Theorem and the Law of Large Numbers Class 6, Jeremy Orloff and Jonathan Bloom Central Limit Theorem and the Law of Large Numbers Class 6, 8.5 Jeremy Orloff and Jonathan Bloom Learning Goals. Understand the statement of the law of large numbers. 2. Understand the statement of the

More information

Elimination Method Streamlined

Elimination Method Streamlined Elimination Method Streamlined There is a more streamlined version of elimination method where we do not have to write all of the steps in such an elaborate way. We use matrices. The system of n equations

More information

Algebra 2 Chapter 9 Page 1

Algebra 2 Chapter 9 Page 1 Section 9.1A Introduction to Rational Functions Work Together How many pounds of peanuts do you think and average person consumed last year? Us the table at the right. What was the average peanut consumption

More information

Lecture 18: Section 4.3

Lecture 18: Section 4.3 Lecture 18: Section 4.3 Shuanglin Shao November 6, 2013 Linear Independence and Linear Dependence. We will discuss linear independence of vectors in a vector space. Definition. If S = {v 1, v 2,, v r }

More information

Algebra 1 Predicting Patterns & Examining Experiments

Algebra 1 Predicting Patterns & Examining Experiments Algebra 1 Predicting Patterns & Examining Experiments Unit 3: Visualizing the Change Section 4: Partials in Your Patterns Slope-intercept form with fractions and decimal problems. What is the equation

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

GS Analysis of Microarray Data

GS Analysis of Microarray Data GS01 0163 Analysis of Microarray Data Keith Baggerly and Kevin Coombes Section of Bioinformatics Department of Biostatistics and Applied Mathematics UT M. D. Anderson Cancer Center kabagg@mdanderson.org

More information

Discrete and Continuous Domains

Discrete and Continuous Domains . Discrete and Continuous Domains How can ou decide whether the domain of a function is discrete or continuous? EXAMPLE: Discrete and Continuous Domains In Activities and in Section., ou studied two real-life

More information

PHYSICS 107. Lecture 10 Relativity: The Postulates

PHYSICS 107. Lecture 10 Relativity: The Postulates PHYSICS 107 Lecture 10 Relativity: The Postulates Introduction Relativity represents yet a further step in the direction of abstraction and mathematization of the laws of motion. We are getting further

More information

Overview: In addi:on to considering various summary sta:s:cs, it is also common to consider some visual display of the data Outline:

Overview: In addi:on to considering various summary sta:s:cs, it is also common to consider some visual display of the data Outline: Lecture 2: Visual Display of Data Overview: In addi:on to considering various summary sta:s:cs, it is also common to consider some visual display of the data Outline: 1. Histograms 2. ScaCer Plots 3. Assignment

More information

Lecture 10A: Chapter 8, Section 1 Sampling Distributions: Proportions

Lecture 10A: Chapter 8, Section 1 Sampling Distributions: Proportions Lecture 10A: Chapter 8, Section 1 Sampling Distributions: Proportions Typical Inference Problem Definition of Sampling Distribution 3 Approaches to Understanding Sampling Dist. Applying 68-95-99.7 Rule

More information

Estimating a population mean

Estimating a population mean Introductory Statistics Lectures Estimating a population mean Confidence intervals for means Department of Mathematics Pima Community College Redistribution of this material is prohibited without written

More information

Vertex form of a quadratic equation

Vertex form of a quadratic equation Verte form of a quadratic equation Nikos Apostolakis Spring 017 Recall 1. Last time we looked at the graphs of quadratic equations in two variables. The upshot was that the graph of the equation: k = a(

More information

The Cross Product. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan The Cross Product

The Cross Product. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan The Cross Product The Cross Product MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Introduction Recall: the dot product of two vectors is a scalar. There is another binary operation on vectors

More information

13 Lecture 13 L Hospital s Rule and Taylor s Theorem

13 Lecture 13 L Hospital s Rule and Taylor s Theorem 3 Lecture 3 L Hospital s Rule and Taylor s Theorem 3 L Hospital s Rule Theorem 3 L Hospital s Rule) Let a R or a = and functions f,g : a,b) R satisfy the following properties ) f,g are differentiable on

More information

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics

Elementary Matrices. MATH 322, Linear Algebra I. J. Robert Buchanan. Spring Department of Mathematics Elementary Matrices MATH 322, Linear Algebra I J. Robert Buchanan Department of Mathematics Spring 2015 Outline Today s discussion will focus on: elementary matrices and their properties, using elementary

More information

Chapter 1 Problem 28: Agenda. Quantities in Motion. Displacement Isn t Distance. Velocity. Speed 1/23/14

Chapter 1 Problem 28: Agenda. Quantities in Motion. Displacement Isn t Distance. Velocity. Speed 1/23/14 Agenda We need a note-taker! If you re interested, see me after class. Today: HW Quiz #1, 1D Motion Lecture for this week: Chapter 2 (finish reading Chapter 2 by Thursday) Homework #2: continue to check

More information