Biostatistics in Research Practice - Regression I

Size: px
Start display at page:

Download "Biostatistics in Research Practice - Regression I"

Transcription

1 Biostatistics in Research Practice - Regression I Simon Crouch 30th Januar 2007 In scientific studies, we often wish to model the relationships between observed variables over a sample of different subjects. For eample, one might measure the heights and weights of a number of subjects and investigate possible relationships between these variables. One might also wish to investigate whether other factors such as gender or particular states of health affect this relationship. Frequentl one wishes to consider a particular observation as a response variable to be eplained b the values of one or more eplanator variables. For eample, we ma wish to model someone s weight as a function of their height, gender and state of health. Outside of the field of fundamental phsics, it is unusual to have available all the variables that might provide a complete scientific eplanation of the value of some particular observation. In these cases, we frequentl use a probabilistic model in order to take account of what we cannot model deterministicall. It is also often the case that we do not have available to us a scientific model for our data. This being the case, we are often satisfied to develop a model that ma be a simplification of the processes actuall involved, provided that it is sufficient for what we actuall want to do. A reasonable first attempt would be to fit a linear model

2 How would we fit such a model? A straightforward wa, called the Method of Least Squares, is to minimize the sum of the squared residuals left over after fitting the line. 0 0 A ver useful wa of thinking about this that generalizes to a much wider class of models is the idea of Eplained Variation. Our response variable shows a degree of variabilit about its mean - for eample, our sample of twent people have differing weights. We eplain some of the variabilit of people s weights b the fact that the have different heights. We might eplain more of the variabilit b taking into account their gender. When we ve fitted our linear model, there ll still be some uneplained variation, but we can give a measure of how much variation we have eplained b our model b comparing the residual sum of squares with the total sum of squares. These are illustrated b the figures on the left and on the right respectivel. We often use a quantit called R 2 that is one minus the ratio of the residual sum of squares and the total sum of squares. Notice that so far we haven t mentioned probabilit or statistics at all! The least squares method is a geometric method of fitting a curve to some points that has no statistical content and we can make no statistical inferences from such a method. We ll now introduce the probabilistic content that will allow us to make statistical inferences about our models. (Note that because of the wa we introduce probabilit into the model, through the normal distribution, the method of least squares is still the right wa to fit a model. It turns out that minimizing the sum of squared residuals is mathematicall equivalent to maimizing the likelihood associated with the probabilistic structure of the model). Linear Regression Models are simple but powerful tools that allow us to model the structure in data in a wide variet of circumstances. Suppose that we have n observations of some response variable Y 1,..., Y n and for each i we have the values of some eplanator variables X 1,i,..., X p,i. we model the response as: Y i = β 0 + X 1,i β 1 + X 2,i β X p,i β p + ɛ i 2

3 where the {ɛ i } are independent normal random variables with mean 0 and common variance σ 2. Y is called the Response Variables and the X j are called Eplanator Variables. (You will also hear the terminolog dependent and independent variables as well as variates and covariates). If p = 1, we have simple linear regression, otherwise we have multiple linear regression. You might also hear about multivariate linear regression where the response variable is of dimension greater than one. The coefficient β 0 is often called an intercept. Unless ou have definite scientific evidence to suggest that there should be no intercept in our model, there should be one. Strictl speaking, Y has to be a continuous random variable defined on the entire real line (, + ). (Eercise: Wh?) However, in practice, it is not uncommon to model other tpes of response using this tpe of linear model, provided that the residuals from the fitted model are approimatel normal. Notice that we ve made no assumptions about the X s. The might be continuous variables, the might be categorical or ordinal. From a statistical point of view, we don t care how the are distributed (though note that their actual distribution ma have an effect on us being able to fit a model). If all the X s in a model are categorical, there s a close connection between a regression model and the Analsis of Variance; if there s a miture of categorical and continuous eplanator variables, ou ma hear the term Analsis of Covariance. Once we ve introduced a probabilistic structure to our model b declaring that the residual error process is normal, we can start to make statistical inferences using our model. For eample, we can put 95% confidence intervals around our estimates of the coefficients β i. For the data we ve been using so far, the estimate of the regression line is = % confidence intervals for the intercept and coefficient of are (.43, 8.8) and (0.24, 1.0) respectivel (and the eplained variation is 0.36). The results of this simple linear regression are eas to eplain. For ever unit increase in the value of, the epected value of increases b We can use such a model to eplain what is going on in the relationship between variables. We can also use the model to predict what some future response might be for a new observation with some value of the eplanator variable. In addition to confidence intervals for the coefficients, we can give confidence intervals for our predictions. These two intervals are sometimes called Confidence Bands and Tolerance Bands. 3

