Chapter 14 Simple Linear Regression

Size: px
Start display at page:

Download "Chapter 14 Simple Linear Regression"

Transcription

1 Sldes Prepared JOHN S. LOUCKS St. Edward s Unverst Slde Chapter 4 Smple Lnear Regresson Smple Lnear Regresson Model Least Squares Method Coeffcent of Determnaton Model Assumptons Testng for Sgnfcance Usng the Estmated Regresson Equaton for Estmaton and Predcton Computer Soluton Resdual Analss: Valdatng Model Assumptons Slde Smple Lnear Regresson Model The equaton that descres how s related to and an error term s called the regresson model. The smple lnear regresson model s: = β + β +ε β and β are called parameters of the model, ε s a random varale called the error term. Slde 3

2 Smple Lnear Regresson Equaton The smple lnear regresson equaton s: E() = β + β Graph of the regresson equaton s a straght lne. β s the ntercept of the regresson lne. β s the slope of the regresson lne. E() s the epected value of for a gven value. Slde 4 Smple Lnear Regresson Equaton Postve Lnear Relatonshp E() Regresson lne Intercept β Slope β s postve Slde 5 Smple Lnear Regresson Equaton Negatve Lnear Relatonshp E() Intercept β Regresson lne Slope β s negatve Slde 6

3 Smple Lnear Regresson Equaton No Relatonshp E() Intercept β Regresson lne Slope β s Slde 7 Estmated Smple Lnear Regresson Equaton The estmated smple lnear regresson equaton ŷ = + The graph s called the estmated regresson lne. s the ntercept of the lne. s the slope of the lne. ŷŷ s the estmated value of for a gven value. Slde 8 Estmaton Process Regresson Model = β + β +ε Regresson Equaton E() = β + β Unknown Parameters β, β Sample Data:.... n n and provde estmates of β and β Estmated Regresson Equaton ŷ = + Sample Statstcs, Slde 9 3

4 Least Squares Method Least Squares Crteron mn ( $ ) = oserved value of the dependent varale for the th oservaton ^ = estmated value of the dependent varale for the th oservaton Slde Least Squares Method Slope for the Estmated Regresson Equaton = ( )( ) = ( ) Slde Least Squares Method -Intercept for the Estmated Regresson Equaton = = value of ndependent varale for th oservaton = value of dependent varale for th _ oservaton = mean value for ndependent varale _ = mean value for dependent varale n = total numer of oservatons Slde 4

5 Smple Lnear Regresson Eample: Reed Auto Sales Reed Auto perodcall has a specal week-long sale. As part of the advertsng campagn Reed runs one or more televson commercals durng the weekend precedng the sale. Data from a sample of 5 prevous sales are shown on the net slde. Slde 3 Smple Lnear Regresson Eample: Reed Auto Sales Numer of TV Ads 3 3 Numer of Cars Sold Slde 4 Smple Lnear Regresson (Contnued) Reed Auto Sales X= # of TV ads Y= # of Cars sold ( ) ( ) ( ) ( ) ( )( ) =, = = 4 = 4 = ( ) = 4 ( )( ) = Slde 5 5

6 Estmated Regresson Equaton Slope for the Estmated Regresson Equaton ( )( ) = = = 5 ( ) 4 -Intercept for the Estmated Regresson Equaton = = 5() = Estmated Regresson Equaton ˆ = + 5 Slde 6 Scatter Dagram and Trend Lne 3 5 Cars Sold 5 5 = TV Ads Slde 7 Coeffcent of Determnaton Relatonshp Among SST, SSR, SSE SST = SSR + SSE ( ) = ( ˆ ) + ( ˆ ) SST = total sum of squares SSR = sum of squares due to regresson SSE = sum of squares due to error Slde 8 6

7 Coeffcent of Determnaton The coeffcent of determnaton s: r = SSR/SST SSR = sum of squares due to regresson SST = total sum of squares Slde 9 Coeffcent of Determnaton r = SSR/SST = /4 =.877 The regresson relatonshp s ver strong; 88% of the varalt n the numer of cars sold can e eplaned the lnear relatonshp etween the numer of TV ads and the numer of cars sold. Slde Sample Correlaton Coeffcent r = (sgn of ) r = (sgn of ) Coeffcent of Determnatonon r = the slope of the estmated regresson equaton ˆ = + Slde 7

8 Sample Correlaton Coeffcent r = (sgn of ) r The sgn of n the equaton ˆ = + 5 s +. r r = r = Slde Assumptons Aout the Error Term ε. The error ε s a random varale wth mean of zero.. The varance of ε, denoted σ, s the same for all values of the ndependent varale. 3. The values of ε are ndependent. 4. The error ε s a normall dstruted random varale. Slde 3 Testng for Sgnfcance To test for a sgnfcant regresson relatonshp, we must conduct a hpothess test to determne whether the value of β s zero. Two tests are commonl used: t Test and F Test Both the t test and F test requre an estmate of σ, the varance of ε n the regresson model. Slde 4 8

