Statistics in Data Mining on Finance by Jian Chen

Slides:



Advertisements
Similar presentations
Managerial Economics in a Global Economy
Advertisements

Kin 304 Regression Linear Regression Least Sum of Squares
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Forecasting Using the Simple Linear Regression Model and Correlation
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Regression Analysis Module 3. Regression Regression is the attempt to explain the variation in a dependent variable using the variation in independent.
 Coefficient of Determination Section 4.3 Alan Craig
Regression Analysis Once a linear relationship is defined, the independent variable can be used to forecast the dependent variable. Y ^ = bo + bX bo is.
Definition  Regression Model  Regression Equation Y i =  0 +  1 X i ^ Given a collection of paired data, the regression equation algebraically describes.
LINEAR REGRESSION: Evaluating Regression Models. Overview Standard Error of the Estimate Goodness of Fit Coefficient of Determination Regression Coefficients.
Least Square Regression
Lecture 3 HSPM J716. New spreadsheet layout Coefficient Standard error T-statistic – Coefficient ÷ its Standard error.
Multivariate Data Analysis Chapter 4 – Multiple Regression.
THE LOGIC OF REGRESSION. OUTLINE 1.The Rules of the Game: Interval-Scale Data and PRE (Strength) 2.Understanding the Regression Line (Form) 3.Example:
Topic 3: Regression.
Correlation & Regression
Quantitative Business Analysis for Decision Making Multiple Linear RegressionAnalysis.
Regression Analysis What is regression ?What is regression ? Best-fit lineBest-fit line Least squareLeast square What is regression ?What is regression.
Managerial Economics Demand Estimation. Scatter Diagram Regression Analysis.
Linear Regression Least Squares Method: the Meaning of r 2.
MANAGERIAL ECONOMICS 11 th Edition By Mark Hirschey.
Thomas Knotts. Engineers often: Regress data  Analysis  Fit to theory  Data reduction Use the regression of others  Antoine Equation  DIPPR.
2014. Engineers often: Regress data  Analysis  Fit to theory  Data reduction Use the regression of others  Antoine Equation  DIPPR We need to be.
10B11PD311 Economics REGRESSION ANALYSIS. 10B11PD311 Economics Regression Techniques and Demand Estimation Some important questions before a firm are.
1 Regression Analysis The contents in this chapter are from Chapters of the textbook. The cntry15.sav data will be used. The data collected 15 countries’
Chapter 6 Simple Regression Introduction Fundamental questions – Is there a relationship between two random variables and how strong is it? – Can.
Ch14: Linear Least Squares 14.1: INTRO: Fitting a pth-order polynomial will require finding (p+1) coefficients from the data. Thus, a straight line (p=1)
Linear Prediction Correlation can be used to make predictions – Values on X can be used to predict values on Y – Stronger relationships between X and Y.
Math 4030 – 11b Method of Least Squares. Model: Dependent (response) Variable Independent (control) Variable Random Error Objectives: Find (estimated)
Lesson 14 - R Chapter 14 Review. Objectives Summarize the chapter Define the vocabulary used Complete all objectives Successfully answer any of the review.
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Simple Linear Regression Analysis Chapter 13.
Regression Analysis Deterministic model No chance of an error in calculating y for a given x Probabilistic model chance of an error First order linear.
1 1 Slide The Simple Linear Regression Model n Simple Linear Regression Model y =  0 +  1 x +  n Simple Linear Regression Equation E( y ) =  0 + 
Chapter 14 Introduction to Regression Analysis. Objectives Regression Analysis Uses of Regression Analysis Method of Least Squares Difference between.
Statistics 350 Lecture 2. Today Last Day: Section Today: Section 1.6 Homework #1: Chapter 1 Problems (page 33-38): 2, 5, 6, 7, 22, 26, 33, 34,
Statistics 350 Review. Today Today: Review Simple Linear Regression Simple linear regression model: Y i =  for i=1,2,…,n Distribution of errors.
رگرسیون چندگانه Multiple Regression
Simple Linear Regression & Correlation
Regression and Correlation of Data Summary
Chapter 20 Linear and Multiple Regression
Regression Analysis AGEC 784.
LEAST – SQUARES REGRESSION
Basic Estimation Techniques
Regression Analysis Part D Model Building
Econometrics Econometrics I Summer 2011/2012
Regression Diagnostics
Chapter 3: TWO-VARIABLE REGRESSION MODEL: The problem of Estimation
بحث في التحليل الاحصائي SPSS بعنوان :
Regression Computer Print Out
LESSON 21: REGRESSION ANALYSIS
Lecture Slides Elementary Statistics Twelfth Edition
Linear Regression.
LESSON 24: INFERENCES USING REGRESSION
CHAPTER 3 Describing Relationships
Prediction of new observations
Linear regression Fitting a straight line to observations.
Least Squares Method: the Meaning of r2
Least-Squares Regression
BA 275 Quantitative Business Methods
Correlation and Regression-III
The Least-Squares Line Introduction
Section 2: Linear Regression.
Correlation and Regression
Lecture Slides Elementary Statistics Twelfth Edition
Least Square Regression
Simple Linear Regression
Least-Squares Regression
A medical researcher wishes to determine how the dosage (in mg) of a drug affects the heart rate of the patient. Find the correlation coefficient & interpret.
Regression and Correlation of Data
Introduction to Regression
Presentation transcript:

Statistics in Data Mining on Finance by Jian Chen Linear Regression Two-variables Y=f(x)+e f(x)=polynomial Observations: (x1,y1) … (xn,yn) f(x)=a+b x The line of “best” fit: minimize the sum of the squared residuals. (It is convenient in that it permits statistical testing) Minimize the sum of the absolute residuals (least absolute value) 11/11/2018 Statistics in Data Mining on Finance by Jian Chen o:\tem\regression.ppt

Linear (Least Squres) Regression See it work: Another How to estimate the “goodness of fit”? Error: Total variation of squares Standard deviation of the residuals Se= (95 %) The sample correlation coefficient r2: R-squared of the regression equations r: 11/11/2018 Statistics in Data Mining on Finance by Jian Chen

Statistics in Data Mining on Finance by Jian Chen Linear Regression Ei: Error Y=a+bX Predicted value 11/11/2018 Statistics in Data Mining on Finance by Jian Chen o:\tem\regression.ppt

Statistics in Data Mining on Finance by Jian Chen Linear Regression Test of Regression Coefficients: b=0? (p-value) Multiple Regression: Model selection? Backward, forward Multiple correlation R2 (The Corrected R2) Se (95 %) 11/11/2018 Statistics in Data Mining on Finance by Jian Chen

Statistics in Data Mining on Finance by Jian Chen Linear Regression (2) Multicollinearity: Y, xi, axi+b Effects: Identification Correctness Other issues in linear model Use of Dummy variables Transformations: (logYi, logXi), Nonlinear, Probit, Logit etc. 11/11/2018 Statistics in Data Mining on Finance by Jian Chen

Statistics in Data Mining on Finance by Jian Chen Section 2 Heteroscedasticity pp145 Test ? Serial Correlation? => Time Series Regression Diagnostics: Outliers Forecasting At x=xp, what is the Y? What is the average of Y predicted? Point estimates, confidence intervals. 11/11/2018 Statistics in Data Mining on Finance by Jian Chen

Statistics in Data Mining on Finance by Jian Chen Linear Regression Regression tools SAS SPSS SPLUS 11/11/2018 Statistics in Data Mining on Finance by Jian Chen