STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1

Size: px
Start display at page:

Download "STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1"

Transcription

1 STAB22 section The four correlations are all 0.816, and all four regressions are ŷ = x. (b) can be answered by drawing fitted line plots in the four cases. See Figures 1, 2, 3 and 4. Figure 2: Data set 2 Figure 1: Data set 1 Data set 1 looks very reasonable to fit with a regression line. Data set 2 is a clear curve. Data set 3 has an outlier in the y-direction (the secondlast point), and in data set 4, the whole strength of the relationship is formed by the influential point (x-outlier) on the right. So only for data set 1 does it make sense to use a regression line, and doing so in the other three cases would be misleading. If you think about it, it is really quite a feat to Figure 3: Data set 3 1

2 Figure 4: Data set 4 dream up four data sets with the same correlations, intercepts and slopes, and yet quite differently appropriate regressions Use the least-squares regression line given in Example For an individual with NEA increase 143, the predicted fat gain is ( )(143) = kg. The actual fat gain, 3.2, is bigger than the predicted one (above the line), so the residual is positive: = kg Type the data values into a worksheet in your software. Instructions below are for Minitab. You can do (a) and (b) in one go with a fitted line plot. Price should be your response because it is the outcome: a bigger coffee costs more. In fact, you can do most of (d) and (e) from the fitted line plot too: after you select Regression and Fitted Line Plot, click on Graphs and click on the bottom box, residuals vs. the variables. Doubleclick on Size to get a plot of residuals against size. Click OK. Also, click on Storage and check the box next to Residuals. The residuals will be stored in the worksheet so you can look at them. In StatCrunch, after you enter the data in an empty worksheet, you do this: Select Stat, Regression and Simple; select Ounces as your x and Price as your y (or use the names you gave the variables; you can cursor up to the Var line at the top, delete the name that s there, and type in the name you want to use for the variable). Click Next twice. On the Options screen, check Save Residuals. On the Graphics screen, select Plot the Fitted Line and Residuals vs. x-values (this will do (d) and (e)). Now you can click Calculate. The output comes out one screen at a time; use Next to go to the next one. In either case, you ll have to do (c) by hand, unless you are exceedingly clever. The regression line is (rounding off) y = x, where y is price and x is ounces. My fitted line plot is in Figure 5 and my residual plot is in Figure 6. The relationship between size and price appears 2

3 Figure 5: Fitted line plot for price vs. size Figure 6: Plot of residuals vs. size 3

4 to be increasing but not linear. In Exercise 2.3 I speculated that there is a fixed cost of serving you, so that a bigger drink is more expensive only partly because of the cost of the coffee. Per ounce, a larger drink is actually less expensive. So describing this relationship with a line will not tell the whole story. As you see in Figure 5, the line doesn t go through the points, though it does go reasonably close to them. Drawing a vertical line from each point to the line is left as an exercise for the reader. The idea is that the 16-ounce drink is the farthest from the line (above), the 12-ounce drink is the next farthest away (below), and the 24-ounce drink is just a little below the line. The actual residuals (which you ll find have appeared in your worksheet while you were looking at your graphs) are 0.071, 0.107, These do sum to zero as they should. This echoes what we just said about the 16-ounce drink being the farthest from the line; if the line were correct, the Grande would be about 10 cents cheaper. Finally, looking at Figure 6, you see (as far as you can see anything from just three data points) a down-up-down pattern, indicating that a curve would be a better description of the data. Note a couple of things, though: (i) the vertical scale on the residual plot is exaggerated: none of the drinks is off the line by more than about 10 cents, and (ii) with only 3 points, the simplest kind of curve (a parabola) would go through exactly through the data values, with no kind of guarantee that the curve you get would apply to any drink prices beyond these three. In any case, the R-squared for the straight-line regression is up around 96%, so it s hard to justify going beyond a straight line with a data set as small as this. Maybe one day Starbucks will introduce a 20- ounce mezzo-venti and we ll be able to tell then whether a straight line can be sensibly improved upon. But, as with many things you buy, the message is that the more you buy, the smaller the cost per unit Again, we can do (a) and (b) at once by using a fitted line graph (or you can do them separately by drawing the scatterplot first and then figuring out where the regression line goes and drawing it on your graph). My plot is shown in Figure 7. While weight certainly increases with age, it doesn t seem to do so in a straight-line way: growth is rapid at the beginning, then it levels off, and then it grows faster again. The straight line doesn t capture this pattern at all. Though we can fit a line here, it doesn t make much sense to do so. The residuals are given in the data set on the disk (and in the text), so you can just plot them 4

5 Figure 8: Residual plot for weight-age data Figure 7: Fitted line plot for weight vs. age against age and draw in the zero line. Or you can use the Graphs option of the Regression command. Select Stat, Regression, Regression; select Weight as your response and Age as your predictor; click Graphs, and select Age into the bottom box to plot residuals against Age. You can verify that the fitted intercept and slope (in the Session window) are correct. My residual plot is in Figure 8. The clear curved pattern in the residual plot indicates that we should have fitted a curve in the first place (the curve is clearer in the residual plot than on the original scatterplot). Here we see that fitting a good enough line is not good enough! 5