9 Testng for Sgnfcance An Estmate of σ The mean square error (MSE) provdes the estmate of σ, and the notaton s s also used. SSE = s = MSE = SSE/(n ) ( ˆ ) = ( ) Slde 5 Testng for Sgnfcance An Estmate of σ To estmate σ we take the square root of σ. The resultng s s called the standard error of the estmate. s = MSE = SSE n Slde 6 Testng for Sgnfcance: t Test Hpotheses Test Statstc H : β = a: β H t = s Slde 7 9

10 Testng for Sgnfcance: t Test Rejecton Rule Reject H f p-value < α or t < -t α/ or t > t α/ t α/ s ased on a t dstruton wth n - degrees of freedom Slde 8 Testng for Sgnfcance: t Test. Determne the hpotheses. H : β = a: β H. Specf the level of sgnfcance. α =.5 3. Select the test statstc. t = s 4. State the rejecton rule. Reject H f p-value <.5 or t > 3.8 (wth 3 degrees of freedom) Slde 9 Testng for Sgnfcance: t Test 5. Compute the value of the test statstc. 5 t = = = 4.63 s.8 6. Determne whether to reject H. t = 4.54 provdes an area of. n the upper tal. Hence, the p-value s less than.. (Also, t = 4.63 > 3.8.) We can reject H. Slde 3

11 Confdence Interval for β We can use a 95% confdence nterval for β to test the hpotheses just used n the t test. H s rejected f the hpotheszed value of β s not ncluded n the confdence nterval for β. Slde 3 Confdence Interval for β The form of a confdence nterval for β s: s the pont estmator where t α / ± t s ± α / s the t value provdng an area of α/ n the upper tal of a t dstruton wth n - degrees of freedom t α /s s the margn of error Slde 3 Confdence Interval for β Rejecton Rule Reject H f s not ncluded n the confdence nterval for β. 95% Confdence Interval for β ± t s = 5 +/- 3.8(.8) = 5 +/ ± tα / s or.56 to 8.44 Concluson s not ncluded n the confdence nterval. Reject H Slde 33

12 Hpotheses Testng for Sgnfcance: F Test Test Statstc H : β = a: β H F = MSR/MSE Slde 34 Rejecton Rule Testng for Sgnfcance: F Test Reject H f p-value < α or F > F α F α s ased on an F dstruton wth degree of freedom n the numerator and n - degrees of freedom n the denomnator Slde 35 Testng for Sgnfcance: F Test. Determne the hpotheses. H : β = H : a β. Specf the level of sgnfcance. α =.5 3. Select the test statstc. F = MSR/MSE 4. State the rejecton rule. Reject H f p-value <.5 or F >.3 (wth d.f. n numerator and 3 d.f. n denomnator) Slde 36

13 Testng for Sgnfcance: F Test 5. Compute the value of the test statstc. F = MSR/MSE = /4.667 = Determne whether to reject H. F = 7.44 provdes an area of.5 n the upper tal. Thus, the p-value correspondng to F =.43 s less than (.5) =.5. Hence, we reject H. The statstcal evdence s suffcent to conclude that we have a sgnfcant relatonshp etween the numer of TV ads ared and the numer of cars sold. Slde 37 Some Cautons aout the Interpretaton of Sgnfcance Tests Rejectng H : β = and concludng that the relatonshp etween and s sgnfcant does not enale us to conclude that a cause-and-effect relatonshp s present etween and. Just ecause we are ale to reject H : β = and demonstrate statstcal sgnfcance does not enale us to conclude that there s a lnear relatonshp etween and. Slde 38 Usng the Estmated Regresson Equaton for Estmaton and Predcton Confdence Interval Estmate of E( p ) $ p ± t α / s $ p Predcton Interval Estmate of p ± t s p ± α / nd confdence coeffcent s - α and t α/ s ased on a t dstruton wth n - degrees of freedom Slde 39 3

14 Pont Estmaton If 3 TV ads are run pror to a sale, we epect the mean numer of cars sold to e: ^ = + 5(3) = 5 cars Slde 4 Confdence Interval for E( p ) Ecel s Confdence Interval Output D E F G CONFIDENCE INTERVAL p 3 3 ar. 4 p - ar. 5 ( p - ar). 6 Σ ( p - ar) 4. 7 Varance of hat. 8 Std. Dev of hat t Value 3.84 Margn of Error 4.68 Pont Estmate 5. Lower Lmt.39 3 Upper Lmt 9.6 Slde 4 Confdence Interval for E( p ) The 95% confdence nterval estmate of the mean numer of cars sold when 3 TV ads are run s: =.39 to 9.6 cars Slde 4 4

