APPENDIX A COMPUTATIONALLY GENERATED RANDOM DIGITS 748 APPENDIX C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES 754

Size: px
Start display at page:

Download "APPENDIX A COMPUTATIONALLY GENERATED RANDOM DIGITS 748 APPENDIX C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES 754"

Transcription

1 IV Appendices APPENDIX A COMPUTATIONALLY GENERATED RANDOM DIGITS 748 APPENDIX B RANDOM NUMBER TABLES 750 APPENDIX C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES 754 APPENDIX D LINEAR INTERPOLATION 755 APPENDIX E STANDARD NORMAL DENSITY LEFT-HAND TAIL PROBABILITIES 757 APPENDIX F T-DISTRIBUTION RIGHT-HAND TAIL PROBABILITIES 759 APPENDIX G CUMULATIVE BINOMIAL PROBABILITIES 760 APPENDIX H F-DISTRIBUTION RIGHT-HAND TAIL PROBABILITIES 768 APPENDIX I BONFERRI SIMULTANEOUS CONFIDENCE INTERVALS 771 APPENDIX J CUMULATIVE POISSON PROBABILITIES

2 A COMPUTATIONALLY GENERATED RANDOM DIGITS Computers (and some calculators) can produce random digits rapidly and in very large quantities. Often it is not practical to require such devices to store long lists of random data. Therefore it is usually better to generate such random digits only as they are needed. Formulas have been invented to compute random digits. At first, you might think this is impossible, because if you compute a number by a formula then you will know what the next digit will be, and thus such digits cannot be random. This is true, but although these integers are generated deterministically, they nonetheless appear to be true random digits for all practical purposes. Digits produced by such formulas are therefore sometimes called pseudo-random. They are pseudo-random because they are not random. For most purposes, such pseudo-random digits work extremely well in that they appear in every observable way to be random and are very convenient to use. Some such formulas are very complicated; others are surprisingly simple. You can usually find out from a user manual or a consultant the formula that a particular computer program uses for generating its random numbers. There is one particularly easy method for producing pseudo-random numbers that you can use on a calculator or computer with little or no programming. It has some flaws and hence is not often used, but it shows us how a deterministic approach can produce digits that appear to be random. It is called mid-square method, and it was suggested by the mathematician John von Neumann. Take an arbitrary number of five (or more) digits (you could use the last five digits of your telephone number or social security number, for example.) Suppose we start with This is not a part of your list of random digits it is only the starting value for the procedure. We square this number: (63537) 2 = We now take the middle five digits, 69503, shown in boldface in the above equation. These are our first five random digits. Next we square these: (69503)2 = Again, we take the middle five digits and square: (30667)2 = We repeat this process as long as desired. We then write down the string of random digits. For our example, we get This string of digits may be regarded as a set of random digits. The advantage is that it has been mechanically produced. In this case, we used an ordinary calculator to do the job. A

3 Computationally Generated Random Digits 749 caution is necessary about this method: after a while it can sometimes start generating all 0s. Nobody uses this method for actual production of random number tables. We have presented it because it illustrates the idea that a simple computation done repeatedly can produce digits that appear to be random. In addition, you can certainly use it if you wish.

4 B RANDOM NUMBER TABLES Table B.1 Random Number Table for Tossing a Fair Coin:{0, 1}

5 Random Number Tables 751 Table B.2 Random Number Table for Rolling a Fair Six-Sided Die:{1, 2, 3, 4, 5, 6}

6 752 RANDOM NUMBER TABLES Table B.3 Random Number Table for Rolling a Fair 10-Sided Die: {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}* *This 10-digit case is what is usually referred to when one refers to a random number table.

7 Random Number Tables 753 Table B.4 Random Number Table for a Standard Normal Variable

8 C CHI-SQUARE RIGHT-HAND TAIL PROBABILITIES Probability p Table C.1 Right-Hand Tail Chi-Square Density Critical Values x Right-Hand Tail Probability p df Table entry is the value of x (critical value) corresponding to P(x 2 df x) = p for the chosen probability p (column) and number of df (row).

9 D LINEAR INTERPOLATION Interpolation can be used to help find a value that is not provided in a table. The procedure is called linear interpolation, since it assumes that the relations between the values involved are (or are nearly) linear that is, they are straight-line relationships. This assumption gives very good estimates of desired values for the exercises in this book. Example 1 Find P(χ ). The chi-square table in Appendix C does not have an entry of 20.0 for a chi-square with 10 degrees of freedom. So interpolation must be used. The chi-square values of and are entries in the table, with corresponding probabilities (areas) of 0.05 and 0.025, respectively (that is, P(χ ) = 0.05 and P(χ ) = 0.025). So P(χ ) is somewhere between 0.05 and Note that = 2.17 and = Now consider the following proportionality argument. The following table shows the proportions we are dealing with. Chi-square Probability (area) d 20.0 P(χ ) The unknown probability P(χ ) is proportionally decreased from 0.05 by an amount d according to the proportionality equation Thus, Thus, P(χ 2 10 d = d = (0.025) )