6 The residuals as printed in the text add up to 0.01, which is zero to within rounding error. (Adding up the residuals calculated by Minitab will give you an answer closer to 0 because Minitab keeps more than two decimal places.) The work in says that if you start from a known age, you can predict the mean weight for children of that age very accurately. But individual children will vary in weight quite a bit. For example, the mean weight of 4-month-old children is 6.3 kg, but individual children might be 6.0, 6.1, 6.5, 6.6 kg: the mean weight is 6.3, but none of the individual weights are close to that. If the regression predicts the mean weight accurately, it doesn t have to predict individual weights equally accurately, and so r could be a lot smaller Mean SAT score depends on two things: year (ie. time), and high school grade. Things are further complicated by the fact that high school grade depends on time as well (that s what grade inflation is). The statement mean SAT score has increased over time doesn t account for grade at all, and if grade makes a difference, we could be misled. Think about a B student 4 years ago; if that same student graduated now, he or she might be an A student because of grade inflation, but his/her SAT score would not change very much. So the 2004 A students are better (in terms of SAT scores) than 2008 A students, because an A is not worth as much as it used to be. The statistical moral is that any variables that might affect the response should be included in the analysis; leaving them out can be confusing or even misleading. Figure 9: Fitted line plot for gas chromatography data You can do this question by getting a fitted line plot (to do (a) and (b)) and a plot of residuals against amount (for (c)). My plots are in 6

7 The residual plot, however, shows deviations from a straight line much more clearly, because the residuals are on a much more human scale (they are all between 15 and 15). The residuals for amounts 0 and 20 are all positive and those for amounts 1 and 5 are all negative. That is, there is a curved pattern, up-down-up, and so the relationship is a curve rather than a straight line (this is very hard to tell from the original scatterplot). Also, as you go across the picture from left to right, the residuals appear to get more spread out. (If you go on to STAB27, you ll learn that a transformation of the response values is called for, and that using, say, the logarithms of the response values might work better.) Figure 10: Residual plot for gas chromatography data Figures 9 and 10. The fitted line plot appears to show that the data lie close to the straight line, but because the response values vary so much, it s hard to see detail My scatterplot is shown in Figure 11, with the outlier marked with an X. (To draw this in Minitab, find the outlier in the data set it s the last, 12th, row of values and create a new column with only an X in that row, by typing an X into the cell in the 12th row and 3rd column. Then set up a Scatterplot in the usual way, but before you click OK, click on Labels, select Data Labels, Use Labels from Column, and select the column with the X in it.) Ignoring the outlier, the trend is a moderate-tostrong negative association. To calculate the correlation and regression line with and without the outlier, first calculate both using all the points, then replace the value 337 in row 12 by * (for missing ) and re-do the calculations. My results are shown in Figures 12 and 13. I also used the Storage option on Regression to save both sets of Fits (fitted values), for my plot in (c). The correlation changed from to 0.787, a pretty substantial change considering that we only removed one observation. This 7

8 Correlations (Pearson) Correlation of isotope and silicon = , P-Value = Regression Analysis The regression equation is silicon = isotope Figure 13: Correlation and regression without the outlier Figure 11: Scatterplot of silicon-isotope data Correlations (Pearson) Correlation of isotope and silicon = , P-Value = Regression Analysis The regression equation is silicon = isotope Figure 12: Correlation and regression with the outlier Figure 14: Scatterplot of silicon-isotope data with two regression lines 8