15 Predcton Interval for p Ecel s Predcton Interval Output H PREDICTION INTERVAL Varance of nd Std. Dev. of nd.68 4 Margn of Error Lower Lmt Upper Lmt I Slde 43 Predcton Interval for p The 95% predcton nterval estmate of the numer of cars sold n one partcular week when 3 TV ads are run s: = 6.7 to 33.8 cars Slde 44 Resdual Analss If the assumptons aout the error term ε appear questonale, the hpothess tests aout the sgnfcance of the regresson relatonshp and the nterval estmaton results ma not e vald. The resduals provde the est nformaton aout ε. Resdual for Oservaton ˆ Much of the resdual analss s ased on an eamnaton of graphcal plots. Slde 45 5

16 Resdual Plot Aganst If the assumpton that the varance of ε s the same for all values of s vald, and the assumed regresson model s an adequate representaton of the relatonshp etween the varales, then The resdual plot should gve an overall mpresson of a horzontal and of ponts Slde 46 Resdual Plot Aganst ˆ Good Pattern Resdual Slde 47 Resdual Plot Aganst ˆ Nonconstant Varance Resdual Slde 48 6

17 Resdual Plot Aganst ˆ Model Form Not Adequate Resdual Slde 49 Resdual Plot Aganst Resduals Oservaton Predcted Cars Sold Resduals Slde 5 Resdual Plot Aganst Resduals TV Ads Resdual Plot 3 4 TV Ads Slde 5 7

18 End of Chapter 4 Slde 5 8

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Economic Interpretation of Regression. Theory and Applications

Economic Interpretation of Regression. Theory and Applications Economc Interpretaton of Regresson Theor and Applcatons Classcal and Baesan Econometrc Methods Applcaton of mathematcal statstcs to economc data for emprcal support Economc theor postulates a qualtatve

More information

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES

THE METHOD OF LEAST SQUARES THE METHOD OF LEAST SQUARES The goal: to measure (determne) an unknown quantty x (the value of a RV X) Realsaton: n results: y 1, y 2,..., y j,..., y n, (the measured values of Y 1, Y 2,..., Y j,..., Y n ) every result s encumbered

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

More information

SIMPLE LINEAR CORRELATION

SIMPLE LINEAR CORRELATION SIMPLE LINEAR CORRELATION Smple lnear correlaton s a measure of the degree to whch two varables vary together, or a measure of the ntensty of the assocaton between two varables. Correlaton often s abused.

More information

STATISTICAL DATA ANALYSIS IN EXCEL

STATISTICAL DATA ANALYSIS IN EXCEL Mcroarray Center STATISTICAL DATA ANALYSIS IN EXCEL Lecture 6 Some Advanced Topcs Dr. Petr Nazarov 14-01-013 petr.nazarov@crp-sante.lu Statstcal data analyss n Ecel. 6. Some advanced topcs Correcton for

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

Chapter 13 Introduction to Linear Regression and Correlation Analysis

Chapter 13 Introduction to Linear Regression and Correlation Analysis Chapter 3 Student Lecture Notes 3- Chapter 3 Introduction to Linear Regression and Correlation Analsis Fall 2006 Fundamentals of Business Statistics Chapter Goals To understand the methods for displaing

More information

Calibration and Linear Regression Analysis: A Self-Guided Tutorial

Calibration and Linear Regression Analysis: A Self-Guided Tutorial Calbraton and Lnear Regresson Analyss: A Self-Guded Tutoral Part The Calbraton Curve, Correlaton Coeffcent and Confdence Lmts CHM314 Instrumental Analyss Department of Chemstry, Unversty of Toronto Dr.

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB.

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. INDEX 1. Load data usng the Edtor wndow and m-fle 2. Learnng to save results from the Edtor wndow. 3. Computng the Sharpe Rato 4. Obtanng the Treynor Rato

More information

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression Opening Example CHAPTER 13 SIMPLE LINEAR REGREION SIMPLE LINEAR REGREION! Simple Regression! Linear Regression Simple Regression Definition A regression model is a mathematical equation that descries the

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

Regression Models for a Binary Response Using EXCEL and JMP

Regression Models for a Binary Response Using EXCEL and JMP SEMATECH 997 Statstcal Methods Symposum Austn Regresson Models for a Bnary Response Usng EXCEL and JMP Davd C. Trndade, Ph.D. STAT-TECH Consultng and Tranng n Appled Statstcs San Jose, CA Topcs Practcal

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

More information

NMT EE 589 & UNM ME 482/582 ROBOT ENGINEERING. Dr. Stephen Bruder NMT EE 589 & UNM ME 482/582