4 In the figure, the narrow error bounds are those for the fitted line, whereas the wider error bounds are for predictions from the model. We make a number of assumptions when we fit a model like this. We assume that The errors ɛ i are normall distributed with zero mean. The errors ɛ i all have the same common variance σ 2. This is sometimes called homoscedasticit. The errors ɛ i are independent of one another. The form of the model is correct, in the sense that the correct eplanator variables are in the model and have the correct functional form. When we make assumptions like this, it is important to check that the are true for the model we fit. There are a number of simple was was of checking the first two of these assumptions. We can check that the residuals are normall distributed b performing a Q-Q Plot and we can check that the residuals have the same variance b inspecting a plot of residuals versus fitted values. In most cases these visual plots are sufficient to establish whether these assumptions are true, but ou should note that ou can construct formal statistical tests for them as well. (Eercise: How?). 4

5 Normal Q Q Plot Sample Quantiles res Theoretical Quantiles fitted(mod1) Checking the independence of the observations is less easil done (but there are statistical tests such as the Durbin Watson test for serial correlation) and one would usuall justif independence on some scientific basis. You should note that if it is known that the observations are not independent, it is still possible to model the data, but that is for another course! Checking that the form of the model is correct can be much harder. We will look at strategies for deciding which eplanator variables should be in a model net week. Checking the functional form for the eplanator variables is often done b graphical methods. The regression line on the right shows a reasonable fit to the data shown on the left. But there s clearl a suggestion that something s wrong! The Q-Q plot of residuals is slightl suspicious, but the plot of residuals against fitted values is a dead giveawa. This latter plot is often ver useful for showing trends in the data (either 5

6 functional form or heteroscedasticit) and ma indicate what needs to be done to cure the problem. Normal Q Q Plot Sample Quantiles res Theoretical Quantiles fitted(mod5) How does one cure the problem? In this case, the original scatter plot of the data and the plot of residuals against fitted for the straight line fit both suggest a quadratic fit. That is, we tr fitting a model of the form Y i = β 0 + β 1 X i + β 2 X 2 i Note that despite this having a quadratic term in the eplanator variable X, this is still a linear model! When we talk about linear models we are referring to linearit in the coefficients β i. So the model above is linear but one such as Y i = β X i 0 is not. In terms of the general form of the linear model we gave earlier, some of the X s ma be combinations (products, powers or some other functions) of the others. When we fit a model with a quadratic term this is what we get. Clearl a much better fit to the data, which the residual plot on the right confirms. 6

7 res fitted(mod6) Estimate Standard Error p-value Intercept X X tin Notice two things: if ou have a model with higher order terms for some covariate in it, ou should keep the lower order terms of that covariate; despite an reported p-value, ou should also keep the intercept term in the model. We ll discuss in more depth how we decide which terms to keep in a regression model net week, but for the moment, remember these important rules. Deciding which terms should go into a regression model as eplanator variables in the first place when ou ve got more than one candidate can be trick. You should be guided b an scientific information that ou have available - but of course, it ma be that our investigation is aimed at discovering that scientific eplanation! Net week, we ll look at model building in more depth; for the moment remember that graphical plots such as scatterplots can be ver useful. 7

8 z Here, if we suppose that X and Y are eplanator variables and that Z is the response variable, there appears to be a clear linear relationship between Y and Z, but the relationship between X and Z is less clear. Still, tring a model of the form Z i = β 0 + X i β 1 + Y i β 2 would be fair. You ma also have available to ou partial regression plots that show ou the residuals from a possible model plotted against each covariate in turn after having taken into account the other covariates. 8

9 beta*+res 0 beta*+res These plots confirm that our model is reasonable. However, it would also be a good idea to include interaction terms in the model and see what happens. Z i = β 0 + X i β 1 + Y i β 2 + X i Y i β 3 The first model with no interaction term is eas to interpret. If ou hold Y fied and change X b one unit, then the epected value of Z changes b β 1. If ou hold X fied and change Y b one unit, then the epected value of Z changes b β 2. However, if there is an interaction term, the model becomes harder to interpret. If ou hold Y = Y f fied and change X b one unit, then the epected value of Z changes b β 1 + β 3 Y f. The rate of change of Z with respect to X depends on the value of Y. How this is interpreted in scientific terms depends upon the problem in hand. However, if one of the eplanator variables is discrete (binar, perhaps) then the interpretation of a model with interaction is easier. 9

10 In the left hand figure we ve plotted the value of a response variable Y against the eplanator variable X. There is a second (binar) eplanator variable T that defines two groups in the data, and these are clear on the plot. If we fit a linear regression using onl X as an eplanator variable, we get the right hand figure. Something clearl appears to be wrong! (You ma wish to find out about Simpson s Parado and relate it to these graphs) If we now do a regression using both Y and T as eplanator variables with no interaction Y i = β 0 + β 1 X i + β 2 T i then we get the fit on the left hand side. Notice that the slope of the two lines is the same. Does it look right et? 10

11 If we now fit a model with an interaction term Y i = β 0 + β 1 X i + β 2 T i + β 3 X i T i then we get the fit on the right hand side. Notice that the slope of the line of Y against X now depends on the value of T. The fit appears much more satisfactor. 11