10 756 LINEAR INTERPOLATION Example 2 Find the value of a in the following: The chi-square table in Appendix C does not have a column for a probability of However, there are columns for 0.05 and 0.025, so we can use interpolation to find the required chi-square value a with 12 degrees of freedom. Chi-square Probability (area) d 0.02 a Thus the unknown a is proportionally increased from by an amount d according to the proportionality equation So we have d 2.31 = = 0.8. d = 0.8(2.31) The unknown value a is thus a d = Therefore, P(χ ) 0.03.

11 E STANDARD NORMAL DENSITY LEFT-HAND TAIL PROBABILITIES Table E.1 Standard Normal Probabilities to Left of Given z Probability p z 0 z Table entry is the left-hand tail probability corresponding to P(Z z) = p for the chosen value of z given by the chosen row (tenths) and column (hundreths). For any z 3.5, the area is approximately 0; indeed, for any z 4, the area is 0 to four decimal places.

12 758 STANDARD NORMAL DENSITY LEFT-HAND TAIL PROBABILITIES Table E.1 Standard Normal Probabilities to Left of Given z (Continued) z Probability p 0 z Table entry is the left-hand tail probability corresponding to P(Z z) = p for the chosen value of z given by the chosen row (tenths) and column (hundreths). For any z 3.5, the area is approximately 1; indeed, for any z 4, the area is 1 to four decimal places.

13 Probability p F t* T-DISTRIBUTION RIGHT-HAND TAIL PROBABILITIES Table F Table entry for p and C is the critical value t with probability p lying to its right and probability C lying between t and t Upper tail probability p df % 60% 70% 80% 90% 95% 96% 98% 99% 99.5% 99.8% 99.9% This row lists the corresponding standard normal critical values. Confidence level C

14 G CUMULATIVE BINOMIAL PROBABILITIES The table gives the cumulative probability of obtaining x or fewer successes in n independent Bernoulli trials, namely P(X x), where p = probability of success in a single trial. Table G Cumulative Binomial Probabilities n x p

15 Cumulative Binomial Probabilities 761 Table G Cumulative Binomial Probabilities (Continued) n x p

16 762 CUMULATIVE BINOMIAL PROBABILITIES Table G Cumulative Binomial Probabilities (Continued) n x p

17 Cumulative Binomial Probabilities 763 Table G Cumulative Binomial Probabilities (Continued) n x p

18 764 CUMULATIVE BINOMIAL PROBABILITIES Table G Cumulative Binomial Probabilities (Continued) n x p

19 Cumulative Binomial Probabilities 765 Table G Cumulative Binomial Probabilities (Continued) n x p

20 766 CUMULATIVE BINOMIAL PROBABILITIES Table G Cumulative Binomial Probabilities (Continued) n x p

21 Cumulative Binomial Probabilities 767 Table G Cumulative Binomial Probabilities (Continued) n x p

Appendix: Tables. Table XI. Table I. Table II. Table XII. Table III. Table IV

Appendix: Tables. Table XI. Table I. Table II. Table XII. Table III. Table IV Table I Table II Table III Table IV Table V Table VI Random Numbers Binomial Probabilities Poisson Probabilities Normal Curve Areas Exponentials Critical Values of t Table XI Table XII Percentage Points

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

Section 5.1 Randomness, Probability, and Simulation