NMT EE 589 & UNM ME 482/582 ROBOT ENGINEERING. Dr. Stephen Bruder NMT EE 589 & UNM ME 482/582 NMT EE 589 & UNM ME 482/582 ROBOT ENGINEERING Dr. Stephen Bruder NMT EE 589 & UNM ME 482/582 7. Root Dynamcs 7.2 Intro to Root Dynamcs We now look at the forces requred to cause moton of the root.e. dynamcs!!

More information

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM

GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM GRAVITY DATA VALIDATION AND OUTLIER DETECTION USING L 1 -NORM BARRIOT Jean-Perre, SARRAILH Mchel BGI/CNES 18.av.E.Beln 31401 TOULOUSE Cedex 4 (France) Emal: jean-perre.barrot@cnes.fr 1/Introducton The

More information

Although ordinary least-squares (OLS) regression

Although ordinary least-squares (OLS) regression egresson through the Orgn Blackwell Oxford, TEST 0141-98X 003 5 31000 Orgnal Joseph Teachng G. UK Artcle Publshng Esenhauer through Statstcs the Ltd Trust Orgn 001 KEYWODS: Teachng; egresson; Analyss of

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

Media Mix Modeling vs. ANCOVA. An Analytical Debate

Media Mix Modeling vs. ANCOVA. An Analytical Debate Meda M Modelng vs. ANCOVA An Analytcal Debate What s the best way to measure ncremental sales, or lft, generated from marketng nvestment dollars? 2 Measurng ROI From Promotonal Spend Where possble to mplement,

More information

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation

Exhaustive Regression. An Exploration of Regression-Based Data Mining Techniques Using Super Computation Exhaustve Regresson An Exploraton of Regresson-Based Data Mnng Technques Usng Super Computaton Antony Daves, Ph.D. Assocate Professor of Economcs Duquesne Unversty Pttsburgh, PA 58 Research Fellow The

More information

5 Multiple regression analysis with qualitative information

5 Multiple regression analysis with qualitative information 5 Multple regresson analyss wth qualtatve nformaton Ezequel Urel Unversty of Valenca Verson: 9-13 5.1 Introducton of qualtatve nformaton n econometrc models. 1 5. A sngle dummy ndependent varable 5.3 Multple

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Regression Analysis: A Complete Example

Regression Analysis: A Complete Example Regression Analysis: A Complete Example This section works out an example that includes all the topics we have discussed so far in this chapter. A complete example of regression analysis. PhotoDisc, Inc./Getty

More information

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006

Latent Class Regression. Statistics for Psychosocial Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson Statstcs for Psychosocal Research II: Structural Models December 4 and 6, 2006 Latent Class Regresson (LCR) What s t and when do we use t? Recall the standard latent class model

More information

Analysis of Premium Liabilities for Australian Lines of Business

Analysis of Premium Liabilities for Australian Lines of Business Summary of Analyss of Premum Labltes for Australan Lnes of Busness Emly Tao Honours Research Paper, The Unversty of Melbourne Emly Tao Acknowledgements I am grateful to the Australan Prudental Regulaton

More information

Meta-Analysis of Hazard Ratios

Meta-Analysis of Hazard Ratios NCSS Statstcal Softare Chapter 458 Meta-Analyss of Hazard Ratos Introducton Ths module performs a meta-analyss on a set of to-group, tme to event (survval), studes n hch some data may be censored. These

More information

Evidence of the unspanned stochastic volatility in crude-oil market

Evidence of the unspanned stochastic volatility in crude-oil market The Academy of Economc Studes The Faculty of Fnance, Insurance, Bankng and Stock Echange Doctoral School of Fnance and Bankng (DOFIN) Dssertaton Paper Evdence of the unspanned stochastc volatlty n crude-ol

More information

TESTING FOR EVIDENCE OF ADVERSE SELECTION IN DEVELOPING AUTOMOBILE INSURANCE MARKET. Oksana Lyashuk

TESTING FOR EVIDENCE OF ADVERSE SELECTION IN DEVELOPING AUTOMOBILE INSURANCE MARKET. Oksana Lyashuk TESTING FOR EVIDENCE OF ADVERSE SELECTION IN DEVELOPING AUTOMOBILE INSURANCE MARKET by Oksana Lyashuk A thess submtted n partal fulfllment of the requrements for the degree of Master of Arts n Economcs

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

FINAL REPORT. City of Toronto. Contract 47016555. Project No: B000203-3

FINAL REPORT. City of Toronto. Contract 47016555. Project No: B000203-3 Cty of Toronto SAFETY IMPACTS AD REGULATIOS OF ELECTROIC STATIC ROADSIDE ADVERTISIG SIGS TECHICAL MEMORADUM #2C BEFORE/AFTER COLLISIO AALYSIS AT SIGALIZED ITERSECTIO FIAL REPORT 3027 Harvester Road, Sute

More information

The Mathematical Derivation of Least Squares