EDEXCEL ANALYTICAL METHODS FOR ENGINEERS H1 UNIT 2 - NQF LEVEL 4 OUTCOME 4 - STATISTICS AND PROBABILITY TUTORIAL 3 LINEAR REGRESSION

EDEXCEL ANALYTICAL METHODS FOR ENGINEERS H1 UNIT 2 - NQF LEVEL 4 OUTCOME 4 - STATISTICS AND PROBABILITY TUTORIAL 3 LINEAR REGRESSION EDEXCEL AALYTICAL METHODS FOR EGIEERS H1 UIT - QF LEVEL 4 OUTCOME 4 - STATISTICS AD PROBABILITY TUTORIAL 3 LIEAR REGRESSIO Tabular and graphical form: data collection methods; histograms; bar charts; line

More information

Linear regression Class 25, Jeremy Orloff and Jonathan Bloom

Linear regression Class 25, Jeremy Orloff and Jonathan Bloom 1 Learning Goals Linear regression Class 25, 18.05 Jerem Orloff and Jonathan Bloom 1. Be able to use the method of least squares to fit a line to bivariate data. 2. Be able to give a formula for the total

More information

FIRST- AND SECOND-ORDER IVPS The problem given in (1) is also called an nth-order initial-value problem. For example, Solve: Solve:

FIRST- AND SECOND-ORDER IVPS The problem given in (1) is also called an nth-order initial-value problem. For example, Solve: Solve: .2 INITIAL-VALUE PROBLEMS 3.2 INITIAL-VALUE PROBLEMS REVIEW MATERIAL Normal form of a DE Solution of a DE Famil of solutions INTRODUCTION We are often interested in problems in which we seek a solution

More information

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

Quantitative Understanding in Biology 2.2 Fitting Model Parameters

Quantitative Understanding in Biology 2.2 Fitting Model Parameters Quantitative Understanding in Biolog 2.2 Fitting Model Parameters Jason Banfelder November 30th, 2017 Let us consider how we might fit a power law model to some data. simulating the power law relationship

More information

Correlation and regression. Correlation and regression analysis. Measures of association. Why bother? Positive linear relationship

Correlation and regression. Correlation and regression analysis. Measures of association. Why bother? Positive linear relationship 1 Correlation and regression analsis 12 Januar 2009 Monda, 14.00-16.00 (C1058) Frank Haege Department of Politics and Public Administration Universit of Limerick frank.haege@ul.ie www.frankhaege.eu Correlation

More information

Topic - 12 Linear Regression and Correlation

Topic - 12 Linear Regression and Correlation Topic 1 Linear Regression and Correlation Correlation & Regression Univariate & Bivariate tatistics U: frequenc distribution, mean, mode, range, standard deviation B: correlation two variables Correlation

More information

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs 0_005.qd /7/05 8: AM Page 5 5 Chapter Functions and Their Graphs.5 Analzing Graphs of Functions What ou should learn Use the Vertical Line Test for functions. Find the zeros of functions. Determine intervals

More information

Laurie s Notes. Overview of Section 3.5

Laurie s Notes. Overview of Section 3.5 Overview of Section.5 Introduction Sstems of linear equations were solved in Algebra using substitution, elimination, and graphing. These same techniques are applied to nonlinear sstems in this lesson.

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

Methods for Advanced Mathematics (C3) Coursework Numerical Methods

Methods for Advanced Mathematics (C3) Coursework Numerical Methods Woodhouse College 0 Page Introduction... 3 Terminolog... 3 Activit... 4 Wh use numerical methods?... Change of sign... Activit... 6 Interval Bisection... 7 Decimal Search... 8 Coursework Requirements on

More information

Chapter 18 Quadratic Function 2

Chapter 18 Quadratic Function 2 Chapter 18 Quadratic Function Completed Square Form 1 Consider this special set of numbers - the square numbers or the set of perfect squares. 4 = = 9 = 3 = 16 = 4 = 5 = 5 = Numbers like 5, 11, 15 are

More information

1. (a) Sketch the graph of a function that has two local maxima, one local minimum, and no absolute minimum. Solution: Such a graph is shown below.

1. (a) Sketch the graph of a function that has two local maxima, one local minimum, and no absolute minimum. Solution: Such a graph is shown below. MATH 9 Eam (Version ) Solutions November 7, S. F. Ellermeer Name Instructions. Your work on this eam will be graded according to two criteria: mathematical correctness and clarit of presentation. In other

More information

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x Algebra Notes Quadratic Systems Name: Block: Date: Last class we discussed linear systems. The only possibilities we had we 1 solution, no solution or infinite solutions. With quadratic systems we have

More information

In order to take a closer look at what I m talking about, grab a sheet of graph paper and graph: y = x 2 We ll come back to that graph in a minute.