Section 5.1 Randomness, Probability, and Simulation Section 5.1 Randomness, Probability, and Simulation What does it mean to be random? ~Individual outcomes are unknown ~In the long run some underlying set of outcomes will be equally likely (or at least

More information

Navigate to the golf data folder and make it your working directory. Load the data by typing

Navigate to the golf data folder and make it your working directory. Load the data by typing Golf Analysis 1.1 Introduction In a round, golfers have a number of choices to make. For a particular shot, is it better to use the longest club available to try to reach the green, or would it be better

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

More information

Ozobot Bit Classroom Application: Boyle s Law Simulation

Ozobot Bit Classroom Application: Boyle s Law Simulation OZO AP P EAM TR T S BO RO VE D Ozobot Bit Classroom Application: Boyle s Law Simulation Created by Richard Born Associate Professor Emeritus Northern Illinois University richb@rborn.org Topics Chemistry,

More information

Section I: Multiple Choice Select the best answer for each problem.

Section I: Multiple Choice Select the best answer for each problem. Inference for Linear Regression Review Section I: Multiple Choice Select the best answer for each problem. 1. Which of the following is NOT one of the conditions that must be satisfied in order to perform

More information

NCERT solution Decimals-2

NCERT solution Decimals-2 NCERT solution Decimals-2 1 Exercise 8.2 Question 1 Complete the table with the help of these boxes and use decimals to write the number. (a) (b) (c) Ones Tenths Hundredths Number (a) - - - - (b) - - -

More information

Confidence Interval Notes Calculating Confidence Intervals

Confidence Interval Notes Calculating Confidence Intervals Confidence Interval Notes Calculating Confidence Intervals Calculating One-Population Mean Confidence Intervals for Quantitative Data It is always best to use a computer program to make these calculations,

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2005 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

Name: Class: Date: (First Page) Name: Class: Date: (Subsequent Pages) 1. {Exercise 5.07}

Name: Class: Date: (First Page) Name: Class: Date: (Subsequent Pages) 1. {Exercise 5.07} Name: Class: Date: _ (First Page) Name: Class: Date: _ (Subsequent Pages) 1. {Exercise 5.07} The probability distribution for the random variable x follows. Excel File: data05 07.xls a. f(x) is greater

More information

5.8 The Pythagorean Theorem

5.8 The Pythagorean Theorem 5.8. THE PYTHAGOREAN THEOREM 437 5.8 The Pythagorean Theorem Pythagoras was a Greek mathematician and philosopher, born on the island of Samos (ca. 582 BC). He founded a number of schools, one in particular

More information

Stat 139 Homework 3 Solutions, Spring 2015

Stat 139 Homework 3 Solutions, Spring 2015 Stat 39 Homework 3 Solutions, Spring 05 Problem. Let i Nµ, σ ) for i,..., n, and j Nµ, σ ) for j,..., n. Also, assume that all observations are independent from each other. In Unit 4, we learned that the

More information

LESSON 5: THE BOUNCING BALL

LESSON 5: THE BOUNCING BALL 352 - LINEAR B EHAVIOR LESSON 5: THE BOUNCING BALL y Notes to the Instructor Time: This lesson should take one class session. Materials: Two meter sticks or one tape measure per group, masking tape, balls

More information

NUMB3RS Activity: Walkabout. Episode: Mind Games

NUMB3RS Activity: Walkabout. Episode: Mind Games Teacher Page 1 NUMB3RS Activity: Walkabout Topic: Random Walks & Grade Level: 8-12 Objective: Learn about random walks and use them to compute an approximation to. Materials: TI-83/84 Plus calculator or

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level *3373524824* STATISTICS 4040/23 Paper 2 October/November 2013 Candidates answer on the question paper.

More information

Reliability. Introduction, 163 Quantifying Reliability, 163. Finding the Probability of Functioning When Activated, 163

Reliability. Introduction, 163 Quantifying Reliability, 163. Finding the Probability of Functioning When Activated, 163 ste41912_ch04_123-175 3:16:06 01.29pm Page 163 SUPPLEMENT TO CHAPTER 4 Reliability LEARNING OBJECTIVES SUPPLEMENT OUTLINE After completing this supplement, you should be able to: 1 Define reliability.

More information

Lab 12 Standing Waves

Lab 12 Standing Waves b Lab 12 Standing Waves What You Need To Know: Types of Waves The study of waves is a major part of physics. There are quite a few types of waves that can be studied. Depending on who you have for lecture

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2016 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

Cambridge International Examinations Cambridge Ordinary Level

Cambridge International Examinations Cambridge Ordinary Level Cambridge International Examinations Cambridge Ordinary Level *9399919087* STATISTICS 4040/12 Paper 1 October/November 2015 Candidates answer on the Question Paper. Additional Materials: Pair of compasses

More information

Measuring Relative Achievements: Percentile rank and Percentile point

Measuring Relative Achievements: Percentile rank and Percentile point Measuring Relative Achievements: Percentile rank and Percentile point Consider an example where you receive the same grade on a test in two different classes. In which class did you do better? Why do we

More information

Math 1070 Sample Final Exam Spring 2016

Math 1070 Sample Final Exam Spring 2016 University of Connecticut Department of Mathematics Spring 2016 Name: Instructor Name: Section: Read This First! This is a closed notes, closed book exam. You cannot receive aid on this exam from anyone

More information

2017 AMC 12B. 2. Real numbers,, and satisfy the inequalities,, and. Which of the following numbers is necessarily positive?

2017 AMC 12B. 2. Real numbers,, and satisfy the inequalities,, and. Which of the following numbers is necessarily positive? 2017 AMC 12B 1. Kymbrea's comic book collection currently has 30 comic books in it, and she is adding to her collection at the rate of 2 comic books per month. LaShawn's comic book collection currently

More information

