Regression Analysis for Undergraduates. By Dr. Anju Gupta. Ms. Shweta Jain

Size: px
Start display at page:

Download "Regression Analysis for Undergraduates. By Dr. Anju Gupta. Ms. Shweta Jain"

Transcription

1 Regression Analysis for Undergraduates By Dr. Anju Gupta Director, CWEB, University of Delhi Ms. Shweta Jain Assistant Professor, CWEB, University of Delhi Introduction The statistical tool correlation determines the degree and direction of relationship between two or more variables. We are interested in estimating the value of an unknown variable on the basis of a known variable. For example, if we know that the income and consumption expenditure of a person are correlated, then we can find out the consumption expenditure of that person for a fixed income. Hence, the statistical technique with the help of which we can predict or estimate the unknown variable from known variable is called regression. The literal meaning of the term Regression is the act of moving back or stepping back or returning to average value. Sir Francis Galton was the first person who used this term regression as a statistical concept in He studied the relationship between the height of fathers and their sons. Very interesting relationships were revealed by his study which are described below: i. All tall fathers tend to have tall sons and all short fathers have short sons. ii. The average height of the sons of short fathers is more than the average height of their fathers. iii. The average height of the sons of tall fathers is less than the average height of their fathers. The line describing this tendency of going back is called regression Line. These days modern writers are using the term estimating line instead of regression line as the term estimating line is more clear in character. Some of the important definitions of regression analysis are given below: 1. Regression is the measure of the average relationship between two or more variables in terms of the original units of the data. _ Blair 2. Regression analysis attempts to establish the nature of the relationship between variables that is, to study the functional relationship between the variables and thereby provide a mechanism for prediction. Or forecasting. _Ya-Lun- Chou 3. The term regression analysis refers to the methods by which estimates are made of the values of a variable from a knowledge of the values of one or more other variables and to the measurement of the errors involved in this estimation process. _ Morris Hamburg 1

2 4. One of the most frequently used technique in economics and business research, to find a relation between two or more variables that are related casually, is regression analysis. _ Taro Yamane It is clear from the above definitions that the statistical tool regression helps to estimate the value of an unknown variable on the basis of a known variable. The variable which is used to predict the values of other variable is known as independent variable and the variable which we are trying to predict is known as dependent variable. The analysis used is called simple linear regression analysis simple because there is only one independent variable, and linear because of the assumption of linear relationship between the dependent and the independent variables. Uses of Regression Analysis 1. Regression analysis helps in estimating the values of dependent variable from the values of the independent variable. For this estimation, regression line is used. 2. The second use of regression analysis is to get a measure of the error which is involved in using the regression line as a basis for estimation. The standard error of estimate is calculated for this purpose. 3. The regression coefficients are also useful in calculating the correlation coefficient. Difference between Correlation and Regression 1. Degree and nature of relationship: The correlation coefficient measures the degree of covariability between two variables whereas regression analysis is used to study the nature of relationship between these two variables so that we can estimate the value of one variable on the basis of other variable. The closer the relationship between two variables, the greater the belief that may be placed in the estimates. 2. Cause and Effect relationship: Correlation is a tool which can only be used to determine the degree of relationship between two or more variables. It does not establish cause and effect relationship between these two variables. A high degree of correlation between income and consumption expenditure at a particular point of time may not suggest which is the cause and which is the effect. However, in regression analysis, this cause and effect relationship is clearly explained as one variable is taken as independent and the other is taken as dependent. Lines of Regression Principle of Least Squares Regression analysis expresses the relationship between a dependent variable with one or more independent variables. Such relationship is expressed by a line of regression drawn by the method of the least squares. This line of regression can be derived algebraically with the help of regression equations or it can also be drawn graphically. According to the least square criterion, the line of best fit is the one that minimizes the sum of the squares of the vertical distances from the observed points to the line i.e., the sum of the squares of the deviations of the observed y values from the fitted line shall be minimum. The line of best satisfies the following conditions: i. The sum of deviations below the line and above the line is equal to zero. (x -x c ) = and (y -y c ) = 2

3 Where x c and y c are the values that are derived with the help of regression technique. ii. The sum of the squares of the deviations of the observed y values from the fitted line is less than the sum of the squares of the deviations from any other line. (x -x c ) 2 is smaller than (x A) 2 and (y -y c ) 2 is smaller than (y A) 2 Where A is any other line. iii. The line of best fit intersects at the mean values of the variables i.e., Xand Y. Regression Equations These regression equations are algebraic expressions of the regression lines. They are also known as estimating equations Since there are two regression lines, there are two regression equations : Y on X which is used to describe the variations in the values of Y for given changes in X X on Y which is used to describe the variations in the values of X for given changes in Y Regression equation of Yon X The regression equation of Y on X is given as follows: Y c = a + bx In the above equation, a and b are fixed numerical values (constants) which determine the position of the line completely. These constants are called the parameters of the line. When the values of these parameters change, another line is determined. The parameter a indicates the intercept of the line i.e., the value of Y variable(dependent variable) when X variable(independent variable) is Zero. The parameter b refers to the slope of the line, i.e., the change in Y per unit change in X.Y c refers to the value of Y calculated from the value of X. When we obtain the values of these parameters ( a and b), the line is completely determined and the method of least squares helps in obtaining the values of these parameters. With a little algebra and differential calculus it can be shown that the following two equations, when solved simultaneously, will provide the values of the parameters a and b such that the least squares requirement is fulfilled: ΣY = a + bσx ΣXY = aσx + bσx 2 These equations are called the normal equations. Regression equation of X on Y The regression equation of X on Y is given as follows: X c = a + by 3