In order to take a closer look at what I m talking about, grab a sheet of graph paper and graph: y = x 2 We ll come back to that graph in a minute. Module 7: Conics Lesson Notes Part : Parabolas Parabola- The parabola is the net conic section we ll eamine. We talked about parabolas a little bit in our section on quadratics. Here, we eamine them more

More information

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet.

Ch 5 Alg 2 L2 Note Sheet Key Do Activity 1 on your Ch 5 Activity Sheet. Ch Alg L Note Sheet Ke Do Activit 1 on our Ch Activit Sheet. Chapter : Quadratic Equations and Functions.1 Modeling Data With Quadratic Functions You had three forms for linear equations, ou will have

More information

LESSON #12 - FORMS OF A LINE COMMON CORE ALGEBRA II

LESSON #12 - FORMS OF A LINE COMMON CORE ALGEBRA II LESSON # - FORMS OF A LINE COMMON CORE ALGEBRA II Linear functions come in a variet of forms. The two shown below have been introduced in Common Core Algebra I and Common Core Geometr. TWO COMMON FORMS

More information

Comparing linear and exponential growth

Comparing linear and exponential growth Januar 16, 2009 Comparing Linear and Exponential Growth page 1 Comparing linear and exponential growth How does exponential growth, which we ve been studing this week, compare to linear growth, which we

More information

Linear Programming. Maximize the function. P = Ax + By + C. subject to the constraints. a 1 x + b 1 y < c 1 a 2 x + b 2 y < c 2

Linear Programming. Maximize the function. P = Ax + By + C. subject to the constraints. a 1 x + b 1 y < c 1 a 2 x + b 2 y < c 2 Linear Programming Man real world problems require the optimization of some function subject to a collection of constraints. Note: Think of optimizing as maimizing or minimizing for MATH1010. For eample,

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

More information

LESSON #11 - FORMS OF A LINE COMMON CORE ALGEBRA II

LESSON #11 - FORMS OF A LINE COMMON CORE ALGEBRA II LESSON # - FORMS OF A LINE COMMON CORE ALGEBRA II Linear functions come in a variet of forms. The two shown below have been introduced in Common Core Algebra I and Common Core Geometr. TWO COMMON FORMS

More information

Chapter 6. Exploring Data: Relationships

Chapter 6. Exploring Data: Relationships Chapter 6 Exploring Data: Relationships For All Practical Purposes: Effective Teaching A characteristic of an effective instructor is fairness and consistenc in grading and evaluating student performance.

More information

5. Zeros. We deduce that the graph crosses the x-axis at the points x = 0, 1, 2 and 4, and nowhere else. And that s exactly what we see in the graph.

5. Zeros. We deduce that the graph crosses the x-axis at the points x = 0, 1, 2 and 4, and nowhere else. And that s exactly what we see in the graph. . Zeros Eample 1. At the right we have drawn the graph of the polnomial = ( 1) ( 2) ( 4). Argue that the form of the algebraic formula allows ou to see right awa where the graph is above the -ais, where

More information

Derivatives of Multivariable Functions

Derivatives of Multivariable Functions Chapter 0 Derivatives of Multivariable Functions 0. Limits Motivating Questions In this section, we strive to understand the ideas generated b the following important questions: What do we mean b the limit

More information

Polynomial approximation and Splines

Polynomial approximation and Splines Polnomial approimation and Splines 1. Weierstrass approimation theorem The basic question we ll look at toda is how to approimate a complicated function f() with a simpler function P () f() P () for eample,

More information

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents Unit NOTES Honors Common Core Math Da : Properties of Eponents Warm-Up: Before we begin toda s lesson, how much do ou remember about eponents? Use epanded form to write the rules for the eponents. OBJECTIVE

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions 5 Figure 1 35-mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia

More information

Tangent Lines. Limits 1

Tangent Lines. Limits 1 Limits Tangent Lines The concept of the tangent line to a circle dates back at least to the earl das of Greek geometr, that is, at least 5 ears. The tangent line to a circle with centre O at a point A

More information

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

5.4 dividing POlynOmIAlS

5.4 dividing POlynOmIAlS SECTION 5.4 dividing PolNomiAls 3 9 3 learning ObjeCTIveS In this section, ou will: Use long division to divide polnomials. Use snthetic division to divide polnomials. 5.4 dividing POlnOmIAlS Figure 1

More information

Section 1.2: A Catalog of Functions

Section 1.2: A Catalog of Functions Section 1.: A Catalog of Functions As we discussed in the last section, in the sciences, we often tr to find an equation which models some given phenomenon in the real world - for eample, temperature as

More information

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II LESSON #4 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART COMMON CORE ALGEBRA II You will recall from unit 1 that in order to find the inverse of a function, ou must switch and and solve for. Also,

More information

ENR202 Mechanics of Materials Lecture 12B Slides and Notes

ENR202 Mechanics of Materials Lecture 12B Slides and Notes ENR0 Mechanics of Materials Lecture 1B Slides and Notes Slide 1 Copright Notice Do not remove this notice. COMMMONWEALTH OF AUSTRALIA Copright Regulations 1969 WARNING This material has been produced and