9 shows that the correlation can be strongly influenced by points not on the trend. Similarly, the intercept and slope of the regression line both change substantially (in particular, the slope becomes more negative). Since I saved both sets of Fitted Values, now I can superimpose the fitted lines on the plot. This can be done by drawing three plots and superimposing them on one graph. Call for the three plots by putting, under Y and X in the dialog box, first Silicon and Isotope, second Fits1 (the fits from the 1st regression) and Isotope, third Fits2 (the fits from the 2nd regression) and Isotope. To get these all on one graph, click on Multiple Graphs, select Multiple Variables, and click on Overlaid on the Same Graph. There are probably more elegant ways of doing it, but this one worked. I got some points (in black) that are the scatterplot, some points (in red) that are the regression line with the outlier included, and some points (in green) that are the regression line with the outlier excluded. As you see in Figure 14, the second regression line has a much more negative slope. If you don t want to go to all this trouble, you can figure out where the regression lines go (eg. by finding the value of Silicon when Isotope is 21.5 and 19.5 for each line, and then joining the pairs of points by lines drawn by hand. Finally, think about why we constructed this graph in the first place. Including or excluding the outlier makes a substantial difference to where the regression line goes; the red and green lines on the graph are quite different Think about businesses first: while having more education is associated with a higher salary, most people employed by business have only 3 5 years of education (a bachelor s degree) and a relatively high salary. Imagine 3 people: they might have 3 years of education and a salary of $69,000, 4 years and $70,000, 5 years and $71,000. Within this group, more education means a higher salary. Now turn to academia: economists there tend to have a PhD, but earn less money than industryemployed economists do. To make up some numbers: 6 years of education and $48,000; 7 years and $50,000; 8 years and $52,000. (Your numbers may differ; it s the pattern that s important.) My scatterplot is shown in Figure 15. Within each group, more education means more income, but overall the higher salaries go to those with less education. (The correlation in my picture is ) Salary depends on both education and location of employment, so to consider the influence of only one of those on salary is missing the whole picture Look back at 2.73 to get an idea of what s going 9

10 Figure 15: Income-education scatterplot on here. The regression equations were all the same (y = 3+0.5x), but a straight-line regression was sometimes appropriate and sometimes not. The story was clear enough for us to judge what was happening from the scatterplots, so we can guess what we might see from the residual plots. The first residual plot is in Figure 16. It looks like a random mess of nothing. This confirms our impression from Figure 1 that a straight-line regression is appropriate. The second residual plot is in Figure 17. This the plainest down-up-down curve you could wish to see, so, as we guessed in Figure 2, the actual relationship is a curve not a straight line. The third residual plot is in Figure 18. There is a downward trend to the residuals except for the second-last one. All the residuals are between about 1 and 1 except for the second-last one, which is about 3, which says to us outlier in the y direction. This is the same thing we saw in Figure 3. The last residual plot is in Figure 19. This is the oddest residual plot you ll see in a while. There are a bunch of different residuals corresponding to x = 8, and then one residual at x = 19 which is exactly zero. One x-value out on its own ought to suggest influential, which is exactly what you see in Figure 4. The overall story here is that if you make a point of looking at plots of the residuals whenever you do a regression, you are much less likely to get caught out by data that are not suitable for a straight-line regression. These ones were pretty clear just by looking at scatterplots, but you can easily run into something like where you don t see any problems until you look at a residual plot. 10

11 Figure 16: Residual plot for 1st Anscombe data set Figure 17: Residual plot for 2nd Anscombe data set 11

12 Figure 18: Residual plot for 3rd Anscombe data set Figure 19: Residual plot for 4th Anscombe data set 12

Page 21 GRAPHING OBJECTIVES:

Page 21 GRAPHING OBJECTIVES: Page 21 GRAPHING OBJECTIVES: 1. To learn how to present data in graphical form manually (paper-and-pencil) and using computer software. 2. To learn how to interpret graphical data by, a. determining the

More information

PRICES OF THE LIBERTY STANDING QUARTER

PRICES OF THE LIBERTY STANDING QUARTER This document deals with the prices paid by collectors for quarters in the Liberty standing set, issued between 1916 and 1930. Year / Mint / Type Mintage Value 1916 52,000 14,690 1917 Type 1 8,740,000

More information

Section 3 Correlation and Regression - Worksheet

Section 3 Correlation and Regression - Worksheet The data are from the paper: Exploring Relationships in Body Dimensions Grete Heinz and Louis J. Peterson San José State University Roger W. Johnson and Carter J. Kerk South Dakota School of Mines and

More information

Scatter Plots, Correlation, and Lines of Best Fit

Scatter Plots, Correlation, and Lines of Best Fit Lesson 7.3 Objectives Interpret a scatter plot. Identify the correlation of data from a scatter plot. Find the line of best fit for a set of data. Scatter Plots, Correlation, and Lines of Best Fit A video

More information

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Six Sigma Quality Concepts & Cases- Volume I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Chapter 7 Measurement System Analysis Gage Repeatability & Reproducibility (Gage R&R)

More information

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS

I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Six Sigma Quality Concepts & Cases- Volume I STATISTICAL TOOLS IN SIX SIGMA DMAIC PROCESS WITH MINITAB APPLICATIONS Chapter 7 Measurement System Analysis Gage Repeatability & Reproducibility (Gage R&R)

More information

Graphs. This tutorial will cover the curves of graphs that you are likely to encounter in physics and chemistry.

Graphs. This tutorial will cover the curves of graphs that you are likely to encounter in physics and chemistry. Graphs Graphs are made by graphing one variable which is allowed to change value and a second variable that changes in response to the first. The variable that is allowed to change is called the independent

More information

Linear Regression Exercise

Linear Regression Exercise Linear Regression Exercise A document on using the Linear Regression Formula by Miguel David Margarita Hechanova Andrew Jason Lim Mark Stephen Ong Richard Ong Aileen Tan December 4, 2007 Table of Contents

More information

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise (1 point) (Also see appendix II: Summary for making spreadsheets and graphs with Excel.) You will use spreadsheets to analyze data

More information

Lesson 17. Student Outcomes. Lesson Notes. Classwork. Example 1 (5 10 minutes): Predicting the Pattern in the Residual Plot

Lesson 17. Student Outcomes. Lesson Notes. Classwork. Example 1 (5 10 minutes): Predicting the Pattern in the Residual Plot Student Outcomes Students use a graphing calculator to construct the residual plot for a given data set. Students use a residual plot as an indication of whether the model used to describe the relationship

More information

The Story of the Diode Lab

The Story of the Diode Lab The Story of the Diode Lab This lab is constructed as a kind of journey of discovery that is a bit like doing a real physics experiment. We start out with a quantitative mathematical model of something.

More information

Mathematics Success Grade 8

Mathematics Success Grade 8 T936 Mathematics Success Grade 8 [OBJECTIVE] The student will find the line of best fit for a scatter plot, interpret the equation and y-intercept of the linear representation, and make predictions based

More information

Microsoft Excel: Data Analysis & Graphing. College of Engineering Engineering Education Innovation Center

Microsoft Excel: Data Analysis & Graphing. College of Engineering Engineering Education Innovation Center Microsoft Excel: Data Analysis & Graphing College of Engineering Engineering Education Innovation Center Objectives Use relative, absolute, and mixed cell referencing Identify the types of graphs and their

More information

Graphing with Excel. Data Table

Graphing with Excel. Data Table Graphing with Excel Copyright L. S. Quimby There are many spreadsheet programs and graphing programs that you can use to produce very nice graphs for your laboratory reports and homework papers, but Excel

More information

Appendix C: Graphing. How do I plot data and uncertainties? Another technique that makes data analysis easier is to record all your data in a table.

Appendix C: Graphing. How do I plot data and uncertainties? Another technique that makes data analysis easier is to record all your data in a table. Appendix C: Graphing One of the most powerful tools used for data presentation and analysis is the graph. Used properly, graphs are an important guide to understanding the results of an experiment. They

More information

Chapter 7 Graphing Equations of Lines and Linear Models; Rates of Change Section 3 Using Slope to Graph Equations of Lines and Linear Models

Chapter 7 Graphing Equations of Lines and Linear Models; Rates of Change Section 3 Using Slope to Graph Equations of Lines and Linear Models Math 167 Pre-Statistics Chapter 7 Graphing Equations of Lines and Linear Models; Rates of Change Section 3 Using Slope to Graph Equations of Lines and Linear Models Objectives 1. Use the slope and the

More information

Sensors and Scatterplots Activity Excel Worksheet

Sensors and Scatterplots Activity Excel Worksheet Name: Date: Sensors and Scatterplots Activity Excel Worksheet Directions Using our class datasheets, we will analyze additional scatterplots, using Microsoft Excel to make those plots. To get started,

More information

Table 1. List of NFL divisions that have won the Superbowl over the past 52 years.

Table 1. List of NFL divisions that have won the Superbowl over the past 52 years. MA 2113 Homework #1 Table 1. List of NFL divisions that have won the Superbowl over the past 52 years. NFC North AFC West NFC East NFC North AFC South NFC North NFC East NFC East AFC West NFC East AFC

More information

CHM 152 Lab 1: Plotting with Excel updated: May 2011

CHM 152 Lab 1: Plotting with Excel updated: May 2011 CHM 152 Lab 1: Plotting with Excel updated: May 2011 Introduction In this course, many of our labs will involve plotting data. While many students are nerds already quite proficient at using Excel to plot

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Shepard and Feng (1972) presented participants with an unfolded cube and asked them to mentally refold the cube with the shaded square on the bottom to determine if the two arrows

More information

Assessing Measurement System Variation

Assessing Measurement System Variation Example 1 Fuel Injector Nozzle Diameters Problem A manufacturer of fuel injector nozzles has installed a new digital measuring system. Investigators want to determine how well the new system measures the

More information

Physics 3 Lab 5 Normal Modes and Resonance

Physics 3 Lab 5 Normal Modes and Resonance Physics 3 Lab 5 Normal Modes and Resonance 1 Physics 3 Lab 5 Normal Modes and Resonance INTRODUCTION Earlier in the semester you did an experiment with the simplest possible vibrating object, the simple

More information

Chapter 10. Definition: Categorical Variables. Graphs, Good and Bad. Distribution

Chapter 10. Definition: Categorical Variables. Graphs, Good and Bad. Distribution Chapter 10 Graphs, Good and Bad Chapter 10 3 Distribution Definition: Tells what values a variable takes and how often it takes these values Can be a table, graph, or function Categorical Variables Places

More information

Reminders. Quiz today. Please bring a calculator to the quiz

Reminders. Quiz today. Please bring a calculator to the quiz Reminders Quiz today Please bring a calculator to the quiz 1 Regression Review (sort of Ch. 15) Warning: Outside of known textbook space Aaron Zimmerman STAT 220 - Summer 2014 Department of Statistics

More information

Measurement Systems Analysis

Measurement Systems Analysis 11 Measurement Systems Analysis Measurement Systems Analysis Overview, 11-2, 11-4 Gage Run Chart, 11-23 Gage Linearity and Accuracy Study, 11-27 MINITAB User s Guide 2 11-1 Chapter 11 Measurement Systems

More information

Simulations. 1 The Concept

Simulations. 1 The Concept Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that can be

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

Business Statistics. Lecture 2: Descriptive Statistical Graphs and Plots

Business Statistics. Lecture 2: Descriptive Statistical Graphs and Plots Business Statistics Lecture 2: Descriptive Statistical Graphs and Plots 1 Goals for this Lecture Graphical descriptive statistics Histograms (and bar charts) Boxplots Scatterplots Time series plots Mosaic

More information

Selected Answers for Core Connections Algebra

Selected Answers for Core Connections Algebra Selected Answers for Core Connections Algebra Lesson 8.1.1 8-6. (2x 3)(x + 2y 4) = 2x 2 + 4xy 11x 6y +12 8-7. a: 12x 2 +17x 5 b: 4x 2 28x + 49 8-8. a: t(n) = 500 +1500(n 1) b: t(n) = 30!5 n 1 8-9. a: b:

More information

Prices of digital cameras

Prices of digital cameras Prices of digital cameras The August 2012 issue of Consumer Reports included a report on digital cameras. The magazine listed 60 cameras, all of which were recommended by them, divided into six categories

More information

November 28, scatterplots and lines of fit ink.notebook. Page 153. Page 154. Page Scatter Plots and Line of Fit.

November 28, scatterplots and lines of fit ink.notebook. Page 153. Page 154. Page Scatter Plots and Line of Fit. . scatterplots and lines of fit ink.notebook Page Page Page. Scatter Plots and Line of Fit Page Page 6 Page 7 . scatterplots and lines of fit ink.notebook Lesson Objectives Standards Lesson Notes Lesson

More information

2008 Excellence in Mathematics Contest Team Project A. School Name: Group Members:

2008 Excellence in Mathematics Contest Team Project A. School Name: Group Members: 2008 Excellence in Mathematics Contest Team Project A School Name: Group Members: Reference Sheet Frequency is the ratio of the absolute frequency to the total number of data points in a frequency distribution.

More information

Assessing Measurement System Variation

Assessing Measurement System Variation Assessing Measurement System Variation Example 1: Fuel Injector Nozzle Diameters Problem A manufacturer of fuel injector nozzles installs a new digital measuring system. Investigators want to determine

More information

Physics 2310 Lab #5: Thin Lenses and Concave Mirrors Dr. Michael Pierce (Univ. of Wyoming)

Physics 2310 Lab #5: Thin Lenses and Concave Mirrors Dr. Michael Pierce (Univ. of Wyoming) Physics 2310 Lab #5: Thin Lenses and Concave Mirrors Dr. Michael Pierce (Univ. of Wyoming) Purpose: The purpose of this lab is to introduce students to some of the properties of thin lenses and mirrors.

More information

To describe the centre and spread of a univariate data set by way of a 5-figure summary and visually by a box & whisker plot.

To describe the centre and spread of a univariate data set by way of a 5-figure summary and visually by a box & whisker plot. Five Figure Summary Teacher Notes & Answers 7 8 9 10 11 12 TI-Nspire Investigation Student 60 min Aim To describe the centre and spread of a univariate data set by way of a 5-figure summary and visually

More information

MATHEMATICAL FUNCTIONS AND GRAPHS

MATHEMATICAL FUNCTIONS AND GRAPHS 1 MATHEMATICAL FUNCTIONS AND GRAPHS Objectives Learn how to enter formulae and create and edit graphs. Familiarize yourself with three classes of functions: linear, exponential, and power. Explore effects

More information

If a fair coin is tossed 10 times, what will we see? 24.61% 20.51% 20.51% 11.72% 11.72% 4.39% 4.39% 0.98% 0.98% 0.098% 0.098%

If a fair coin is tossed 10 times, what will we see? 24.61% 20.51% 20.51% 11.72% 11.72% 4.39% 4.39% 0.98% 0.98% 0.098% 0.098% Coin tosses If a fair coin is tossed 10 times, what will we see? 30% 25% 24.61% 20% 15% 10% Probability 20.51% 20.51% 11.72% 11.72% 5% 4.39% 4.39% 0.98% 0.98% 0.098% 0.098% 0 1 2 3 4 5 6 7 8 9 10 Number

More information

Existing and Design Profiles

Existing and Design Profiles NOTES Module 09 Existing and Design Profiles In this module, you learn how to work with profiles in AutoCAD Civil 3D. You create and modify profiles and profile views, edit profile geometry, and use styles

More information

2: Turning the Tables

2: Turning the Tables 2: Turning the Tables Gareth McCaughan Revision 1.8, May 14, 2001 Credits c Gareth McCaughan. All rights reserved. This document is part of the LiveWires Python Course. You may modify and/or distribute

More information

How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance

How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance How can it be right when it feels so wrong? Outliers, diagnostics, non-constant variance D. Alex Hughes November 19, 2014 D. Alex Hughes Problems? November 19, 2014 1 / 61 1 Outliers Generally Residual

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

IE 361 Module 36. Process Capability Analysis Part 1 (Normal Plotting) Reading: Section 4.1 Statistical Methods for Quality Assurance

IE 361 Module 36. Process Capability Analysis Part 1 (Normal Plotting) Reading: Section 4.1 Statistical Methods for Quality Assurance IE 361 Module 36 Process Capability Analysis Part 1 (Normal Plotting) Reading: Section 4.1 Statistical Methods for Quality Assurance ISU and Analytics Iowa LLC (ISU and Analytics Iowa LLC) IE 361 Module

More information

Heads Up! A c t i v i t y 5. The Problem. Name Date

Heads Up! A c t i v i t y 5. The Problem. Name Date . Name Date A c t i v i t y 5 Heads Up! In this activity, you will study some important concepts in a branch of mathematics known as probability. You are using probability when you say things like: It

More information

Graphing Techniques. Figure 1. c 2011 Advanced Instructional Systems, Inc. and the University of North Carolina 1

Graphing Techniques. Figure 1. c 2011 Advanced Instructional Systems, Inc. and the University of North Carolina 1 Graphing Techniques The construction of graphs is a very important technique in experimental physics. Graphs provide a compact and efficient way of displaying the functional relationship between two experimental

More information

6. Multivariate EDA. ACE 492 SA - Spatial Analysis Fall 2003

6. Multivariate EDA. ACE 492 SA - Spatial Analysis Fall 2003 1 Objectives 6. Multivariate EDA ACE 492 SA - Spatial Analysis Fall 2003 c 2003 by Luc Anselin, All Rights Reserved This lab covers some basic approaches to carry out EDA with a focus on discovering multivariate

More information

Statistics 101: Section L Laboratory 10

Statistics 101: Section L Laboratory 10 Statistics 101: Section L Laboratory 10 This lab looks at the sampling distribution of the sample proportion pˆ and probabilities associated with sampling from a population with a categorical variable.

More information

5 Day Unit Plan. Algebra/Grade 9. JenniferJohnston

5 Day Unit Plan. Algebra/Grade 9. JenniferJohnston 5 Day Unit Plan Algebra/Grade 9 JenniferJohnston Geometer s Sketchpad Graph Explorer Algebra I TI-83 Plus Topics in Algebra Application Transform Application Overall Objectives Students will use a variety

More information

Ideas beyond Number. Teacher s guide to Activity worksheets

Ideas beyond Number. Teacher s guide to Activity worksheets Ideas beyond Number Teacher s guide to Activity worksheets Learning objectives To explore reasoning, logic and proof through practical, experimental, structured and formalised methods of communication

More information

(3 pts) 1. Which statements are usually true of a left-skewed distribution? (circle all that are correct)

(3 pts) 1. Which statements are usually true of a left-skewed distribution? (circle all that are correct) STAT 451 - Practice Exam I Name (print): Section: This is a practice exam - it s a representative sample of problems that may appear on the exam and also substantially longer than the in-class exam. It

More information

Lesson 2.1 Linear Regression

Lesson 2.1 Linear Regression Lesson 2.1 Linear Regression Activity 1 Line of Best Fit The scatterplot shows the area, E, of the Amazon rain forest remaining, in thousands of square kilometers, > years after 1980. > E 6 3745 8 3724

More information

Laboratory 1: Motion in One Dimension

Laboratory 1: Motion in One Dimension Phys 131L Spring 2018 Laboratory 1: Motion in One Dimension Classical physics describes the motion of objects with the fundamental goal of tracking the position of an object as time passes. The simplest

More information

Sect Linear Equations in Two Variables

Sect Linear Equations in Two Variables 99 Concept # Sect. - Linear Equations in Two Variables Solutions to Linear Equations in Two Variables In this chapter, we will examine linear equations involving two variables. Such equations have an infinite

More information

TO PLOT OR NOT TO PLOT?

TO PLOT OR NOT TO PLOT? Graphic Examples This document provides examples of a number of graphs that might be used in understanding or presenting data. Comments with each example are intended to help you understand why the data

More information

Economics 101 Spring 2015 Answers to Homework #1 Due Thursday, February 5, 2015

Economics 101 Spring 2015 Answers to Homework #1 Due Thursday, February 5, 2015 Economics 101 Spring 2015 Answers to Homework #1 Due Thursday, February 5, 2015 Directions: The homework will be collected in a box before the lecture. Please place your name on top of the homework (legibly).

More information

Chapter 2: PRESENTING DATA GRAPHICALLY

Chapter 2: PRESENTING DATA GRAPHICALLY 2. Presenting Data Graphically 13 Chapter 2: PRESENTING DATA GRAPHICALLY A crowd in a little room -- Miss Woodhouse, you have the art of giving pictures in a few words. -- Emma 2.1 INTRODUCTION Draw a

More information

What are the chances?

What are the chances? What are the chances? Student Worksheet 7 8 9 10 11 12 TI-Nspire Investigation Student 90 min Introduction In probability, we often look at likelihood of events that are influenced by chance. Consider

More information

What Limits the Reproductive Success of Migratory Birds? Warbler Data Analysis (50 pts.)

What Limits the Reproductive Success of Migratory Birds? Warbler Data Analysis (50 pts.) 1 Warbler Data Analysis (50 pts.) This assignment is based on background information on the following website: http://btbw.hubbardbrookfoundation.org/. To do this assignment, you will need to use the Data

More information

Name: Date: Period: Histogram Worksheet

Name: Date: Period: Histogram Worksheet Name: Date: Period: Histogram Worksheet 1 5. For the following five histograms, list at least 3 characteristics that describe each histogram (consider symmetric, skewed to left, skewed to right, unimodal,

More information

Trial version. Resistor Production. How can the outcomes be analysed to optimise the process? Student. Contents. Resistor Production page: 1 of 15

Trial version. Resistor Production. How can the outcomes be analysed to optimise the process? Student. Contents. Resistor Production page: 1 of 15 Resistor Production How can the outcomes be analysed to optimise the process? Resistor Production page: 1 of 15 Contents Initial Problem Statement 2 Narrative 3-11 Notes 12 Appendices 13-15 Resistor Production

More information

Use Linear Regression to Find the Best Line on a Graphing Calculator

Use Linear Regression to Find the Best Line on a Graphing Calculator In an earlier technology assignment, you created a scatter plot of the US Student to Teacher Ratio for public schools from the table below. The scatter plot is shown to the right of the table and includes

More information

Laboratory 1: Uncertainty Analysis

Laboratory 1: Uncertainty Analysis University of Alabama Department of Physics and Astronomy PH101 / LeClair May 26, 2014 Laboratory 1: Uncertainty Analysis Hypothesis: A statistical analysis including both mean and standard deviation can

More information

Possible responses to the 2015 AP Statistics Free Resposne questions, Draft #2. You can access the questions here at AP Central.

Possible responses to the 2015 AP Statistics Free Resposne questions, Draft #2. You can access the questions here at AP Central. Possible responses to the 2015 AP Statistics Free Resposne questions, Draft #2. You can access the questions here at AP Central. Note: I construct these as a service for both students and teachers to start

More information

Chapter 10. Re-expressing Data: Get it Straight! Copyright 2012, 2008, 2005 Pearson Education, Inc.

Chapter 10. Re-expressing Data: Get it Straight! Copyright 2012, 2008, 2005 Pearson Education, Inc. Chapter 10 Re-expressing Data: Get it Straight! Copyright 2012, 2008, 2005 Pearson Education, Inc. Straight to the Point We cannot use a linear model unless the relationship between the two variables is

More information

Multiple Choice: Identify the choice that best completes the statement or answers the question.

Multiple Choice: Identify the choice that best completes the statement or answers the question. Name: Class: Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. A floral delivery company conducts a study to measure the effect of worker experience on

More information

Experiment G: Introduction to Graphical Representation of Data & the Use of Excel

Experiment G: Introduction to Graphical Representation of Data & the Use of Excel Experiment G: Introduction to Graphical Representation of Data & the Use of Excel Scientists answer posed questions by performing experiments which provide information about a given problem. After collecting

More information

Excel Manual X Axis Label Below Chart 2010 >>>CLICK HERE<<<

Excel Manual X Axis Label Below Chart 2010 >>>CLICK HERE<<< Excel Manual X Axis Label Below Chart 2010 When the X-axis is crowded with labels one way to solve the problem is to split the labels for to use two rows of labels enter the two rows of X-axis labels as

More information

Appendix 3 - Using A Spreadsheet for Data Analysis

Appendix 3 - Using A Spreadsheet for Data Analysis 105 Linear Regression - an Overview Appendix 3 - Using A Spreadsheet for Data Analysis Scientists often choose to seek linear relationships, because they are easiest to understand and to analyze. But,

More information

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes.

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes. Chapter 940 Introduction This section describes the options that are available for the appearance of a scatter plot. A set of all these options can be stored as a template file which can be retrieved later.

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Science Binder and Science Notebook. Discussions

Science Binder and Science Notebook. Discussions Lane Tech H. Physics (Joseph/Machaj 2016-2017) A. Science Binder Science Binder and Science Notebook Name: Period: Unit 1: Scientific Methods - Reference Materials The binder is the storage device for

More information

NCC_BSL_DavisBalestracci_3_ _v

NCC_BSL_DavisBalestracci_3_ _v NCC_BSL_DavisBalestracci_3_10292015_v Welcome back to my next lesson. In designing these mini-lessons I was only going to do three of them. But then I thought red, yellow, green is so prevalent, the traffic

More information

Split Testing 101 By George M. Brown

Split Testing 101 By George M. Brown Split Testing 101 By George M. Brown By: George M Brown Page 1 Contents Introduction... 3 What Exactly IS Split Testing?... 4 Getting Started... 6 What is Website Optimizer?... 7 Setting Up Your Google

More information

Mathematics Success Grade 8

Mathematics Success Grade 8 Mathematics Success Grade 8 T429 [OBJECTIVE] The student will solve systems of equations by graphing. [PREREQUISITE SKILLS] solving equations [MATERIALS] Student pages S207 S220 Rulers [ESSENTIAL QUESTIONS]

More information

Kenken For Teachers. Tom Davis January 8, Abstract

Kenken For Teachers. Tom Davis   January 8, Abstract Kenken For Teachers Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles January 8, 00 Abstract Kenken is a puzzle whose solution requires a combination of logic and simple arithmetic

More information

Regression: Tree Rings and Measuring Things

Regression: Tree Rings and Measuring Things Objectives: Measure biological data Use biological measurements to calculate means, slope and intercept Determine best linear fit of data Interpret fit using correlation Materials: Ruler (in millimeters)

More information

Student's height (in)

Student's height (in) Psych 315, Winter 2018, Homework 4 Answer Key Due Wednesday, January 31 either in section or in your TA s mailbox by 4pm. Name ID Section [AA Kit] [AB Kit] [AC Kelly] [AD Kelly] The scatterplot below plots

More information

8 Fraction Book. 8.1 About this part. 8.2 Pieces of Cake. Name 55

8 Fraction Book. 8.1 About this part. 8.2 Pieces of Cake. Name 55 Name 8 Fraction Book 8. About this part This book is intended to be an enjoyable supplement to the standard text and workbook material on fractions. Understanding why the rules are what they are, and why

More information

Mason Prep Algebra Summer Math Calendar

Mason Prep Algebra Summer Math Calendar Mason Prep Algebra Summer Math Calendar What students need to do: First, take a look at the list of activities to get an overview of what you ll need to do. Some are a little more involved than others.

More information

Graphs of linear equations will be perfectly straight lines. Why would we say that A and B are not both zero?

Graphs of linear equations will be perfectly straight lines. Why would we say that A and B are not both zero? College algebra Linear Functions : Definition, Horizontal and Vertical Lines, Slope, Rate of Change, Slopeintercept Form, Point-slope Form, Parallel and Perpendicular Lines, Linear Regression (sections.3

More information

Chapter 1. Picturing Distributions with Graphs

Chapter 1. Picturing Distributions with Graphs Chapter 1. Picturing Distributions with Graphs 1 Chapter 1. Picturing Distributions with Graphs Definition. Individuals are the objects described by a set of data. Individuals may be people, but they may

More information

Assessment. Self Assessment. Teacher Assessment. Date Learning Objective(s) Achievement or. NC Level: Game Control Student Booklet P a g e 1

Assessment. Self Assessment. Teacher Assessment. Date Learning Objective(s) Achievement or. NC Level: Game Control Student Booklet P a g e 1 Name: Class: Assessment Self Assessment Date Learning Objective(s) Achievement or Teacher Assessment NC Level: Game Control Student Booklet P a g e 1 Lesson 1 - Cutouts R.O.B.B.O the Robot is not working

More information

Spring 2017 Math 54 Test #2 Name:

Spring 2017 Math 54 Test #2 Name: Spring 2017 Math 54 Test #2 Name: You may use a TI calculator and formula sheets from the textbook. Show your work neatly and systematically for full credit. Total points: 101 1. (6) Suppose P(E) = 0.37

More information

Restaurant Bill and Party Size

Restaurant Bill and Party Size Restaurant Bill and Party Size Alignments to Content Standards: S-ID.B.6.b Task The owner of a local restaurant selected a random sample of dinner tables at his restaurant. For each table, the owner recorded

More information

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data UNIT TWO: Data for Simple Calculations T o p i c s : Enter and format a title Modify font style and size Enter column headings Move data Edit data I. Entering and Formatting Titles: The information used

More information

Austin and Sara s Game

Austin and Sara s Game Austin and Sara s Game 1. Suppose Austin picks a random whole number from 1 to 5 twice and adds them together. And suppose Sara picks a random whole number from 1 to 10. High score wins. What would you

More information

4.2 modeling WITh linear FUnCTIOnS

4.2 modeling WITh linear FUnCTIOnS SECTION 4.2 modeling with linear functions 3 0 9 learning ObjeCTIveS In this section, you will: Build linear models from verbal descriptions. Model a set of data with a linear function. 4.2 modeling WITh

More information

Spending Plan Booklet. Your road map to financial success

Spending Plan Booklet. Your road map to financial success Spending Plan Booklet Your road map to financial success 1 This booklet will lead you on the right track to creating a spending plan and sticking to it. Don t be afraid of the size! We ve provided you

More information

Chapter 4: Patterns and Relationships

Chapter 4: Patterns and Relationships Chapter : Patterns and Relationships Getting Started, p. 13 1. a) The factors of 1 are 1,, 3,, 6, and 1. The factors of are 1,,, 7, 1, and. The greatest common factor is. b) The factors of 16 are 1,,,,

More information

Microsoft Excel Lab Two (Completed 03/02/18) Transcript by Rev.com. Page 1 of 6

Microsoft Excel Lab Two (Completed 03/02/18) Transcript by Rev.com. Page 1 of 6 [00:00:31] Speaker 1: Hello everyone and welcome to excel lab two. To get started with this lab you will need two files. You will need excel lab two instructions file also, you will need excel lab two

More information

University of California, Berkeley, Statistics 20, Lecture 1. Michael Lugo, Fall Exam 2. November 3, 2010, 10:10 am - 11:00 am

University of California, Berkeley, Statistics 20, Lecture 1. Michael Lugo, Fall Exam 2. November 3, 2010, 10:10 am - 11:00 am University of California, Berkeley, Statistics 20, Lecture 1 Michael Lugo, Fall 2010 Exam 2 November 3, 2010, 10:10 am - 11:00 am Name: Signature: Student ID: Section (circle one): 101 (Joyce Chen, TR

More information

Try what you learned (and some new things too)

Try what you learned (and some new things too) Training Try what you learned (and some new things too) PART ONE: DO SOME MATH Exercise 1: Type some simple formulas to add, subtract, multiply, and divide. 1. Click in cell A1. First you ll add two numbers.

More information

TImiddlegrades.com. Science. Watt s The Deal

TImiddlegrades.com. Science. Watt s The Deal Watt s The Deal ID: 13435 Time required: 1 class period Suggested Grade Levels: 7 8 Activity Overview In this activity, students will use the CBL to collect data on the brightness of different light bulbs

More information

BE540 - Introduction to Biostatistics Computer Illustration. Topic 1 Summarizing Data Software: STATA. A Visit to Yellowstone National Park, USA

BE540 - Introduction to Biostatistics Computer Illustration. Topic 1 Summarizing Data Software: STATA. A Visit to Yellowstone National Park, USA BE540 - Introduction to Biostatistics Computer Illustration Topic 1 Summarizing Data Software: STATA A Visit to Yellowstone National Park, USA Source: Chatterjee, S; Handcock MS and Simonoff JS A Casebook

More information

Ace of diamonds. Graphing worksheet

Ace of diamonds. Graphing worksheet Ace of diamonds Produce a screen displaying a the Ace of diamonds. 2006 Open University A silver-level, graphing challenge. Reference number SG1 Graphing worksheet Choose one of the following topics and

More information

Use sparklines to show data trends

Use sparklines to show data trends Use sparklines to show data trends New in Microsoft Excel 2010, a sparkline is a tiny chart in a worksheet cell that provides a visual representation of data. Use sparklines to show trends in a series

More information

Robert B.Hallock Draft revised April 11, 2006 finalpaper2.doc

Robert B.Hallock Draft revised April 11, 2006 finalpaper2.doc How to Optimize the Sharpness of Your Photographic Prints: Part II - Practical Limits to Sharpness in Photography and a Useful Chart to Deteremine the Optimal f-stop. Robert B.Hallock hallock@physics.umass.edu

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Appendix III Graphs in the Introductory Physics Laboratory

Appendix III Graphs in the Introductory Physics Laboratory Appendix III Graphs in the Introductory Physics Laboratory 1. Introduction One of the purposes of the introductory physics laboratory is to train the student in the presentation and analysis of experimental

More information

Excel 2016 Cell referencing and AutoFill

Excel 2016 Cell referencing and AutoFill Excel 2016 Cell referencing and AutoFill Good afternoon everyone and welcome to Student Tech Bytes. My name is Liza and today we are here for Excel Cell referencing and Autofill. Today s session will be

More information

Exploring bivariate data Student Activity Sheet 4; use with Exploring Interpreting linear models

Exploring bivariate data Student Activity Sheet 4; use with Exploring Interpreting linear models 1. What is Hooke s Law? 2. What item in the science experiment is being used to simulate a spring? 3. Fill in the table (for number of marbles = {0, 5, 10, 15}) with the data collected during the science

More information