Ch11 Curve Fitting II.

Slides:



Advertisements
Similar presentations
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Advertisements

Kin 304 Regression Linear Regression Least Sum of Squares
Forecasting Using the Simple Linear Regression Model and Correlation
Inference for Linear Regression (C27 BVD). * If we believe two variables may have a linear relationship, we may find a linear regression line to model.
Probability & Statistical Inference Lecture 9
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Correlation and Regression
Ch11 Curve Fitting Dr. Deshi Ye
The General Linear Model. The Simple Linear Model Linear Regression.
Chapter 15 (Ch. 13 in 2nd Can.) Association Between Variables Measured at the Interval-Ratio Level: Bivariate Correlation and Regression.
LINEAR REGRESSION: Evaluating Regression Models Overview Assumptions for Linear Regression Evaluating a Regression Model.
LINEAR REGRESSION: Evaluating Regression Models. Overview Assumptions for Linear Regression Evaluating a Regression Model.
Statistics II: An Overview of Statistics. Outline for Statistics II Lecture: SPSS Syntax – Some examples. Normal Distribution Curve. Sampling Distribution.
Lecture 19: Tues., Nov. 11th R-squared (8.6.1) Review
Introduction to Probability and Statistics Linear Regression and Correlation.
© 2000 Prentice-Hall, Inc. Chap Forecasting Using the Simple Linear Regression Model and Correlation.
Measures of Association Deepak Khazanchi Chapter 18.
Business Statistics - QBM117 Statistical inference for regression.
Simple Linear Regression and Correlation
Regression and Correlation Methods Judy Zhong Ph.D.
Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved Section 10-3 Regression.
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter Inference on the Least-Squares Regression Model and Multiple Regression 14.
Section Copyright © 2014, 2012, 2010 Pearson Education, Inc. Lecture Slides Elementary Statistics Twelfth Edition and the Triola Statistics Series.
OPIM 303-Lecture #8 Jose M. Cruz Assistant Professor.
Ch4 Describing Relationships Between Variables. Pressure.
Applied Quantitative Analysis and Practices LECTURE#23 By Dr. Osman Sadiq Paracha.
Ch4 Describing Relationships Between Variables. Section 4.1: Fitting a Line by Least Squares Often we want to fit a straight line to data. For example.
Statistical Methods Statistical Methods Descriptive Inferential
Inference for Regression Simple Linear Regression IPS Chapter 10.1 © 2009 W.H. Freeman and Company.
Chapter 6 Simple Regression Introduction Fundamental questions – Is there a relationship between two random variables and how strong is it? – Can.
Section 2.6 – Draw Scatter Plots and Best Fitting Lines A scatterplot is a graph of a set of data pairs (x, y). If y tends to increase as x increases,
Math 4030 – 13a Correlation & Regression. Correlation (Sec. 11.6):  Two random variables, X and Y, both continuous numerical;  Correlation exists when.
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)
Curve Fitting Pertemuan 10 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Linear Correlation (12.5) In the regression analysis that we have considered so far, we assume that x is a controlled independent variable and Y is an.
Chapter 20 Statistical Considerations Lecture Slides The McGraw-Hill Companies © 2012.
Thursday, May 12, 2016 Report at 11:30 to Prairieview
Lecture Slides Elementary Statistics Twelfth Edition
Inference about the slope parameter and correlation
Lecture 11: Simple Linear Regression
Regression and Correlation of Data Summary
Regression and Correlation
Chapter 14 Inference on the Least-Squares Regression Model and Multiple Regression.
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Inference for Regression (Chapter 14) A.P. Stats Review Topic #3
Linear Regression.
LECTURE 13 Thursday, 8th October
Kin 304 Regression Linear Regression Least Sum of Squares
SIMPLE LINEAR REGRESSION MODEL
BPK 304W Regression Linear Regression Least Sum of Squares
Math 4030 – 12a Correlation.
BPK 304W Correlation.
Simple Linear Regression - Introduction
1) A residual: a) is the amount of variation explained by the LSRL of y on x b) is how much an observed y-value differs from a predicted y-value c) predicts.
Lecture Slides Elementary Statistics Thirteenth Edition
2.6 Draw Scatter Plots and Best-Fitting Lines
CHAPTER 26: Inference for Regression
6-1 Introduction To Empirical Models
Introduction to Probability and Statistics Thirteenth Edition
Section 1.4 Curve Fitting with Linear Models
Adequacy of Linear Regression Models
Statistics II: An Overview of Statistics
Product moment correlation
Adequacy of Linear Regression Models
Topic 8 Correlation and Regression Analysis
(Approximately) Bivariate Normal Data and Inference Based on Hotelling’s T2 WNBA Regular Season Home Point Spread and Over/Under Differentials
Ch 4.1 & 4.2 Two dimensions concept
Adequacy of Linear Regression Models
Algebra Review The equation of a straight line y = mx + b
Created by Erin Hodgess, Houston, Texas
Presentation transcript:

Ch11 Curve Fitting II

Outline Checking the adequacy of the model Correlation Multiple linear regression (Matrix notation)

11.5 Checking the adequacy of the model For the multiple regression, we can use the fitted equation to make inferences. Residuals: A plot of the residual versus the predicted values is a major diagnostic tool

11.6 Correlation Correlation analysis: it is assumed that the data points are values a of pair of random variables whose joint density is given by f(x, y). The best interpretation of the sample correlation is in terms of the standardized observation.

The sample correlation coefficient r r is the sum of products of the standardized variables divided by n-1. r=+1 if all pairs lie exactly on a straight line having a positive slope. r>0, if the pattern in the scattergram runs from lower left to upper right. R<0, if the pattern in the scattergram runs from upper left to lower right. R=-1 if all pair lie exactly on a straight line having a negative slope.

EX PP 376~377. Students solve it and plot the graph.

Correlation and regression Alternatively, Proof.

Inference about the correlation coefficient Covariance: the measure of association between X and Y, is called population correlation coefficient. When (rho) = 1, or -1, we say that there is a perfect linear correlation between the two random variables. When it is 0, there is no correlation between the two random variables.

Test about rho Assume that the joint distribution of X and Y is the bivariate normal distribution. Fisher Z transformation:

Test Statistic for inferences about rho is a random variable approximately the standard normal distribution

11.7 Multiple Linear regression In Matrix Notation Hence

Proof.

EX P365, P388.

EX Use the matrix relations to fit a straight line to the data x 0 1 2 3 4 y 8 9 4 3 1