More information

review session gov 2000 gov 2000 () review session 1 / 38

review session gov 2000 gov 2000 () review session 1 / 38 review session gov 2000 gov 2000 () review session 1 / 38 Overview Random Variables and Probability Univariate Statistics Bivariate Statistics Multivariate Statistics Causal Inference gov 2000 () review

More information

Pre-AP Algebra 2 Lesson 1-1 Basics of Functions

Pre-AP Algebra 2 Lesson 1-1 Basics of Functions Lesson 1-1 Basics of Functions Objectives: The students will be able to represent functions verball, numericall, smbolicall, and graphicall. The students will be able to determine if a relation is a function

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Eponential and Logarithmic Functions 6 Figure Electron micrograph of E. Coli bacteria (credit: Mattosaurus, Wikimedia Commons) CHAPTER OUTLINE 6. Eponential Functions 6. Logarithmic Properties 6. Graphs

More information

Mathematical Statistics. Gregg Waterman Oregon Institute of Technology

Mathematical Statistics. Gregg Waterman Oregon Institute of Technology Mathematical Statistics Gregg Waterman Oregon Institute of Technolog c Gregg Waterman This work is licensed under the Creative Commons Attribution. International license. The essence of the license is

More information

Chapter 13 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics

Chapter 13 Student Lecture Notes Department of Quantitative Methods & Information Systems. Business Statistics Chapter 13 Student Lecture Notes 13-1 Department of Quantitative Methods & Information Sstems Business Statistics Chapter 14 Introduction to Linear Regression and Correlation Analsis QMIS 0 Dr. Mohammad

More information

Chapter 11. Correlation and Regression

Chapter 11. Correlation and Regression Chapter 11 Correlation and Regression Correlation A relationship between two variables. The data can be represented b ordered pairs (, ) is the independent (or eplanator) variable is the dependent (or

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Limits 4: Continuity

Limits 4: Continuity Limits 4: Continuit 55 Limits 4: Continuit Model : Continuit I. II. III. IV. z V. VI. z a VII. VIII. IX. Construct Your Understanding Questions (to do in class). Which is the correct value of f (a) in

More information

Chapter 27 Summary Inferences for Regression

Chapter 27 Summary Inferences for Regression Chapter 7 Summary Inferences for Regression What have we learned? We have now applied inference to regression models. Like in all inference situations, there are conditions that we must check. We can test

More information

nm nm

nm nm The Quantum Mechanical Model of the Atom You have seen how Bohr s model of the atom eplains the emission spectrum of hdrogen. The emission spectra of other atoms, however, posed a problem. A mercur atom,

More information

Dependence and scatter-plots. MVE-495: Lecture 4 Correlation and Regression

Dependence and scatter-plots. MVE-495: Lecture 4 Correlation and Regression Dependence and scatter-plots MVE-495: Lecture 4 Correlation and Regression It is common for two or more quantitative variables to be measured on the same individuals. Then it is useful to consider what

More information

Data transformation. Core: Data analysis. Chapter 5

Data transformation. Core: Data analysis. Chapter 5 Chapter 5 5 Core: Data analsis Data transformation ISBN 978--7-56757-3 Jones et al. 6 66 Core Chapter 5 Data transformation 5A Introduction You first encountered data transformation in Chapter where ou

More information

DIFFERENTIAL EQUATIONS First Order Differential Equations. Paul Dawkins

DIFFERENTIAL EQUATIONS First Order Differential Equations. Paul Dawkins DIFFERENTIAL EQUATIONS First Order Paul Dawkins Table of Contents Preface... First Order... 3 Introduction... 3 Linear... 4 Separable... 7 Eact... 8 Bernoulli... 39 Substitutions... 46 Intervals of Validit...

More information

Simple linear regression: linear relationship between two qunatitative variables. Linear Regression. The regression line

Simple linear regression: linear relationship between two qunatitative variables. Linear Regression. The regression line Linear Regression Simple linear regression: linear relationship etween two qunatitative variales The regression line Facts aout least-squares regression Residuals Influential oservations Cautions aout

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and can be printed and given to the

More information

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals Math Summar of Important Algebra & Trigonometr Concepts Chapter & Appendi D, Stewart, Calculus Earl Transcendentals Function a rule that assigns to each element in a set D eactl one element, called f (

More information

Quadratic Functions. The graph of the function shifts right 3. The graph of the function shifts left 3.

Quadratic Functions. The graph of the function shifts right 3. The graph of the function shifts left 3. Quadratic Functions The translation o a unction is simpl the shiting o a unction. In this section, or the most part, we will be graphing various unctions b means o shiting the parent unction. We will go

More information

11.4 Polar Coordinates

11.4 Polar Coordinates 11. Polar Coordinates 917 11. Polar Coordinates In Section 1.1, we introduced the Cartesian coordinates of a point in the plane as a means of assigning ordered pairs of numbers to points in the plane.

More information

INF Introduction to classifiction Anne Solberg

INF Introduction to classifiction Anne Solberg INF 4300 8.09.17 Introduction to classifiction Anne Solberg anne@ifi.uio.no Introduction to classification Based on handout from Pattern Recognition b Theodoridis, available after the lecture INF 4300

More information

Worksheet #1. A little review.

Worksheet #1. A little review. Worksheet #1. A little review. I. Set up BUT DO NOT EVALUATE definite integrals for each of the following. 1. The area between the curves = 1 and = 3. Solution. The first thing we should ask ourselves

More information

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

6.4 graphs OF logarithmic FUnCTIOnS

6.4 graphs OF logarithmic FUnCTIOnS SECTION 6. graphs of logarithmic functions 9 9 learning ObjeCTIveS In this section, ou will: Identif the domain of a logarithmic function. Graph logarithmic functions. 6. graphs OF logarithmic FUnCTIOnS

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Microarra Center STATISTICAL DATA ANALYSIS IN EXCEL Lecture 5 Linear Regression dr. Petr Nazarov 14-1-213 petr.nazarov@crp-sante.lu Statistical data analsis in Ecel. 5. Linear regression OUTLINE Lecture

More information

Review Topics for MATH 1400 Elements of Calculus Table of Contents

Review Topics for MATH 1400 Elements of Calculus Table of Contents Math 1400 - Mano Table of Contents - Review - page 1 of 2 Review Topics for MATH 1400 Elements of Calculus Table of Contents MATH 1400 Elements of Calculus is one of the Marquette Core Courses for Mathematical

More information

MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED

MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED FOM 11 T7 GRAPHING LINEAR EQUATIONS REVIEW - 1 1 MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED 1) TWO VARIABLE EQUATIONS = an equation containing two different variables. ) COEFFICIENT = the number in front