STA 103: Midterm I. Print clearly on this exam. Only correct solutions that can be read will be given credit.

STA 103: Midterm I. Print clearly on this exam. Only correct solutions that can be read will be given credit. STA 103: Midterm I May 30, 2008 Name: } {{ } by writing my name i swear by the honor code Read all of the following information before starting the exam: Print clearly on this exam. Only correct solutions

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Energy can be transported by particles or waves: Chapter 11 Waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is

More information

Classroom Voting Questions: Statistics

Classroom Voting Questions: Statistics Classroom Voting Questions: Statistics Random Variables 1. Draw the following dart board: A dart board is constructed from three concentric circles with radii 1 inch, 2 inches, and 3 inches, respectively.

More information

FIRST NAME: (PRINT ABOVE (UNDERNEATH LAST NAME) IN CAPITALS)

FIRST NAME: (PRINT ABOVE (UNDERNEATH LAST NAME) IN CAPITALS) ANSWER SHEET FINAL EXAM MATH 111 SPRING 2010 FRIDAY 30 APRIL 2010 8AM-NOON LAST NAME: (PRINT AT TOP IN LARGE CAPITALS) FIRST NAME: (PRINT ABOVE (UNDERNEATH LAST NAME) IN CAPITALS) CIRCLE LAB DAY: TUESDAY

More information

Report on the Comparative Fishing Trial Between the Gadus Atlantica and Teleost

Report on the Comparative Fishing Trial Between the Gadus Atlantica and Teleost NAFO Sci. Coun. Studies, 29: 81 92 Report on the Comparative Fishing Trial Between the Gadus Atlantica and Teleost William G. Warren Science Branch, Department of Fisheries and Oceans P. O. Box 5667, St.

More information

Does Momentum Exist in Competitive Volleyball?

Does Momentum Exist in Competitive Volleyball? O Privacy, Where Art Thou Visual Revelations Editor's Letter Letters to the Editor Supplemental Material Articles Columns Goodness of Wit Test Here's to Your Health Does Momentum Exist in Competitive Volleyball?

More information

Analysis of Variance. Copyright 2014 Pearson Education, Inc.

Analysis of Variance. Copyright 2014 Pearson Education, Inc. Analysis of Variance 12-1 Learning Outcomes Outcome 1. Understand the basic logic of analysis of variance. Outcome 2. Perform a hypothesis test for a single-factor design using analysis of variance manually

More information

Ranking teams in partially-disjoint tournaments

Ranking teams in partially-disjoint tournaments Ranking teams in partially-disjoint tournaments Alex Choy Mentor: Chris Jones September 16, 2013 1 Introduction Throughout sports, whether it is professional or collegiate sports, teams are ranked. In

More information

AP 11.1 Notes WEB.notebook March 25, 2014

AP 11.1 Notes WEB.notebook March 25, 2014 11.1 Chi Square Tests (Day 1) vocab *new seats* examples Objectives Comparing Observed & Expected Counts measurements of a categorical variable (ex/ color of M&Ms) Use Chi Square Goodness of Fit Test Must

More information

STAT/MATH 395 PROBABILITY II

STAT/MATH 395 PROBABILITY II STAT/MATH 395 PROBABILITY II Quick review on Discrete Random Variables Néhémy Lim University of Washington Winter 2017 Example Pick 5 toppings from a total of 15. Give the sample space Ω of the experiment

More information

Lesson 2 Pre-Visit Batting Average Ups and Downs

Lesson 2 Pre-Visit Batting Average Ups and Downs Lesson 2 Pre-Visit Batting Average Ups and Downs Objective: Students will be able to: Use multiple data sets to determine the overall success rate of a particular activity. Select and create appropriate

More information

1. OVERVIEW OF METHOD

1. OVERVIEW OF METHOD 1. OVERVIEW OF METHOD The method used to compute tennis rankings for Iowa girls high school tennis http://ighs-tennis.com/ is based on the Elo rating system (section 1.1) as adopted by the World Chess

More information

3. A shirt is priced at $32.00 now. If the shirt goes on sale for 30% off the current price, what will be the sale price of the shirt?

3. A shirt is priced at $32.00 now. If the shirt goes on sale for 30% off the current price, what will be the sale price of the shirt? 1 Math 1 - Proportions & Probability Part 2 PERCENT INCREASE AND DECREASE To increase a number by a percent, add the percent to 100%, convert to a decimal, and multiply. To increase 40 by 25%, add 25%

More information

Boyle s Law: Pressure-Volume Relationship in Gases

Boyle s Law: Pressure-Volume Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases Computer 6 The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we use

More information

Laboratory Activity Measurement and Density. Average deviation = Sum of absolute values of all deviations Number of trials

Laboratory Activity Measurement and Density. Average deviation = Sum of absolute values of all deviations Number of trials Laboratory Activity Measurement and Density Background: Measurements of mass and volume are very common in the chemistry laboratory. The analytical balance is used to measure mass, and the graduated cylinder,

More information

Money Lost or Won -$5 +$3 +$7

Money Lost or Won -$5 +$3 +$7 Math 137 Unit 7 Review 1. The numbers of endangered species for several groups are listed here. Location Mammals Birds Reptiles Amphibians Total USA 63 78 14 10 Foreign 251 175 64 8 Total If one endangered

More information

Name Chemistry Pre-AP

Name Chemistry Pre-AP Name Chemistry Pre-AP Notes: Gas Laws and Gas Stoichiometry Period Part 1: The Nature of Gases and The Gas Laws I. Nature of Gases A. Kinetic-Molecular Theory The - theory was developed to account for

More information

Boyle s Law: Pressure-Volume. Relationship in Gases

Boyle s Law: Pressure-Volume. Relationship in Gases Boyle s Law: Pressure-Volume Relationship in Gases The primary objective of this experiment is to determine the relationship between the pressure and volume of a confined gas. The gas we use will be air,

More information

Sample Final Exam MAT 128/SOC 251, Spring 2018

Sample Final Exam MAT 128/SOC 251, Spring 2018 Sample Final Exam MAT 128/SOC 251, Spring 2018 Name: Each question is worth 10 points. You are allowed one 8 1/2 x 11 sheet of paper with hand-written notes on both sides. 1. The CSV file citieshistpop.csv

More information

8th Grade. Data.

8th Grade. Data. 1 8th Grade Data 2015 11 20 www.njctl.org 2 Table of Contents click on the topic to go to that section Two Variable Data Line of Best Fit Determining the Prediction Equation Two Way Table Glossary Teacher

More information

Handicap Differential = (Adjusted Gross Score - USGA Course Rating) x 113 / USGA Slope Rating

Handicap Differential = (Adjusted Gross Score - USGA Course Rating) x 113 / USGA Slope Rating FORMULAS Section 10 USGA HANDICAP FORMULA A Handicap Index is the USGA's mark which is used to indicate a measurement of a player's potential scoring ability on a course of standard difficulty. Potential

More information

Gerald D. Anderson. Education Technical Specialist

Gerald D. Anderson. Education Technical Specialist Gerald D. Anderson Education Technical Specialist The factors which influence selection of equipment for a liquid level control loop interact significantly. Analyses of these factors and their interactions

More information

1 Streaks of Successes in Sports

1 Streaks of Successes in Sports 1 Streaks of Successes in Sports It is very important in probability problems to be very careful in the statement of a question. For example, suppose that I plan to toss a fair coin five times and wonder,

More information

Lesson 1 Pre-Visit Batting Average

Lesson 1 Pre-Visit Batting Average Lesson 1 Pre-Visit Batting Average Objective: Students will be able to: Calculate a batting average. Review prior knowledge of conversion between fractions, decimals, and percentages. Use basic linear

More information

From Bombe stops to Enigma keys

From Bombe stops to Enigma keys From Bombe stops to Enigma keys A remarkably succinct description of the Bombe written many years ago, reads as follows:- The apparatus for breaking Enigma keys, by testing a crib and its implications

More information

Frequency Tables, Stem-and-Leaf Plots, and Line Plots

Frequency Tables, Stem-and-Leaf Plots, and Line Plots * Frequency Tables, Stem-and-Leaf Plots, and Line Plots Vocabulary Frequency table- a way to organize data into categories or groups. Cumulative frequency- a running total of the frequencies in each category.

More information

Software Reliability 1

Software Reliability 1 Software Reliability 1 Software Reliability What is software reliability? the probability of failure-free software operation for a specified period of time in a specified environment input sw output We

More information

A Hare-Lynx Simulation Model

A Hare-Lynx Simulation Model 1 A Hare- Simulation Model What happens to the numbers of hares and lynx when the core of the system is like this? Hares O Balance? S H_Births Hares H_Fertility Area KillsPerHead Fertility Births Figure

More information

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions

Announcements. Lecture 19: Inference for SLR & Transformations. Online quiz 7 - commonly missed questions Announcements Announcements Lecture 19: Inference for SLR & Statistics 101 Mine Çetinkaya-Rundel April 3, 2012 HW 7 due Thursday. Correlation guessing game - ends on April 12 at noon. Winner will be announced

More information

Exploring the Properties of Gases

Exploring the Properties of Gases Computer 30 The purpose of this investigation is to conduct a series of experiments, each of which illustrates a different gas law. You will be given a list of equipment and materials and some general

More information

Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA

Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Limitations of the t-test Although the t-test is commonly used, it has limitations Can only

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Chapter 11 Waves Energy can be transported by particles or waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is a

More information

STATISTICS - CLUTCH CH.5: THE BINOMIAL RANDOM VARIABLE.

STATISTICS - CLUTCH CH.5: THE BINOMIAL RANDOM VARIABLE. !! www.clutchprep.com Probability BINOMIAL DISTRIBUTIONS Binomial distributions are a specific type of distribution They refer to events in which there are only two possible outcomes heads/tails, win/lose,

More information

8. Now plot on the following grid the values of T (K) and V from the table above, and connect the points.

8. Now plot on the following grid the values of T (K) and V from the table above, and connect the points. Charles s Law According to Charles s law, the volume of a fixed mass of gas varies directly with its Kelvin temperature if its pressure is constant. The following table contains Celsius temperature and

More information

AP Statistics Midterm Exam 2 hours

AP Statistics Midterm Exam 2 hours AP Statistics Midterm Exam 2 hours Name Directions: Work on these sheets only. Read each question carefully and answer completely but concisely (point values are from 1 to 3 points so no written answer

More information

International Journal of Technical Research and Applications e-issn: , Volume 4, Issue 3 (May-June, 2016), PP.

International Journal of Technical Research and Applications e-issn: ,  Volume 4, Issue 3 (May-June, 2016), PP. DESIGN AND ANALYSIS OF FEED CHECK VALVE AS CONTROL VALVE USING CFD SOFTWARE R.Nikhil M.Tech Student Industrial & Production Engineering National Institute of Engineering Mysuru, Karnataka, India -570008

More information

3 DATA HANDLING. Exercise 3.1

3 DATA HANDLING. Exercise 3.1 3 DATA HANDLING Exercise 3.1 Q.1. Find the range of heights of any ten students of your class. Ans. Try yourself Q.2. Organise the following marks in a class assessment, in a tabular form. 4, 6, 7, 5,

More information

1 WCF World Ranking Rules

1 WCF World Ranking Rules 1 WCF World Ranking Rules 2 WCF World Ranking Rules C O N T E N T S Rule Page 1 GOVERNING RULES 3 2 WORLD RANKING 3 3 CALCULATING METHOD 3-4 4 CATEGORY CHANGE 4-5 5 VALIDATION OF POINTS 5 FINAL PROVISIONS

More information

Why We Should Use the Bullpen Differently

Why We Should Use the Bullpen Differently Why We Should Use the Bullpen Differently A look into how the bullpen can be better used to save runs in Major League Baseball. Andrew Soncrant Statistics 157 Final Report University of California, Berkeley

More information

Exploring the Properties of Gases. Evaluation copy. 10 cm in diameter and 25 cm high)

Exploring the Properties of Gases. Evaluation copy. 10 cm in diameter and 25 cm high) Exploring the Properties of Gases Computer 30 The purpose of this investigation is to conduct a series of experiments, each of which illustrates a different gas law. You will be given a list of equipment

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