The Mathematical Derivation of Least Squares Pscholog 885 Prof. Federco The Mathematcal Dervaton of Least Squares Back when the powers that e forced ou to learn matr algera and calculus, I et ou all asked ourself the age-old queston: When the hell

More information

Fuzzy Regression and the Term Structure of Interest Rates Revisited

Fuzzy Regression and the Term Structure of Interest Rates Revisited Fuzzy Regresson and the Term Structure of Interest Rates Revsted Arnold F. Shapro Penn State Unversty Smeal College of Busness, Unversty Park, PA 68, USA Phone: -84-865-396, Fax: -84-865-684, E-mal: afs@psu.edu

More information

4 Hypothesis testing in the multiple regression model

4 Hypothesis testing in the multiple regression model 4 Hypothess testng n the multple regresson model Ezequel Urel Unversdad de Valenca Verson: 9-13 4.1 Hypothess testng: an overvew 1 4.1.1 Formulaton of the null hypothess and the alternatve hypothess 4.1.

More information

How To Find The Dsablty Frequency Of A Clam

How To Find The Dsablty Frequency Of A Clam 1 Predcton of Dsablty Frequences n Lfe Insurance Bernhard Köng 1, Fran Weber 1, Maro V. Wüthrch 2 Abstract: For the predcton of dsablty frequences, not only the observed, but also the ncurred but not yet

More information

7.5. Present Value of an Annuity. Investigate

7.5. Present Value of an Annuity. Investigate 7.5 Present Value of an Annuty Owen and Anna are approachng retrement and are puttng ther fnances n order. They have worked hard and nvested ther earnngs so that they now have a large amount of money on

More information

Stress test for measuring insurance risks in non-life insurance

Stress test for measuring insurance risks in non-life insurance PROMEMORIA Datum June 01 Fnansnspektonen Författare Bengt von Bahr, Younes Elonq and Erk Elvers Stress test for measurng nsurance rsks n non-lfe nsurance Summary Ths memo descrbes stress testng of nsurance

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

total A A reag total A A r eag

total A A reag total A A r eag hapter 5 Standardzng nalytcal Methods hapter Overvew 5 nalytcal Standards 5B albratng the Sgnal (S total ) 5 Determnng the Senstvty (k ) 5D Lnear Regresson and albraton urves 5E ompensatng for the Reagent

More information

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6

NPAR TESTS. One-Sample Chi-Square Test. Cell Specification. Observed Frequencies 1O i 6. Expected Frequencies 1EXP i 6 PAR TESTS If a WEIGHT varable s specfed, t s used to replcate a case as many tmes as ndcated by the weght value rounded to the nearest nteger. If the workspace requrements are exceeded and samplng has

More information

Binomial Link Functions. Lori Murray, Phil Munz

Binomial Link Functions. Lori Murray, Phil Munz Bnomal Lnk Functons Lor Murray, Phl Munz Bnomal Lnk Functons Logt Lnk functon: ( p) p ln 1 p Probt Lnk functon: ( p) 1 ( p) Complentary Log Log functon: ( p) ln( ln(1 p)) Motvatng Example A researcher

More information

Quantization Effects in Digital Filters

Quantization Effects in Digital Filters Quantzaton Effects n Dgtal Flters Dstrbuton of Truncaton Errors In two's complement representaton an exact number would have nfntely many bts (n general). When we lmt the number of bts to some fnte value

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or

2. What is the general linear model to be used to model linear trend? (Write out the model) = + + + or Simple and Multiple Regression Analysis Example: Explore the relationships among Month, Adv.$ and Sales $: 1. Prepare a scatter plot of these data. The scatter plots for Adv.$ versus Sales, and Month versus

More information

Prediction of Disability Frequencies in Life Insurance

Prediction of Disability Frequencies in Life Insurance Predcton of Dsablty Frequences n Lfe Insurance Bernhard Köng Fran Weber Maro V. Wüthrch October 28, 2011 Abstract For the predcton of dsablty frequences, not only the observed, but also the ncurred but

More information

Portfolio Loss Distribution

Portfolio Loss Distribution Portfolo Loss Dstrbuton Rsky assets n loan ortfolo hghly llqud assets hold-to-maturty n the bank s balance sheet Outstandngs The orton of the bank asset that has already been extended to borrowers. Commtment

More information

Multiple Linear Regression

Multiple Linear Regression Multiple Linear Regression A regression with two or more explanatory variables is called a multiple regression. Rather than modeling the mean response as a straight line, as in simple regression, it is

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

High Correlation between Net Promoter Score and the Development of Consumers' Willingness to Pay (Empirical Evidence from European Mobile Markets)