More information

Triple Integrals. y x

Triple Integrals. y x Triple Integrals. (a) If is an solid (in space), what does the triple integral dv represent? Wh? (b) Suppose the shape of a solid object is described b the solid, and f(,, ) gives the densit of the object

More information

Business Statistics. Lecture 9: Simple Regression

Business Statistics. Lecture 9: Simple Regression Business Statistics Lecture 9: Simple Regression 1 On to Model Building! Up to now, class was about descriptive and inferential statistics Numerical and graphical summaries of data Confidence intervals

More information

2.2 Equations of Lines

2.2 Equations of Lines 660_ch0pp07668.qd 10/16/08 4:1 PM Page 96 96 CHAPTER Linear Functions and Equations. Equations of Lines Write the point-slope and slope-intercept forms Find the intercepts of a line Write equations for

More information

Strain Transformation and Rosette Gage Theory

Strain Transformation and Rosette Gage Theory Strain Transformation and Rosette Gage Theor It is often desired to measure the full state of strain on the surface of a part, that is to measure not onl the two etensional strains, and, but also the shear

More information

Statistical View of Least Squares

Statistical View of Least Squares May 23, 2006 Purpose of Regression Some Examples Least Squares Purpose of Regression Purpose of Regression Some Examples Least Squares Suppose we have two variables x and y Purpose of Regression Some Examples

More information

1 GSW Gaussian Elimination

1 GSW Gaussian Elimination Gaussian elimination is probabl the simplest technique for solving a set of simultaneous linear equations, such as: = A x + A x + A x +... + A x,,,, n n = A x + A x + A x +... + A x,,,, n n... m = Am,x

More information

Correlation and simple linear regression S5

Correlation and simple linear regression S5 Basic medical statistics for clinical and eperimental research Correlation and simple linear regression S5 Katarzyna Jóźwiak k.jozwiak@nki.nl November 15, 2017 1/41 Introduction Eample: Brain size and

More information

z = 1 2 x 3 4 y + 3 y dt

z = 1 2 x 3 4 y + 3 y dt Exact First Order Differential Equations This Lecture covers material in Section 2.6. A first order differential equations is exact if it can be written in the form M(x, ) + N(x, ) d dx = 0, where M =

More information

Testing Bridge Thickness

Testing Bridge Thickness . Testing Bridge Thickness Goals Make tables and graphs to represent data Describe relationships between variables Use data patterns to make predictions In their previous work in Variables and Patterns

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

A Level Mathematics and Further Mathematics Essential Bridging Work

A Level Mathematics and Further Mathematics Essential Bridging Work A Level Mathematics and Further Mathematics Essential Bridging Work In order to help you make the best possible start to your studies at Franklin, we have put together some bridging work that you will

More information

Eigenvectors and Eigenvalues 1

Eigenvectors and Eigenvalues 1 Ma 2015 page 1 Eigenvectors and Eigenvalues 1 In this handout, we will eplore eigenvectors and eigenvalues. We will begin with an eploration, then provide some direct eplanation and worked eamples, and