4 In order to determine the values of parameters a and b, the following two normal equatins are to be solved simultaneously: ΣX = a + bσy ΣXY = aσy + bσy 2 Y Regression line of X on Y Regression Line of Y on X X Illustration: Obtain the two regression equations from the following data: X : Y : Solution: Computation of Regression equations X Y XY X 2 Y Σx =3 Σy =4 Σxy =214 Σ x 2 =22 Σ y 2 =34 Regression line of Y on X is expressed by the equation: Y c = a + bx In order to determine the values of a and b, the following two normal equations are solved ΣY = a + bσx ΣXY = aσx + bσx 2 By substituting the values, we get 4 = 5a + 3b.....(i) 214 = 3a + 22b (ii) Multiplying the equation (i) by 6, we get 24 = 3a +18b...(iii) 214 = 3a + 22b (iv) Deduct equation (iv) from (iii) -4b = +26 b = -.65 Substituting the value of b in equation (i) 4

5 4 = 5a + 3(-.65) 5a = or a = 11. Substitute the value of a and b in the equation Regression line of Y on X is Y c = x Regression line of X on Y X c = a + by The corresponding normal equations are ΣX = a + bσy ΣXY = aσy + bσy 2 Substituting the values 3 = 5a + 4b..(i) 214 = 4a +34b.(ii) Multiply equation (i) by 8 24 = 4a + 32b (iii) 214 = 4a + 34b....(iv) Deduct equation (iv) from (iii) -2b =26 or b= -1.3 Substitute the value of b in equation (i) 3 =5a + 4 (-1.3) 5a =3 +52 or a = 16.4 Substitute the value of a and b in the equation Regression line of X on Y is X c = y Deviations taken from Arithmetic Means of X and Y: The above method of finding regression equations involves tedious calculations. These calculations can be simplified if deviations of X and y series are taken from their respective means instead of dealing with the actual values of X and Y. In such a case, the two regression equations are as follows: i. Regression equation of X on Y X-X =bxy (Y- Y) Where X is the mean of series X; Y is the mean of series Y and bxy is regression coefficient of X on Y When Deviations taken from Arithmetic Means of X and Y, the regression coefficient of X on Y is obtained as follows: bxy = r σx σy Σxy bxy = X σx σxσy σy = Σxy σyy 2 5

6 where x = X- X and y = Y - Y bxy = Σxy Σy2 ii. Regression equation of Y on X (Y - Y) = byx (X - X) byx = r σy σx byx = Σxy σxσy X σy σx = Σxy σxx 2 where x = X- X and y = Y - Y byx = Σxy Σxx 2 Illustration: Calculate the regression coefficients from the following data; Series x Series y Average 2 18 Standard Deviation 4 5 r =. Solution: The coefficient of regression of y on x is bxy = r σx σy =.(4/5) = +.72 The coefficient of regression of y on x is byx = r σy σx =.(5/4) =1.125 Illustration: Calculate the following: (i) The two regression equations (ii) The coefficient of correlation (iii) The most likely marks in Statistics when the marks in maths are 4 Marks in Maths : Marks in Statistics : Solution: 6

7 Marks in Maths (X) Marks in (X-X)=x x 2 Stats (Y) (Y-Y)=y y 2 xy ΣX =32 Σx= Σ x 2 =14 ΣY=38 Σy = Σy 2 =38 Σxy =-3 Regression equation X on Y X-X =bxy (Y- Y) bxy = Σxy Σyy 2 = 3/U38 = X = ΣX = 32 = 32 and Y = ΣY = 38 =38 1 By Substituting the values X 32 = (Y-38) X 32 = -.234Y Or X = Y Regression equation Y on X (Y - Y) = byx (X - X) = -3 = byx = Σxy Σxx 2 X = 32, Y = 38, byx=

8 Therefore, Y-38 = (X 32) Y-38 = -.664X Y = X (b) Correlation Coefficient (r) = bxy * byx = -.23 x = -.34 Since both the regression coefficients have negative values, value of r must also be negative. (c) Likely marks in Statistics when marks in Maths are 4 Y= -.664X where X = 4 Y= (-.664 x 4) = or 33 Illustration: By using the following data, find both the regression equations: Marks in Maths(X) Marks in Statistics (Y) Mean 1 Standard Deviation 3 12 Correlation Coefficient.8 (i) Calculate regression equations (ii) Estimate the value of X when Y = 12 Solution: We are given the following information: X = 1, Y=, σ x = 3, σ y = 12 and r=.8 Therefore, byx = r σy σx =.8(12/3) = 3.2 =.8(3/12) =.2 Regression line of Y on X: Y- Y =byx (X - X) Y- = 3.2 (X - 1) Y = 3.2X + 58 bxy = r σx σy Regression line of X on Y: X- X = bxy (Y-Y) X- 1 =.2 (Y- ) X =.2Y 8 Therefore, value of X when Y= 12 is given by: X =.2 x 12 8 = 16 Deviations taken from Assumed mean: 8

9 In order to avoid difficult calculations when mean of both the variables X and Y are in fraction, deviations are taken from assumed mean to calculate coefficient of regression. In this case, the values of bxy and byx are given by : Regression Coefficient : X on Y where dx = (X- A) and dy = (Y-A) Regression Coefficient : Y on X bxy = Σdxdy {(Σdx )x (Σdy )} Σdyy 2 (Σdy )2 byx = Σdxdy {(Σdx )x (Σdy )} Σdxx 2 (Σdx )2 Illustration: Compute the two regression equations by method of least squares Income : Expenditure : Solution: Incom e X (X-76) Expenditure dx dx 2 Y (Y-12) dy dy 2 dxdy Σdx= -1 Σ dx 2 =225 Σdy=-5 Σ dy 2 =24 Σdxdy=183