High Correlation between Net Promoter Score and the Development of Consumers' Willingness to Pay (Empirical Evidence from European Mobile Markets) Hgh Correlaton between et Promoter Score and the Development of Consumers' Wllngness to Pay (Emprcal Evdence from European Moble Marets Ths paper shows that the correlaton between the et Promoter Score

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Two Faces of Intra-Industry Information Transfers: Evidence from Management Earnings and Revenue Forecasts

Two Faces of Intra-Industry Information Transfers: Evidence from Management Earnings and Revenue Forecasts Two Faces of Intra-Industry Informaton Transfers: Evdence from Management Earnngs and Revenue Forecasts Yongtae Km Leavey School of Busness Santa Clara Unversty Santa Clara, CA 95053-0380 TEL: (408) 554-4667,

More information

= 6degrees of freedom, if the test statistic value f = 4.53, then P-value =.

= 6degrees of freedom, if the test statistic value f = 4.53, then P-value =. Sectn 9.5 4. In testng H : σ = σ versus Ha : σ > σ wth ν = 4 and ν = 6degrees f freedm, f the test statstc value f = 4.53, then P-value =..05 75. The sample standard devatn f sdum cncentratn n whle bld

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Testing Adverse Selection Using Frank Copula Approach in Iran Insurance Markets

Testing Adverse Selection Using Frank Copula Approach in Iran Insurance Markets Journal of mathematcs and computer Scence 5 (05) 54-58 Testng Adverse Selecton Usng Frank Copula Approach n Iran Insurance Markets Had Safar Katesar,, Behrouz Fath Vajargah Departmet of Statstcs, Shahd

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

Lecture 14: Implementing CAPM

Lecture 14: Implementing CAPM Lecture 14: Implementng CAPM Queston: So, how do I apply the CAPM? Current readng: Brealey and Myers, Chapter 9 Reader, Chapter 15 M. Spegel and R. Stanton, 2000 1 Key Results So Far All nvestors should

More information

Forecasting and Stress Testing Credit Card Default using Dynamic Models

Forecasting and Stress Testing Credit Card Default using Dynamic Models Forecastng and Stress Testng Credt Card Default usng Dynamc Models Tony Bellott and Jonathan Crook Credt Research Centre Unversty of Ednburgh Busness School Verson 4.5 Abstract Typcally models of credt

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Diagnostic Tests of Cross Section Independence for Nonlinear Panel Data Models

Diagnostic Tests of Cross Section Independence for Nonlinear Panel Data Models DISCUSSION PAPER SERIES IZA DP No. 2756 Dagnostc ests of Cross Secton Independence for Nonlnear Panel Data Models Cheng Hsao M. Hashem Pesaran Andreas Pck Aprl 2007 Forschungsnsttut zur Zukunft der Arbet

More information

Texas Instruments 30X IIS Calculator

Texas Instruments 30X IIS Calculator Texas Instruments 30X IIS Calculator Keystrokes for the TI-30X IIS are shown for a few topcs n whch keystrokes are unque. Start by readng the Quk Start secton. Then, before begnnng a specfc unt of the

More information

Is There A Tradeoff between Employer-Provided Health Insurance and Wages?

Is There A Tradeoff between Employer-Provided Health Insurance and Wages? Is There A Tradeoff between Employer-Provded Health Insurance and Wages? Lye Zhu, Southern Methodst Unversty October 2005 Abstract Though most of the lterature n health nsurance and the labor market assumes

More information

Section 5.4 Annuities, Present Value, and Amortization

Section 5.4 Annuities, Present Value, and Amortization Secton 5.4 Annutes, Present Value, and Amortzaton Present Value In Secton 5.2, we saw that the present value of A dollars at nterest rate per perod for n perods s the amount that must be deposted today

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

The simple linear Regression Model

The simple linear Regression Model The smple lear Regresso Model Correlato coeffcet s o-parametrc ad just dcates that two varables are assocated wth oe aother, but t does ot gve a deas of the kd of relatoshp. Regresso models help vestgatg

More information

Online Appendix for Forecasting the Equity Risk Premium: The Role of Technical Indicators

Online Appendix for Forecasting the Equity Risk Premium: The Role of Technical Indicators Onlne Appendx for Forecastng the Equty Rsk Premum: The Role of Techncal Indcators Chrstopher J. Neely Federal Reserve Bank of St. Lous neely@stls.frb.org Davd E. Rapach Sant Lous Unversty rapachde@slu.edu

More information

Transition Matrix Models of Consumer Credit Ratings

Transition Matrix Models of Consumer Credit Ratings Transton Matrx Models of Consumer Credt Ratngs Abstract Although the corporate credt rsk lterature has many studes modellng the change n the credt rsk of corporate bonds over tme, there s far less analyss

More information

A machine vision approach for detecting and inspecting circular parts

A machine vision approach for detecting and inspecting circular parts A machne vson approach for detectng and nspectng crcular parts Du-Mng Tsa Machne Vson Lab. Department of Industral Engneerng and Management Yuan-Ze Unversty, Chung-L, Tawan, R.O.C. E-mal: edmtsa@saturn.yzu.edu.tw

More information

ESTIMATING THE MARKET VALUE OF FRANKING CREDITS: EMPIRICAL EVIDENCE FROM AUSTRALIA

ESTIMATING THE MARKET VALUE OF FRANKING CREDITS: EMPIRICAL EVIDENCE FROM AUSTRALIA ESTIMATING THE MARKET VALUE OF FRANKING CREDITS: EMPIRICAL EVIDENCE FROM AUSTRALIA Duc Vo Beauden Gellard Stefan Mero Economc Regulaton Authorty 469 Wellngton Street, Perth, WA 6000, Australa Phone: (08)

More information

21 Vectors: The Cross Product & Torque

21 Vectors: The Cross Product & Torque 21 Vectors: The Cross Product & Torque Do not use our left hand when applng ether the rght-hand rule for the cross product of two vectors dscussed n ths chapter or the rght-hand rule for somethng curl

More information

Effective wavelet-based compression method with adaptive quantization threshold and zerotree coding

Effective wavelet-based compression method with adaptive quantization threshold and zerotree coding Effectve wavelet-based compresson method wth adaptve quantzaton threshold and zerotree codng Artur Przelaskowsk, Maran Kazubek, Tomasz Jamrógewcz Insttute of Radoelectroncs, Warsaw Unversty of Technology,

More information

Problem Set 3. a) We are asked how people will react, if the interest rate i on bonds is negative.