More information

Analytic Trigonometry

Analytic Trigonometry CHAPTER 5 Analtic Trigonometr 5. Fundamental Identities 5. Proving Trigonometric Identities 5.3 Sum and Difference Identities 5.4 Multiple-Angle Identities 5.5 The Law of Sines 5.6 The Law of Cosines It

More information

15. Eigenvalues, Eigenvectors

15. Eigenvalues, Eigenvectors 5 Eigenvalues, Eigenvectors Matri of a Linear Transformation Consider a linear ( transformation ) L : a b R 2 R 2 Suppose we know that L and L Then c d because of linearit, we can determine what L does

More information

8 Differential Calculus 1 Introduction

8 Differential Calculus 1 Introduction 8 Differential Calculus Introduction The ideas that are the basis for calculus have been with us for a ver long time. Between 5 BC and 5 BC, Greek mathematicians were working on problems that would find

More information

TABLE OF CONTENTS - UNIT 1 CHARACTERISTICS OF FUNCTIONS

TABLE OF CONTENTS - UNIT 1 CHARACTERISTICS OF FUNCTIONS TABLE OF CONTENTS - UNIT CHARACTERISTICS OF FUNCTIONS TABLE OF CONTENTS - UNIT CHARACTERISTICS OF FUNCTIONS INTRODUCTION TO FUNCTIONS RELATIONS AND FUNCTIONS EXAMPLES OF FUNCTIONS 4 VIEWING RELATIONS AND

More information

Algebra 1 Skills Needed to be Successful in Algebra 2

Algebra 1 Skills Needed to be Successful in Algebra 2 Algebra 1 Skills Needed to be Successful in Algebra A. Simplifing Polnomial Epressions Objectives: The student will be able to: Appl the appropriate arithmetic operations and algebraic properties needed

More information

F6 Solving Inequalities

F6 Solving Inequalities UNIT F6 Solving Inequalities: Tet F6 Solving Inequalities F6. Inequalities on a Number Line An inequalit involves one of the four smbols >,, < or The following statements illustrate the meaning of each

More information

CONTINUOUS SPATIAL DATA ANALYSIS

CONTINUOUS SPATIAL DATA ANALYSIS CONTINUOUS SPATIAL DATA ANALSIS 1. Overview of Spatial Stochastic Processes The ke difference between continuous spatial data and point patterns is that there is now assumed to be a meaningful value, s

More information

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives

UNCORRECTED SAMPLE PAGES. 3Quadratics. Chapter 3. Objectives Chapter 3 3Quadratics Objectives To recognise and sketch the graphs of quadratic polnomials. To find the ke features of the graph of a quadratic polnomial: ais intercepts, turning point and ais of smmetr.

More information

Representation of Functions by Power Series. Geometric Power Series

Representation of Functions by Power Series. Geometric Power Series 60_0909.qd //0 :09 PM Page 669 SECTION 9.9 Representation of Functions b Power Series 669 The Granger Collection Section 9.9 JOSEPH FOURIER (768 80) Some of the earl work in representing functions b power

More information

Math Review Packet #5 Algebra II (Part 2) Notes

Math Review Packet #5 Algebra II (Part 2) Notes SCIE 0, Spring 0 Miller Math Review Packet #5 Algebra II (Part ) Notes Quadratic Functions (cont.) So far, we have onl looked at quadratic functions in which the term is squared. A more general form of

More information

The American School of Marrakesh. Algebra 2 Algebra 2 Summer Preparation Packet

The American School of Marrakesh. Algebra 2 Algebra 2 Summer Preparation Packet The American School of Marrakesh Algebra Algebra Summer Preparation Packet Summer 016 Algebra Summer Preparation Packet This summer packet contains eciting math problems designed to ensure our readiness

More information

Linear Equations and Arithmetic Sequences

Linear Equations and Arithmetic Sequences CONDENSED LESSON.1 Linear Equations and Arithmetic Sequences In this lesson, ou Write eplicit formulas for arithmetic sequences Write linear equations in intercept form You learned about recursive formulas

More information

1.7 Inverse Functions

1.7 Inverse Functions 71_0107.qd 1/7/0 10: AM Page 17 Section 1.7 Inverse Functions 17 1.7 Inverse Functions Inverse Functions Recall from Section 1. that a function can be represented b a set of ordered pairs. For instance,

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

P1 Chapter 4 :: Graphs & Transformations

P1 Chapter 4 :: Graphs & Transformations P1 Chapter 4 :: Graphs & Transformations jfrost@tiffin.kingston.sch.uk www.drfrostmaths.com @DrFrostMaths Last modified: 14 th September 2017 Use of DrFrostMaths for practice Register for free at: www.drfrostmaths.com/homework

More information

Engineering Mathematics I

Engineering Mathematics I Engineering Mathematics I_ 017 Engineering Mathematics I 1. Introduction to Differential Equations Dr. Rami Zakaria Terminolog Differential Equation Ordinar Differential Equations Partial Differential