Hydrostatics Physics Lab XI

Hydrostatics Physics Lab XI Hydrostatics Physics Lab XI Objective Students will discover the basic principles of buoyancy in a fluid. Students will also quantitatively demonstrate the variance of pressure with immersion depth in

More information

Lab 12 Standing Waves

Lab 12 Standing Waves b Lab 12 Standing Waves What You Need To Know: Types of Waves The study of waves is a major part of physics. There are quite a few types of waves that can be studied. Depending on who you have for lecture

More information

Opposite Day (Jan. 25) Meeting (Inverse Operations)

Opposite Day (Jan. 25) Meeting (Inverse Operations) Opposite Day (Jan. 2) Meeting (Inverse Operations) Topic This meeting s topic is inverse operations or doing the opposite. Materials Needed 0 pieces of paper (scraps or half-sheets will work) Markers Wall

More information

Simplifying Radical Expressions and the Distance Formula

Simplifying Radical Expressions and the Distance Formula 1 RD. Simplifying Radical Expressions and the Distance Formula In the previous section, we simplified some radical expressions by replacing radical signs with rational exponents, applying the rules of

More information

Topic No January 2000 Manual on Uniform Traffic Studies Revised July Chapter 8 GAP STUDY

Topic No January 2000 Manual on Uniform Traffic Studies Revised July Chapter 8 GAP STUDY Chapter 8 8.1 PURPOSE GAP STUDY (1) The Gap Study is used to determine the size and the number of gaps in the vehicular traffic stream for unsignalized intersections and access points, pedestrian studies,