Problem Set 3. a) We are asked how people will react, if the interest rate i on bonds is negative. Queston roblem Set 3 a) We are asked how people wll react, f the nterest rate on bonds s negatve. When

More information

Determination of a reference value, associated standard uncertainty and degrees of equivalence

Determination of a reference value, associated standard uncertainty and degrees of equivalence Determnaton of a erence value, assocated standard uncertanty and degrees of equvalence for CCRI(II key comparson data Stefaan Pommé 01 Report EUR 5355 E European Commsson Jont Research Centre Insttute

More information

Brigid Mullany, Ph.D University of North Carolina, Charlotte

Brigid Mullany, Ph.D University of North Carolina, Charlotte Evaluaton And Comparson Of The Dfferent Standards Used To Defne The Postonal Accuracy And Repeatablty Of Numercally Controlled Machnng Center Axes Brgd Mullany, Ph.D Unversty of North Carolna, Charlotte

More information

Rate-Based Daily Arrival Process Models with Application to Call Centers

Rate-Based Daily Arrival Process Models with Application to Call Centers Submtted to Operatons Research manuscrpt (Please, provde the manuscrpt number!) Authors are encouraged to submt new papers to INFORMS journals by means of a style fle template, whch ncludes the journal

More information

Covariate-based pricing of automobile insurance

Covariate-based pricing of automobile insurance Insurance Markets and Companes: Analyses and Actuaral Computatons, Volume 1, Issue 2, 2010 José Antono Ordaz (Span), María del Carmen Melgar (Span) Covarate-based prcng of automoble nsurance Abstract Ths

More information

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence

How Sets of Coherent Probabilities May Serve as Models for Degrees of Incoherence 1 st Internatonal Symposum on Imprecse Probabltes and Ther Applcatons, Ghent, Belgum, 29 June 2 July 1999 How Sets of Coherent Probabltes May Serve as Models for Degrees of Incoherence Mar J. Schervsh

More information

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares

Outline. Topic 4 - Analysis of Variance Approach to Regression. Partitioning Sums of Squares. Total Sum of Squares. Partitioning sums of squares Topic 4 - Analysis of Variance Approach to Regression Outline Partitioning sums of squares Degrees of freedom Expected mean squares General linear test - Fall 2013 R 2 and the coefficient of correlation

More information

Evaluating credit risk models: A critique and a new proposal

Evaluating credit risk models: A critique and a new proposal Evaluatng credt rsk models: A crtque and a new proposal Hergen Frerchs* Gunter Löffler Unversty of Frankfurt (Man) February 14, 2001 Abstract Evaluatng the qualty of credt portfolo rsk models s an mportant

More information

Testing the Infrequent Purchases Model Using Direct Measurement of Hidden Consumption from Food Stocks

Testing the Infrequent Purchases Model Using Direct Measurement of Hidden Consumption from Food Stocks Testng the Infrequent Purchases Model Usng Drect Measurement of Hdden Consumpton from Food Stocks John Gbson and Bonggeun Km Abstract Reports of zero expendture on ndvdual commodtes durng the reference

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

More information

FOREIGN EXCHANGE EXPOSURES, FINANCIAL AND OPERATIONAL HEDGE STRATEGIES OF TAIWAN FIRMS

FOREIGN EXCHANGE EXPOSURES, FINANCIAL AND OPERATIONAL HEDGE STRATEGIES OF TAIWAN FIRMS Investment Management and Fnancal Innovatons, Volume 4, Issue 3, 007 95 FOREIGN EXCHANGE EXPOSURES, FINANCIAL AND OPERATIONAL HEDGE STRATEGIES OF TAIWAN FIRMS Y-Chen Chang *, Hu-Ju Ln * Abstract Usng multple-horzon

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Variance estimation for the instrumental variables approach to measurement error in generalized linear models

Variance estimation for the instrumental variables approach to measurement error in generalized linear models he Stata Journal (2003) 3, Number 4, pp. 342 350 Varance estmaton for the nstrumental varables approach to measurement error n generalzed lnear models James W. Hardn Arnold School of Publc Health Unversty

More information

Inverse Test Confidence Intervals for Turning points: A Demonstration with Higher Order Polynomials.

Inverse Test Confidence Intervals for Turning points: A Demonstration with Higher Order Polynomials. Inverse Test Confdence Intervals for Turnng ponts: A Demonstraton wth Hgher Order Polynomals. J. N. Lye and J. G. Hrschberg Abstract: In ths paper we demonstrate the constructon of nverse test confdence

More information

On some special nonlevel annuities and yield rates for annuities

On some special nonlevel annuities and yield rates for annuities On some specal nonlevel annutes and yeld rates for annutes 1 Annutes wth payments n geometrc progresson 2 Annutes wth payments n Arthmetc Progresson 1 Annutes wth payments n geometrc progresson 2 Annutes

More information

OLA HÖSSJER, BENGT ERIKSSON, KAJSA JÄRNMALM AND ESBJÖRN OHLSSON ABSTRACT

OLA HÖSSJER, BENGT ERIKSSON, KAJSA JÄRNMALM AND ESBJÖRN OHLSSON ABSTRACT ASSESSING INDIVIDUAL UNEXPLAINED VARIATION IN NON-LIFE INSURANCE BY OLA HÖSSJER, BENGT ERIKSSON, KAJSA JÄRNMALM AND ESBJÖRN OHLSSON ABSTRACT We consder varaton of observed clam frequences n non-lfe nsurance,

More information

Measuring portfolio loss using approximation methods

Measuring portfolio loss using approximation methods Scence Journal of Appled Mathematcs and Statstcs 014; (): 4-5 Publshed onlne Aprl 0, 014 (http://www.scencepublshnggroup.com/j/sjams) do: 10.11648/j.sjams.01400.11 Measurng portfolo loss usng approxmaton

More information

One-Way Analysis of Variance (ANOVA) Example Problem

One-Way Analysis of Variance (ANOVA) Example Problem One-Way Analysis of Variance (ANOVA) Example Problem Introduction Analysis of Variance (ANOVA) is a hypothesis-testing technique used to test the equality of two or more population (or treatment) means

More information

HARVARD John M. Olin Center for Law, Economics, and Business

HARVARD John M. Olin Center for Law, Economics, and Business HARVARD John M. Oln Center for Law, Economcs, and Busness ISSN 1045-6333 ASYMMETRIC INFORMATION AND LEARNING IN THE AUTOMOBILE INSURANCE MARKET Alma Cohen Dscusson Paper No. 371 6/2002 Harvard Law School

More information

International Commodity Prices and the Australian Stock Market

International Commodity Prices and the Australian Stock Market Internatonal Commodty Prces and the Australan Stock Market Chrs Heaton, George Mlunovch and Anthony Passé-de Slva Abstract We propose a method for estmatng the earlest tme durng the tradng day when overnght

More information

General Iteration Algorithm for Classification Ratemaking

General Iteration Algorithm for Classification Ratemaking General Iteraton Algorthm for Classfcaton Ratemakng by Luyang Fu and Cheng-sheng eter Wu ABSTRACT In ths study, we propose a flexble and comprehensve teraton algorthm called general teraton algorthm (GIA)

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

More information

Least Squares Fitting of Data

Least Squares Fitting of Data Least Squares Fttng of Data Davd Eberly Geoetrc Tools, LLC http://www.geoetrctools.co/ Copyrght c 1998-2016. All Rghts Reserved. Created: July 15, 1999 Last Modfed: January 5, 2015 Contents 1 Lnear Fttng

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

FLASH POINT DETERMINATION OF BINARY MIXTURES OF ALCOHOLS, KETONES AND WATER. P.J. Martínez, E. Rus and J.M. Compaña

FLASH POINT DETERMINATION OF BINARY MIXTURES OF ALCOHOLS, KETONES AND WATER. P.J. Martínez, E. Rus and J.M. Compaña FLASH POINT DETERMINATION OF BINARY MIXTURES OF ALCOHOLS, KETONES AND WATER Abstract P.J. Martínez, E. Rus and J.M. Compaña Departamento de Ingenería Químca. Facultad de Cencas. Unversdad de Málaga. 29071

More information