10 X = A + Σdx = 76 1 = 75 and Y = A + Σdy = 12 5 = Regression Coefficient : X on Y 183 (-1) x (-5) = 1_ = 1753 = (-5) Regression Coefficient : Y on X bxy = Σdxdy {(Σdx )x (Σdy )} Σdyy 2 (Σdy )2 byx = Σdxdy {(Σdx )x (Σdy )} Σdxx 2 (Σdx )2 183 (-1) x (-5) = 1_ = 1753 = (-1) Regression Equation : X on Y X- X = bxy (Y-Y) X 75 =.652 (Y- 115) X =.652Y +.2 Regression Equation : Y on X Y- Y =byx (X - X) Y- 115 =.78(X - 75) Y =.78X Illustration: Calculate the following: i. Two regression coefficients ii. Coefficient of correlation 1

11 iii. The two regression equations from the following data =1 ΣX=35 ΣY= 31 Σ(X-35) 2 =162 Σ(Y-31) 2 = 222 Σ(X-35)(Y-31)=2 Solution: (i) X = ΣX = 35 = 35 and Y =ΣY =31 = We are given that: Σ(X-35) 2 =162 Σ(Y-31) 2 = 222 Σ(X-35)(Y-31)=2 Or, Σx 2 = 162 Σy 2 = 222 Σxy= 2 Regression coefficient of X on Y: bxy = Σxy= 2 =.414 Σy Regression coefficient of Y on X: byx = Σxy= 2 =.568 Σx (ii) Coefficient of correlation is given by r = bxy * byx =.414 x.568 =.485 (iii) Regression Equations: Regression Equations of X on Y is: X- X = bxy (Y-Y) X 35 =.414 (Y- 31) X =.414Y Regression Equations of Yon X is: Y- Y =byx (X - X) Y- 31 =.568(X - 35) Y =.568X

CHARACTERISTICS OF STATISTICS:-

CHARACTERISTICS OF STATISTICS:- Model Answers to Paper Code AS 2404 Master of Business Administration (First Semester) Examination, 2014 Paper : Second QUANTITATIVE METHODS Note: Attempt both the sections as directed. Section A Note:

More information

STAT5044: Regression and Anova. Inyoung Kim

STAT5044: Regression and Anova. Inyoung Kim STAT5044: Regression and Anova Inyoung Kim 2 / 47 Outline 1 Regression 2 Simple Linear regression 3 Basic concepts in regression 4 How to estimate unknown parameters 5 Properties of Least Squares Estimators:

More information

CORRELATION AND SIMPLE REGRESSION 10.0 OBJECTIVES 10.1 INTRODUCTION

CORRELATION AND SIMPLE REGRESSION 10.0 OBJECTIVES 10.1 INTRODUCTION UNIT 10 CORRELATION AND SIMPLE REGRESSION STRUCTURE 10.0 Objectives 10.1 Introduction 10. Correlation 10..1 Scatter Diagram 10.3 The Correlation Coefficient 10.3.1 Karl Pearson s Correlation Coefficient

More information

CORRELATION AND REGRESSION

CORRELATION AND REGRESSION CORRELATION AND REGRESSION CORRELATION Introduction CORRELATION problems which involve measuring the strength of a relationship. Correlation Analysis involves various methods and techniques used for studying

More information

UNIVERSITY OF CALICUT