More information

Chapter 3. Expectations

Chapter 3. Expectations pectations - Chapter. pectations.. Introduction In this chapter we define five mathematical epectations the mean variance standard deviation covariance and correlation coefficient. We appl these general

More information

Introduction to Vector Spaces Linear Algebra, Spring 2011

Introduction to Vector Spaces Linear Algebra, Spring 2011 Introduction to Vector Spaces Linear Algebra, Spring 2011 You probabl have heard the word vector before, perhaps in the contet of Calculus III or phsics. You probabl think of a vector like this: 5 3 or

More information

Identifying end behavior of the graph of a polynomial function

Identifying end behavior of the graph of a polynomial function 56 Polnomial Functions 3.1.1 Eercises For a link to all of the additional resources available for this section, click OSttS Chapter 3 materials. In Eercises 1-10, find the degree, the leading term, the

More information

2. This problem is very easy if you remember the exponential cdf; i.e., 0, y 0 F Y (y) = = ln(0.5) = ln = ln 2 = φ 0.5 = β ln 2.

2. This problem is very easy if you remember the exponential cdf; i.e., 0, y 0 F Y (y) = = ln(0.5) = ln = ln 2 = φ 0.5 = β ln 2. FALL 8 FINAL EXAM SOLUTIONS. Use the basic counting rule. There are n = number of was to choose 5 white balls from 7 = n = number of was to choose ellow ball from 5 = ( ) 7 5 ( ) 5. there are n n = ( )(

More information

Exam 3 Practice Questions Psych , Fall 9

Exam 3 Practice Questions Psych , Fall 9 Vocabular Eam 3 Practice Questions Psch 3101-100, Fall 9 Rather than choosing some practice terms at random, I suggest ou go through all the terms in the vocabular lists. The real eam will ask for definitions

More information

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator,

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator, GRADE PRE-CALCULUS UNIT C: QUADRATIC FUNCTIONS CLASS NOTES FRAME. After linear functions, = m + b, and their graph the Quadratic Functions are the net most important equation or function. The Quadratic

More information

Business Statistics. Lecture 10: Course Review

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

More information

11.1 Inverses of Simple Quadratic and Cubic Functions

11.1 Inverses of Simple Quadratic and Cubic Functions Locker LESSON 11.1 Inverses of Simple Quadratic and Cubic Functions Teas Math Standards The student is epected to: A..B Graph and write the inverse of a function using notation such as f (). Also A..A,

More information

Chapter 5: Quadratic Equations and Functions 5.1 Modeling Data With Quadratic Functions Quadratic Functions and Their Graphs

Chapter 5: Quadratic Equations and Functions 5.1 Modeling Data With Quadratic Functions Quadratic Functions and Their Graphs Ch 5 Alg Note Sheet Ke Chapter 5: Quadratic Equations and Functions 5.1 Modeling Data With Quadratic Functions Quadratic Functions and Their Graphs Definition: Standard Form of a Quadratic Function The

More information

Week #6 - Taylor Series, Derivatives and Graphs Section 4.1

Week #6 - Taylor Series, Derivatives and Graphs Section 4.1 Week #6 - Talor Series, Derivatives and Graphs Section 4.1 From Calculus, Single Variable b Hughes-Hallett, Gleason, McCallum et. al. Copright 2005 b John Wile & Sons, Inc. This material is used b permission

More information

Chapter 3: Three faces of the derivative. Overview

Chapter 3: Three faces of the derivative. Overview Overview We alread saw an algebraic wa of thinking about a derivative. Geometric: zooming into a line Analtic: continuit and rational functions Computational: approimations with computers 3. The geometric

More information

Experimental Uncertainty Review. Abstract. References. Measurement Uncertainties and Uncertainty Propagation

Experimental Uncertainty Review. Abstract. References. Measurement Uncertainties and Uncertainty Propagation Experimental Uncertaint Review Abstract This is intended as a brief summar of the basic elements of uncertaint analsis, and a hand reference for laborator use. It provides some elementar "rules-of-thumb"

More information

MATH GRADE 8 UNIT 4 LINEAR RELATIONSHIPS EXERCISES

MATH GRADE 8 UNIT 4 LINEAR RELATIONSHIPS EXERCISES MATH GRADE 8 UNIT LINEAR RELATIONSHIPS Copright 01 Pearson Education, Inc., or its affiliate(s). All Rights Reserved. Printed in the United States of America. This publication is protected b copright,

More information

Answer Explanations. The SAT Subject Tests. Mathematics Level 1 & 2 TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE

Answer Explanations. The SAT Subject Tests. Mathematics Level 1 & 2 TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE The SAT Subject Tests Answer Eplanations TO PRACTICE QUESTIONS FROM THE SAT SUBJECT TESTS STUDENT GUIDE Mathematics Level & Visit sat.org/stpractice to get more practice and stud tips for the Subject Test

More information