More information

of 6. Module 5 Ratios, Rates, & Proportions Section 5.1: Ratios and Rates MAT001 MODULE 5 RATIOS, RATES, & PROPORTIONS.

of 6. Module 5 Ratios, Rates, & Proportions Section 5.1: Ratios and Rates MAT001 MODULE 5 RATIOS, RATES, & PROPORTIONS. Module 5 Ratios, Rates, & Proportions Section 5.1: Ratios and Rates A ratio is the comparison of two quantities that have the same units. 18 6 We can express this ratio three different ways: 18 to 6 18:6

More information

STT 315 Section /19/2014

STT 315 Section /19/2014 Name: PID: A STT 315 Section 101 05/19/2014 Quiz 1A 50 minutes 1. A survey by an electric company contains questions on the following: Age of household head, Gender of household head and use of electric

More information

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati

Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Advanced Hydraulics Prof. Dr. Suresh A. Kartha Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 4 Hydraulics Jumps Lecture - 4 Features of Hydraulic Jumps (Refer Slide

More information

Clean toilet plunger Sensor extension cable. Add this important safety precaution to your normal laboratory procedures:

Clean toilet plunger Sensor extension cable. Add this important safety precaution to your normal laboratory procedures: How Does a Trapped Gas Behave? Student Activity Worksheet Driving Question How does a change in volume of a confined gas affect its pressure? Materials and Equipment For each student or group: Data collection

More information

Sum Fun Tournament Meeting (Multiple Topics)

Sum Fun Tournament Meeting (Multiple Topics) Sum Fun Sum Fun Tournament Meeting (Multiple Topics) Sum Fun Topic There are a wide range of topics and difficulty levels covered during this meeting. Materials Needed The first four items listed below

More information

(b) Express the event of getting a sum of 12 when you add up the two numbers in the tosses.

(b) Express the event of getting a sum of 12 when you add up the two numbers in the tosses. SOLUTIONS TO HOMEWORK 3 - MATH 170, SUMMER SESSION I (2012) (1) Let U be a universal set and A U. Using rules that you have learnt in class, simplify the following set theoretic expressions: (a) ((A c

More information

Define transverse waves and longitudinal waves. Draw a simple diagram of each

Define transverse waves and longitudinal waves. Draw a simple diagram of each AP Physics Study Guide Chapters 11, 12, 24 Waves, Sound, Light & Interference Name Write the equation that defines each quantity, include units for all quantities. wave speed-wavelength equation natural

More information

Chapter 1 Test B. 4. What are two advantages of using simulation techniques instead of actual situations?

Chapter 1 Test B. 4. What are two advantages of using simulation techniques instead of actual situations? Name: Date: 1. The 50 states in the United States were numbered alphabetically and a researcher decided to randomly select a number and then survey every sixth state on unemployment rates. What type of

More information

DISCUSSION BY CHARLES C. HEWITT, JR.

DISCUSSION BY CHARLES C. HEWITT, JR. 78 CREDIBILITY Substituting these values in equations (F) and (E) we obtain A = 35,287 and 33,258 respectively. The introduction of the third moment here increases the credibility requirement by 6%. The

More information

A life not lived for others is not a life worth living. Albert Einstein

A life not lived for others is not a life worth living. Albert Einstein life not lived for others is not a life worth living. lbert Einstein Sides adjacent to the right angle are legs Side opposite (across) from the right angle is the hypotenuse. Hypotenuse Leg cute ngles

More information

Chapter 0 Pretest = 4

Chapter 0 Pretest = 4 Determine whether you need an estimate or an exact answer. Then solve. 1. SHOPPING Addison paid $1.29 for gum and $0.89 for a package of notebook paper. She gave the cashier a $5 bill. If the tax was $0.14,

More information

PHYS Tutorial 7: Random Walks & Monte Carlo Integration

PHYS Tutorial 7: Random Walks & Monte Carlo Integration PHYS 410 - Tutorial 7: Random Walks & Monte Carlo Integration The goal of this tutorial is to model a random walk in two dimensions and observe a phase transition as parameters are varied. Additionally,

More information

Homework 7, Due March

Homework 7, Due March Homework 7, Due March 18 2010 Chapter 6, questions 6.6, 6.10, 6.26, 6.28 Remark: 6.28 is a follow-on to 6.27. You are not requested to hand in 6.27 as well, but probably you should work through 6.27 for

More information

Where are you right now? How fast are you moving? To answer these questions precisely, you

Where are you right now? How fast are you moving? To answer these questions precisely, you 4.1 Position, Speed, and Velocity Where are you right now? How fast are you moving? To answer these questions precisely, you need to use the concepts of position, speed, and velocity. These ideas apply

More information

12. School travel Introduction. Part III Chapter 12. School travel

12. School travel Introduction. Part III Chapter 12. School travel 12. School travel 12.1 Introduction This chapter presents the evidence on changes in travel patterns for the journey to school in the three towns over the period of the Sustainable Travel Town project.

More information

Lesson 20: Estimating a Population Proportion

Lesson 20: Estimating a Population Proportion Student Outcome Students use data from a random sample to estimate a population proportion. Lesson tes In this lesson, students continue to work with random samples and the distribution of the sample proportions.

More information

!!!!!!!!!!!!! One Score All or All Score One? Points Scored Inequality and NBA Team Performance Patryk Perkowski Fall 2013 Professor Ryan Edwards!

!!!!!!!!!!!!! One Score All or All Score One? Points Scored Inequality and NBA Team Performance Patryk Perkowski Fall 2013 Professor Ryan Edwards! One Score All or All Score One? Points Scored Inequality and NBA Team Performance Patryk Perkowski Fall 2013 Professor Ryan Edwards "#$%&'(#$)**$'($"#$%&'(#$)**+$,'-"./$%&'(#0$1"#234*-.5$4"0$67)$,#(8'(94"&#$:

More information

Standing Waves in a String

Standing Waves in a String Standing Waves in a String OBJECTIVE To understand the circumstances necessary to produce a standing wave. To observe and define the quantities associated with a standing wave. To determine the wavelength

More information

The Reliability of Intrinsic Batted Ball Statistics Appendix

The Reliability of Intrinsic Batted Ball Statistics Appendix The Reliability of ntrinsic Batted Ball Statistics Appendix Glenn Healey, EECS Department University of California, rvine, CA 92617 Given information about batted balls for a set of players, we review

More information

OVERVIEW. Flow Coefficient C v. Operating Conditions. Specific Gravity

OVERVIEW. Flow Coefficient C v. Operating Conditions. Specific Gravity VERVIEW This valve sizing software program is based on the use of nomenclature and sizing equations from ISA Standard S75.01 and IEC Standard 534-2. The sizing equations are based on equations for predicting

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

Lesson 14: Simple harmonic motion, Waves (Sections )

Lesson 14: Simple harmonic motion, Waves (Sections ) Circular Motion and Simple Harmonic Motion The projection of uniform circular motion along any ais (the -ais here) is the same as simple harmonic motion. We use our understanding of uniform circular motion

More information

Chapter 8 Chapter 8 VEHICLE GAP STUDY PURPOSE VEHICLE GAP STUDY (FIGURE 8-1)

Chapter 8 Chapter 8 VEHICLE GAP STUDY PURPOSE VEHICLE GAP STUDY (FIGURE 8-1) Chapter 8 Chapter 8 Formatted: Heading 1 VEHICLE GAP STUDY 5.48.18.1 PURPOSE (1) The Vehicle Gap Study (Form No. 750-020-08) is used to determine the size and the number of gaps in the vehicular traffic

More information

Addendum to SEDAR16-DW-22

Addendum to SEDAR16-DW-22 Addendum to SEDAR16-DW-22 Introduction Six king mackerel indices of abundance, two for each region Gulf of Mexico, South Atlantic, and Mixing Zone, were constructed for the SEDAR16 data workshop using

More information

Frequency Distributions

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

More information

You are to develop a program that takes as input the scorecard filled out by Bob and that produces as output the correct scorecard.

You are to develop a program that takes as input the scorecard filled out by Bob and that produces as output the correct scorecard. Problem 1: What s My Score? Ann, Bob, Carol, and Dave played nine holes of golf together. On the first hole, Ann teed off first, followed by Bob, then Carol, and, finally, Dave. At each subsequent hole,

More information

The difference between a statistic and a parameter is that statistics describe a sample. A parameter describes an entire population.

The difference between a statistic and a parameter is that statistics describe a sample. A parameter describes an entire population. Grade 7 Mathematics EOG (GSE) Quiz Answer Key Statistics and Probability - (MGSE7.SP. ) Understand Use Of Statistics, (MGSE7.SP.2) Data From A Random Sample, (MGSE7.SP.3 ) Degree Of Visual Overlap, (MGSE7.SP.

More information

Which On-Base Percentage Shows. the Highest True Ability of a. Baseball Player?

Which On-Base Percentage Shows. the Highest True Ability of a. Baseball Player? Which On-Base Percentage Shows the Highest True Ability of a Baseball Player? January 31, 2018 Abstract This paper looks at the true on-base ability of a baseball player given their on-base percentage.

More information

control of salinity Thanks to David Hall, from LWTL

control of salinity Thanks to David Hall, from LWTL control of salinity Thanks to David Hall, from LWTL DI water (0.0% NaCl) salt water (1.0% NaCl) General Idea The objective is to keep the salinity close to a setpoint which will be provided by your instructor

More information

1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. True. False

1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. True. False STAT 350 (Spring 2016) Homework 9 Online 1 1. In a hypothesis test involving two-samples, the hypothesized difference in means must be 0. 2. The two-sample Z test can be used only if both population variances

More information