UNIVERSITY OF CALICUT QUANTITATIVE TECHNIQUES FOR BUSINESS COMPLEMENTARY COURSE BBA (III Semester) B Com( (IV Semester) (2011 Admission) UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION Calicut University P.O. Malappuram,

More information

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 12th Class 6/23/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 12th Class 6/23/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 12th Class 6/23/10 In God we trust, all others must use data. --Edward Deming hand out review sheet, answer, point to old test,

More information

regression analysis is a type of inferential statistics which tells us whether relationships between two or more variables exist

regression analysis is a type of inferential statistics which tells us whether relationships between two or more variables exist regression analysis is a type of inferential statistics which tells us whether relationships between two or more variables exist sales $ (y - dependent variable) advertising $ (x - independent variable)

More information

QUANTITATIVE TOOLS IN BUSINESS MAY Four Quarterly Moving Total

QUANTITATIVE TOOLS IN BUSINESS MAY Four Quarterly Moving Total SOLUTION 1 (a) Q 1 2 3 4 6 7 8 9 10 11 13 14 Sales 200 20 24 214 208 26 260 216 220 260 266 216 218 264 Four Quarterly Moving Total 918 926 932 938 940 92 96 962 962 960 964 Four Quarterly Moving Average

More information

Predicted Y Scores. The symbol stands for a predicted Y score

Predicted Y Scores. The symbol stands for a predicted Y score REGRESSION 1 Linear Regression Linear regression is a statistical procedure that uses relationships to predict unknown Y scores based on the X scores from a correlated variable. 2 Predicted Y Scores Y

More information

BIOSTATISTICS NURS 3324

BIOSTATISTICS NURS 3324 Simple Linear Regression and Correlation Introduction Previously, our attention has been focused on one variable which we designated by x. Frequently, it is desirable to learn something about the relationship

More information

Correlation. Quantitative Aptitude & Business Statistics

Correlation. Quantitative Aptitude & Business Statistics Correlation Statistics Correlation Correlation is the relationship that exists between two or more variables. If two variables are related to each other in such a way that change increases a corresponding

More information

Chapter 4 Data with Two Variables

Chapter 4 Data with Two Variables Chapter 4 Data with Two Variables 1 Scatter Plots and Correlation and 2 Pearson s Correlation Coefficient Looking for Correlation Example Does the number of hours you watch TV per week impact your average

More information

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1

Math 131. The Derivative and the Tangent Line Problem Larson Section 2.1 Math 131. The Derivative and the Tangent Line Problem Larson Section.1 From precalculus, the secant line through the two points (c, f(c)) and (c +, f(c + )) is given by m sec = rise f(c + ) f(c) f(c +

More information

Chapter 4 Data with Two Variables

Chapter 4 Data with Two Variables Chapter 4 Data with Two Variables 1 Scatter Plots and Correlation and 2 Pearson s Correlation Coefficient Looking for Correlation Example Does the number of hours you watch TV per week impact your average

More information

Dept. of maths, MJ College.

Dept. of maths, MJ College. LECTURE NOTES by DR. J.S.V.R. KRISHNA PRASAD ------------------------------------------------------------------------ REGRESSION Definition: Regression is the measure of the average relationship between

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 10 Correlation and Regression 10-1 Overview 10-2 Correlation 10-3 Regression 10-4

More information

Linear Regression. Simple linear regression model determines the relationship between one dependent variable (y) and one independent variable (x).

Linear Regression. Simple linear regression model determines the relationship between one dependent variable (y) and one independent variable (x). Linear Regression Simple linear regression model determines the relationship between one dependent variable (y) and one independent variable (x). A dependent variable is a random variable whose variation

More information

CORRELATION AND REGRESSION

CORRELATION AND REGRESSION CORRELATION AND REGRESSION CORRELATION The correlation coefficient is a number, between -1 and +1, which measures the strength of the relationship between two sets of data. The closer the correlation coefficient

More information

IOP2601. Some notes on basic mathematical calculations

IOP2601. Some notes on basic mathematical calculations IOP601 Some notes on basic mathematical calculations The order of calculations In order to perform the calculations required in this module, there are a few steps that you need to complete. Step 1: Choose

More information

Mathematics for Economics MA course

Mathematics for Economics MA course Mathematics for Economics MA course Simple Linear Regression Dr. Seetha Bandara Simple Regression Simple linear regression is a statistical method that allows us to summarize and study relationships between

More information

Linearization of Nonlinear Equations

Linearization of Nonlinear Equations Linearization of Nonlinear Equations In some cases, it is not easily understood whether the equation is linear or not. In these cases, the equations are reorganized to resemble the equation of y = a x

More information

Regression and correlation. Correlation & Regression, I. Regression & correlation. Regression vs. correlation. Involve bivariate, paired data, X & Y

Regression and correlation. Correlation & Regression, I. Regression & correlation. Regression vs. correlation. Involve bivariate, paired data, X & Y Regression and correlation Correlation & Regression, I 9.07 4/1/004 Involve bivariate, paired data, X & Y Height & weight measured for the same individual IQ & exam scores for each individual Height of

More information

Module 7 Practice problem and Homework answers

Module 7 Practice problem and Homework answers Module 7 Practice problem and Homework answers Practice problem, page 1 Is the research hypothesis one-tailed or two-tailed? Answer: one tailed In the set up for the problem, we predicted a specific outcome

More information

4/22/2010. Test 3 Review ANOVA

4/22/2010. Test 3 Review ANOVA Test 3 Review ANOVA 1 School recruiter wants to examine if there are difference between students at different class ranks in their reported intensity of school spirit. What is the factor? How many levels

More information

Math Analysis Notes Mrs. Atkinson 1

Math Analysis Notes Mrs. Atkinson 1 Name: Math Analysis Chapter 7 Notes Day 6: Section 7-1 Solving Systems of Equations with Two Variables; Sections 7-1: Solving Systems of Equations with Two Variables Solving Systems of equations with two

More information

Graph Papers. a) Arithmetic graph paper: x: arithmetic scale y: arithmetic scale. b) Semi-logarithmic graph paper: y: logarthmic scale

Graph Papers. a) Arithmetic graph paper: x: arithmetic scale y: arithmetic scale. b) Semi-logarithmic graph paper: y: logarthmic scale Graph Papers a) Arithmetic graph paper: x: arithmetic scale y: arithmetic scale b) Semi-logarithmic graph paper: x: arithmetic scale y: logarthmic scale c) Full-logarithmic graph paper: x: logarthmic scale

More information

Geometry Summer Assignment 2018

Geometry Summer Assignment 2018 Geometry Summer Assignment 2018 The following packet contains topics and definitions that you will be required to know in order to succeed in Geometry this year. You are advised to be familiar with each

More information

Forecasting. Dr. Richard Jerz rjerz.com

Forecasting. Dr. Richard Jerz rjerz.com Forecasting Dr. Richard Jerz 1 1 Learning Objectives Describe why forecasts are used and list the elements of a good forecast. Outline the steps in the forecasting process. Describe at least three qualitative

More information

Exact answers were generally given, except when a numerical approximation was required.

Exact answers were generally given, except when a numerical approximation was required. 04 04 Specialist Mathematics GA : GENERAL COMMENTS The 04 Specialist Mathematics examination comprised multiple-choice questions (worth marks) and five extended-answer questions, worth a total of 58 marks.

More information

Geometry 263 Prerequisites

Geometry 263 Prerequisites Name Geometry 6 Prerequisites Dear Incoming Geometry Student, Listed below are fifteen skills that we will use throughout Geometry 6. You have likely learned and practiced these skills in previous math

More information

Extrema of Functions of Several Variables

Extrema of Functions of Several Variables Extrema of Functions of Several Variables MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background (1 of 3) In single-variable calculus there are three important results

More information

Postal Test Paper_P4_Foundation_Syllabus 2016_Set 2 Paper 4- Fundamentals of Business Mathematics and Statistics

Postal Test Paper_P4_Foundation_Syllabus 2016_Set 2 Paper 4- Fundamentals of Business Mathematics and Statistics Paper 4- Fundamentals of Business Mathematics and Statistics Academics Department, The Institute of Cost Accountants of India (Statutory Body under an Act of Parliament) Page 1 Paper 4 - Fundamentals of

More information

Business Statistics. Lecture 10: Correlation and Linear Regression

Business Statistics. Lecture 10: Correlation and Linear Regression Business Statistics Lecture 10: Correlation and Linear Regression Scatterplot A scatterplot shows the relationship between two quantitative variables measured on the same individuals. It displays the Form

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

Uncertainty in Measurements

Uncertainty in Measurements Uncertainty in Measurements Joshua Russell January 4, 010 1 Introduction Error analysis is an important part of laboratory work and research in general. We will be using probability density functions PDF)

More information

27. SIMPLE LINEAR REGRESSION II

27. SIMPLE LINEAR REGRESSION II 27. SIMPLE LINEAR REGRESSION II The Model In linear regression analysis, we assume that the relationship between X and Y is linear. This does not mean, however, that Y can be perfectly predicted from X.

More information

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables Chapter 2 Some Basic Probability Concepts 2.1 Experiments, Outcomes and Random Variables A random variable is a variable whose value is unknown until it is observed. The value of a random variable results

More information

MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression

MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression MATH 1070 Introductory Statistics Lecture notes Relationships: Correlation and Simple Regression Objectives: 1. Learn the concepts of independent and dependent variables 2. Learn the concept of a scatterplot

More information

Chapter 2 The Simple Linear Regression Model: Specification and Estimation

Chapter 2 The Simple Linear Regression Model: Specification and Estimation Chapter The Simple Linear Regression Model: Specification and Estimation Page 1 Chapter Contents.1 An Economic Model. An Econometric Model.3 Estimating the Regression Parameters.4 Assessing the Least Squares

More information

About Bivariate Correlations and Linear Regression

About Bivariate Correlations and Linear Regression About Bivariate Correlations and Linear Regression TABLE OF CONTENTS About Bivariate Correlations and Linear Regression... 1 What is BIVARIATE CORRELATION?... 1 What is LINEAR REGRESSION... 1 Bivariate

More information

Lecture # 37. Prof. John W. Sutherland. Nov. 28, 2005

Lecture # 37. Prof. John W. Sutherland. Nov. 28, 2005 Lecture # 37 Prof. John W. Sutherland Nov. 28, 2005 Linear Regression 8 y 7 6 5 4 3 2 1 0 0 1 2 3 4 5 6 7 8 x Modeling To describe the data above, propose the model: y = B 0 + B 1 x + ε Fitted model will

More information

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box.

(ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. FINAL EXAM ** Two different ways to submit your answer sheet (i) Use MS-Word and place it in a drop-box. (ii) Scan your answer sheets INTO ONE FILE only, and submit it in the drop-box. Deadline: December

More information

JUST THE MATHS UNIT NUMBER 5.3. GEOMETRY 3 (Straight line laws) A.J.Hobson

JUST THE MATHS UNIT NUMBER 5.3. GEOMETRY 3 (Straight line laws) A.J.Hobson JUST THE MATHS UNIT NUMBER 5.3 GEOMETRY 3 (Straight line laws) by A.J.Hobson 5.3.1 Introduction 5.3.2 Laws reducible to linear form 5.3.3 The use of logarithmic graph paper 5.3.4 Exercises 5.3.5 Answers

More information

APPENDIX 1 BASIC STATISTICS. Summarizing Data

APPENDIX 1 BASIC STATISTICS. Summarizing Data 1 APPENDIX 1 Figure A1.1: Normal Distribution BASIC STATISTICS The problem that we face in financial analysis today is not having too little information but too much. Making sense of large and often contradictory

More information

Using regression to study economic relationships is called econometrics. econo = of or pertaining to the economy. metrics = measurement

Using regression to study economic relationships is called econometrics. econo = of or pertaining to the economy. metrics = measurement EconS 450 Forecasting part 3 Forecasting with Regression Using regression to study economic relationships is called econometrics econo = of or pertaining to the economy metrics = measurement Econometrics

More information

Definition: If y = f(x), then. f(x + x) f(x) y = f (x) = lim. Rules and formulas: 1. If f(x) = C (a constant function), then f (x) = 0.

Definition: If y = f(x), then. f(x + x) f(x) y = f (x) = lim. Rules and formulas: 1. If f(x) = C (a constant function), then f (x) = 0. Definition: If y = f(x), then Rules and formulas: y = f (x) = lim x 0 f(x + x) f(x). x 1. If f(x) = C (a constant function), then f (x) = 0. 2. If f(x) = x k (a power function), then f (x) = kx k 1. 3.

More information

CONTENTS COLLEGE ALGEBRA: DR.YOU

CONTENTS COLLEGE ALGEBRA: DR.YOU 1 CONTENTS CONTENTS Textbook UNIT 1 LECTURE 1-1 REVIEW A. p. LECTURE 1- RADICALS A.10 p.9 LECTURE 1- COMPLEX NUMBERS A.7 p.17 LECTURE 1-4 BASIC FACTORS A. p.4 LECTURE 1-5. SOLVING THE EQUATIONS A.6 p.

More information

Ordinary Least Squares Regression Explained: Vartanian

Ordinary Least Squares Regression Explained: Vartanian Ordinary Least Squares Regression Explained: Vartanian When to Use Ordinary Least Squares Regression Analysis A. Variable types. When you have an interval/ratio scale dependent variable.. When your independent

More information

EconS 301. Math Review. Math Concepts

EconS 301. Math Review. Math Concepts EconS 301 Math Review Math Concepts Functions: Functions describe the relationship between input variables and outputs y f x where x is some input and y is some output. Example: x could number of Bananas

More information

Mechanics of Materials Lab

Mechanics of Materials Lab Mechanics of Materials Lab Lecture 5 Stress Mechanical Behavior of Materials Sec. 6.1-6.5 Jiangyu Li Jiangyu Li, orce Vectors A force,, is a vector (also called a "1 st -order tensor") The description

More information

Chapter 1: Precalculus Review

Chapter 1: Precalculus Review : Precalculus Review Math 115 17 January 2018 Overview 1 Important Notation 2 Exponents 3 Polynomials 4 Rational Functions 5 Cartesian Coordinates 6 Lines Notation Intervals: Interval Notation (a, b) (a,

More information

Oct Simple linear regression. Minimum mean square error prediction. Univariate. regression. Calculating intercept and slope

Oct Simple linear regression. Minimum mean square error prediction. Univariate. regression. Calculating intercept and slope Oct 2017 1 / 28 Minimum MSE Y is the response variable, X the predictor variable, E(X) = E(Y) = 0. BLUP of Y minimizes average discrepancy var (Y ux) = C YY 2u C XY + u 2 C XX This is minimized when u

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations.

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations. Focus Statement: Students will solve multi-step linear, quadratic, and compound equations and inequalities using the algebraic properties of the real number system. They will also graph linear and quadratic

More information

Basics of Experimental Design. Review of Statistics. Basic Study. Experimental Design. When an Experiment is Not Possible. Studying Relations

Basics of Experimental Design. Review of Statistics. Basic Study. Experimental Design. When an Experiment is Not Possible. Studying Relations Basics of Experimental Design Review of Statistics And Experimental Design Scientists study relation between variables In the context of experiments these variables are called independent and dependent

More information

Is a measure of the strength and direction of a linear relationship

Is a measure of the strength and direction of a linear relationship More statistics: Correlation and Regression Coefficients Elie Gurarie Biol 799 - Lecture 2 January 2, 2017 January 2, 2017 Correlation (r) Is a measure of the strength and direction of a linear relationship

More information

CORRELATION ANALYSIS. Dr. Anulawathie Menike Dept. of Economics

CORRELATION ANALYSIS. Dr. Anulawathie Menike Dept. of Economics CORRELATION ANALYSIS Dr. Anulawathie Menike Dept. of Economics 1 What is Correlation The correlation is one of the most common and most useful statistics. It is a term used to describe the relationship

More information

S Y Y = ΣY 2 n. Using the above expressions, the correlation coefficient is. r = SXX S Y Y

S Y Y = ΣY 2 n. Using the above expressions, the correlation coefficient is. r = SXX S Y Y 1 Sociology 405/805 Revised February 4, 004 Summary of Formulae for Bivariate Regressio ad Correlatio Let X be a idepedet variable ad Y a depedet variable, with observatios for each of the values of these

More information

Math Review and Lessons in Calculus

Math Review and Lessons in Calculus Math Review and Lessons in Calculus Agenda Rules o Eponents Functions Inverses Limits Calculus Rules o Eponents 0 Zero Eponent Rule a * b ab Product Rule * 3 5 a / b a-b Quotient Rule 5 / 3 -a / a Negative

More information

Lecture # 31. Questions of Marks 3. Question: Solution:

Lecture # 31. Questions of Marks 3. Question: Solution: Lecture # 31 Given XY = 400, X = 5, Y = 4, S = 4, S = 3, n = 15. Compute the coefficient of correlation between XX and YY. r =0.55 X Y Determine whether two variables XX and YY are correlated or uncorrelated

More information

Economics 620, Lecture 2: Regression Mechanics (Simple Regression)

Economics 620, Lecture 2: Regression Mechanics (Simple Regression) 1 Economics 620, Lecture 2: Regression Mechanics (Simple Regression) Observed variables: y i ; x i i = 1; :::; n Hypothesized (model): Ey i = + x i or y i = + x i + (y i Ey i ) ; renaming we get: y i =

More information

Math Review ECON 300: Spring 2014 Benjamin A. Jones MATH/CALCULUS REVIEW

Math Review ECON 300: Spring 2014 Benjamin A. Jones MATH/CALCULUS REVIEW MATH/CALCULUS REVIEW SLOPE, INTERCEPT, and GRAPHS REVIEW (adapted from Paul s Online Math Notes) Let s start with some basic review material to make sure everybody is on the same page. The slope of a line

More information

UNIVERSITY of LIMERICK

UNIVERSITY of LIMERICK UNIVERSITY of LIMERICK OLLSCOIL LUIMNIGH Faculty of Science and Engineering Department of Mathematics & Statistics END OF SEMESTER ASSESSMENT PAPER MODULE CODE: MA4701 SEMESTER: Autumn 2011/12 MODULE TITLE:

More information

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1

Chapter 10. Correlation and Regression. McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Correlation and Regression McGraw-Hill, Bluman, 7th ed., Chapter 10 1 Chapter 10 Overview Introduction 10-1 Scatter Plots and Correlation 10- Regression 10-3 Coefficient of Determination and

More information

where a =, and k =. Example 1: Determine if the function is a power function. For those that are not, explain why not.

where a =, and k =. Example 1: Determine if the function is a power function. For those that are not, explain why not. . Power Functions with Modeling PreCalculus. POWER FUNCTIONS WITH MODELING Learning Targets: 1. Identify a power functions.. Model power functions using the regression capabilities of your calculator.

More information

Northwood High School Algebra 2/Honors Algebra 2 Summer Review Packet

Northwood High School Algebra 2/Honors Algebra 2 Summer Review Packet Northwood High School Algebra 2/Honors Algebra 2 Summer Review Packet This assignment should serve as a review of the Algebra 1 skills necessary for success. Our hope is that this review will keep your

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations Section 2.3 Solving Systems of Linear Equations TERMINOLOGY 2.3 Previously Used: Equivalent Equations Literal Equation Properties of Equations Substitution Principle Prerequisite Terms: Coordinate Axes

More information

Business Statistics. Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220. Dr. Mohammad Zainal

Business Statistics. Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 14 Introduction to Linear Regression and Correlation Analysis QMIS 220 Dr. Mohammad Zainal Chapter Goals After completing

More information

4.1 Least Squares Prediction 4.2 Measuring Goodness-of-Fit. 4.3 Modeling Issues. 4.4 Log-Linear Models

4.1 Least Squares Prediction 4.2 Measuring Goodness-of-Fit. 4.3 Modeling Issues. 4.4 Log-Linear Models 4.1 Least Squares Prediction 4. Measuring Goodness-of-Fit 4.3 Modeling Issues 4.4 Log-Linear Models y = β + β x + e 0 1 0 0 ( ) E y where e 0 is a random error. We assume that and E( e 0 ) = 0 var ( e

More information

Systems and Matrices CHAPTER 7

Systems and Matrices CHAPTER 7 CHAPTER 7 Systems and Matrices 7.1 Solving Systems of Two Equations 7.2 Matrix Algebra 7.3 Multivariate Linear Systems and Row Operations 7.4 Partial Fractions 7.5 Systems of Inequalities in Two Variables

More information

Lesson 7.1 Polynomial Degree and Finite Differences

Lesson 7.1 Polynomial Degree and Finite Differences Lesson 7.1 Polynomial Degree and Finite Differences 1. Identify the degree of each polynomial. a. 3x 4 2x 3 3x 2 x 7 b. x 1 c. 0.2x 1.x 2 3.2x 3 d. 20 16x 2 20x e. x x 2 x 3 x 4 x f. x 2 6x 2x 6 3x 4 8

More information

Consistent and Dependent

Consistent and Dependent Graphing a System of Equations System of Equations: Consists of two equations. The solution to the system is an ordered pair that satisfies both equations. There are three methods to solving a system;

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com 1. A personnel manager wants to find out if a test carried out during an employee s interview and a skills assessment at the end of basic training is a guide to performance after working for the company

More information

Chapter 7: Correlation and regression

Chapter 7: Correlation and regression Slide 7.1 Chapter 7: Correlation and regression Correlation and regression techniques examine the relationships between variables, e.g. between the price of doughnuts and the demand for them. Such analyses

More information

Math 1 Unit 1 EOC Review

Math 1 Unit 1 EOC Review Math 1 Unit 1 EOC Review Solving Equations (including Literal Equations) - Get the variable to show what it equals to satisfy the equation or inequality - Steps (each step only where necessary): 1. Distribute

More information

THE ROYAL STATISTICAL SOCIETY 2002 EXAMINATIONS SOLUTIONS ORDINARY CERTIFICATE PAPER II

THE ROYAL STATISTICAL SOCIETY 2002 EXAMINATIONS SOLUTIONS ORDINARY CERTIFICATE PAPER II THE ROYAL STATISTICAL SOCIETY 2002 EXAMINATIONS SOLUTIONS ORDINARY CERTIFICATE PAPER II The Society provides these solutions to assist candidates preparing for the examinations in future years and for

More information

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution.

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution. SKILL BUILDER TEN Graphs of Linear Equations with Two Variables A first degree equation is called a linear equation, since its graph is a straight line. In a linear equation, each term is a constant or

More information

Regression Analysis. Table Relationship between muscle contractile force (mj) and stimulus intensity (mv).

Regression Analysis. Table Relationship between muscle contractile force (mj) and stimulus intensity (mv). Regression Analysis Two variables may be related in such a way that the magnitude of one, the dependent variable, is assumed to be a function of the magnitude of the second, the independent variable; however,

More information

Simple Linear Regression

Simple Linear Regression Chapter 2 Simple Linear Regression Linear Regression with One Independent Variable 2.1 Introduction In Chapter 1 we introduced the linear model as an alternative for making inferences on means of one or

More information

Beal City High School Algebra 2A Curriculum and Alignment

Beal City High School Algebra 2A Curriculum and Alignment Beal City High School Algebra 2A Curriculum and Alignment UNIT 1 Linear Functions (Chapters 1-3) 1. Combine like terms, solve equations, solve inequalities, evaluate expressions(1-2,3,4) 2. Solve an equation

More information

Fourier and Stats / Astro Stats and Measurement : Stats Notes

Fourier and Stats / Astro Stats and Measurement : Stats Notes Fourier and Stats / Astro Stats and Measurement : Stats Notes Andy Lawrence, University of Edinburgh Autumn 2013 1 Probabilities, distributions, and errors Laplace once said Probability theory is nothing

More information

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives 3 COMPLEX NUMBERS Objectives After studying this chapter you should understand how quadratic equations lead to complex numbers and how to plot complex numbers on an Argand diagram; be able to relate graphs

More information

Correlation and Regression

Correlation and Regression Correlation and Regression. ITRDUCTI Till now, we have been working on one set of observations or measurements e.g. heights of students in a class, marks of students in an exam, weekly wages of workers

More information

Lecture 9 SLR in Matrix Form

Lecture 9 SLR in Matrix Form Lecture 9 SLR in Matrix Form STAT 51 Spring 011 Background Reading KNNL: Chapter 5 9-1 Topic Overview Matrix Equations for SLR Don t focus so much on the matrix arithmetic as on the form of the equations.

More information

15.0 Linear Regression

15.0 Linear Regression 15.0 Linear Regression 1 Answer Questions Lines Correlation Regression 15.1 Lines The algebraic equation for a line is Y = β 0 + β 1 X 2 The use of coordinate axes to show functional relationships was

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

Multiplication of Polynomials

Multiplication of Polynomials Summary 391 Chapter 5 SUMMARY Section 5.1 A polynomial in x is defined by a finite sum of terms of the form ax n, where a is a real number and n is a whole number. a is the coefficient of the term. n is

More information

Variance. Standard deviation VAR = = value. Unbiased SD = SD = 10/23/2011. Functional Connectivity Correlation and Regression.

Variance. Standard deviation VAR = = value. Unbiased SD = SD = 10/23/2011. Functional Connectivity Correlation and Regression. 10/3/011 Functional Connectivity Correlation and Regression Variance VAR = Standard deviation Standard deviation SD = Unbiased SD = 1 10/3/011 Standard error Confidence interval SE = CI = = t value for

More information

Westmoreland County Public Schools Pacing Guide and Checklist Algebra 1

Westmoreland County Public Schools Pacing Guide and Checklist Algebra 1 Westmoreland County Public Schools Pacing Guide and Checklist 2018-2019 Algebra 1 translate algebraic symbolic quantitative situations represent variable verbal concrete pictorial evaluate orders of ops

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Partial Derivatives Philippe B Laval KSU March 21, 2012 Philippe B Laval (KSU) Functions of Several Variables March 21, 2012 1 / 19 Introduction In this section we extend

More information

Economics 203: Intermediate Microeconomics. Calculus Review. A function f, is a rule assigning a value y for each value x.

Economics 203: Intermediate Microeconomics. Calculus Review. A function f, is a rule assigning a value y for each value x. Economics 203: Intermediate Microeconomics Calculus Review Functions, Graphs and Coordinates Econ 203 Calculus Review p. 1 Functions: A function f, is a rule assigning a value y for each value x. The following

More information

KINDLY REFER TO CHAPTER 9 OF THE COMPREHENSIVE VIDEO LECTURES AND READ UP THE TOPICS BELOW BEFORE YOU ATTEMPT THE QUESTIONS THAT FOLLOW.

KINDLY REFER TO CHAPTER 9 OF THE COMPREHENSIVE VIDEO LECTURES AND READ UP THE TOPICS BELOW BEFORE YOU ATTEMPT THE QUESTIONS THAT FOLLOW. KINDLY REFER TO CHAPTER 9 OF THE COMPREHENSIVE VIDEO LECTURES AND READ UP THE TOPICS BELOW BEFORE YOU ATTEMPT THE QUESTIONS THAT FOLLOW. THANKS CIS QA LEVEL 1 WEEK 4 TOPIC: MEASURES OF RELATIONSHIP: CORRELATION

More information

Circles in F 2 q. Jacob Haddock, Wesley Perkins, and John Pope Faculty Adviser: Dr. Jeremy Chapman

Circles in F 2 q. Jacob Haddock, Wesley Perkins, and John Pope Faculty Adviser: Dr. Jeremy Chapman Circles in F q Jacob Haddock, Wesley Perkins, and John Pope Faculty Adviser: Dr. Jeremy Chapman Abstract. In Euclid s The Elements, a unique circle in R is determined by three noncollinear points. This

More information

Upon completion of this chapter, you should be able to:

Upon completion of this chapter, you should be able to: 1 Chaptter 7:: CORRELATIION Upon completion of this chapter, you should be able to: Explain the concept of relationship between variables Discuss the use of the statistical tests to determine correlation

More information

STAT 111 Recitation 7

STAT 111 Recitation 7 STAT 111 Recitation 7 Xin Lu Tan xtan@wharton.upenn.edu October 25, 2013 1 / 13 Miscellaneous Please turn in homework 6. Please pick up homework 7 and the graded homework 5. Please check your grade and

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Order of Operations Expression Variable Coefficient

More information

JUST THE MATHS UNIT NUMBER 1.5. ALGEBRA 5 (Manipulation of algebraic expressions) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.5. ALGEBRA 5 (Manipulation of algebraic expressions) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.5 ALGEBRA 5 (Manipulation of algebraic expressions) by A.J.Hobson 1.5.1 Simplification of expressions 1.5.2 Factorisation 1.5.3 Completing the square in a quadratic expression

More information

Correlation and Regression

Correlation and Regression CHAPTER 3 Correlation and Regression LEARNING OBJECTIVES When you have completed this chapter, 1 you should be able to: Express the extent to which two measures are associated Explain what a scatter diagram

More information

Chapter 2: simple regression model

Chapter 2: simple regression model Chapter 2: simple regression model Goal: understand how to estimate and more importantly interpret the simple regression Reading: chapter 2 of the textbook Advice: this chapter is foundation of econometrics.

More information