Chapter 6 Bivariate Correlation & Regression

Size: px
Start display at page:

Download "Chapter 6 Bivariate Correlation & Regression"

Transcription

1 Chapter 6 Bvarate Correlaton & Regresson 6.1 Scatterplots and Regresson Lnes 6. Estmatng a Lnear Regresson Equaton 6.3 R-Square and Correlaton 6.4 Sgnfcance Tests for Regresson Parameters

2 Scatterplot: a postve relaton Vsually dsplay relaton of two varables on X-Y coordnates 50 U.S. States Y = per capta ncome X = % adults wth BA degree CT Postve relaton: ncreasng X related to hgher values of Y MS

3 Scatterplot: a negatve relaton Y = % n poverty X = % females n labor force NM AR WI

4 Summarze scatter by regresson lne Use lnear regresson to estmate best-ft lne thru ponts: How can we use sample data on the Y & X varables to estmate populaton parameters for the best-fttng lne?

5 Slopes and ntercepts We learned n algebra that a lne s unquely located n a coordnate system by specfyng: (1) ts slope ( rse over run ); and () ts ntercept (where t crosses the Y-axs) Equaton has a bvarate lnear relatonshp: Y = a + bx where: b s slope a s ntercept DRAW THESE LINES: Y = 0 + X Y = X

6 Predcton equaton vs. regresson model In predcton equaton, caret over Y ndcates predcted ( expected ) score of th case for ndependent value X : Yˆ a b X But we can never perfectly predct socal relatonshps! Regresson model s error term ndcates how dscrepant s the predcted score from observed value of the th case: Y a b X e Calculate the magntude and sgn of the th case s error by subtractng 1 st equaton from nd equaton (see next slde): Y Y ˆ e

7 Regresson error The regresson error, or resdual, for the th case s the dfference between the value of the dependent varable predcted by a regresson equaton and the observed value of that case. Subtract the predcton equaton from the lnear regresson model to dentfy the th case s error term Y a b X e Ŷ a b X Y Ŷ e An analogy: In weather forecastng, an error s the dfference between the weatherperson s predcted hgh temperature for today and the actual hgh temperature observed today: Observed temp 86º - Predcted temp 91º = Error -5º

8 The Least Squares crteron Scatterplot for state Income & Educaton has a postve slope To plot the regresson lne, we apply a crteron yeldng the best ft of a lne through the cloud of ponts Ordnary least squares (OLS) a method for estmatng regresson equaton coeffcents -- ntercept (a) and slope (b) -- that mnmze the sum of squared errors

9 OLS estmator of the slope, b Because the sum of errors s always 0, we want parameter estmators that wll mnmze the sum of squared errors: N 1 ( Y Yˆ ) e Fortunately, both OLS estmators have ths desred property Bvarate regresson coeffcent: b ( Y Y)( X ( X X) X) Numerator s sum of product of devatons around means; when dvded by N 1 t s called the covarance of Y and X. If we also dvde the denomnator by N 1, the result s the nowfamlar varance of X. Thus, b s X s

10 OLS estmator of the ntercept, a The OLS estmator for the ntercept (a) smply changes the mean of Y (the dependent varable) by an amount equalng the regresson slope s effect for the mean of X: Two mportant facts arse from ths relaton: (1) The regresson lne always goes through the pont of both varables means! a Y bx () When the regresson slope s zero, for every X we only predct that Y equals the ntercept a, whch s also the mean of the dependent varable! a Y b X 0

11 Use these two bvarate regresson equatons, estmated from the 50 States data, to calculate some predcted values: 1. Regress ncome on bachelor s degree: Yˆ $ X Yˆ a b What predcted ncomes for: X = 1%: Y= X = 8%: Y= X. Regress poverty percent on female labor force pct: Yˆ 45.% X What predcted poverty % for: X = 55%: Y= X = 70%: Y=

12 Use these two bvarate regresson equatons, estmated from the 008 GSS data, to calculate some predcted values: 3. Regress church attendance per year on age (N=,005) Yˆ What predcted attendance for: X X = 18 years: Y= X = 89 years: Y= 4. Regress sex frequency per year on age (N=1,680) Yˆ X What predcted actvty for: X = 18 years: Y= X = 89 years: Y= Lnearty s not always a reasonable, realstc assumpton to make about socal behavors! Yˆ a b X

13 Errors n regresson predcton Every regresson lne through a scatterplot also passes through the means of both varables;.e., pont ( Y, X) We can use ths relatonshp to dvde the varance of Y nto a double devaton from: (1) the regresson lne () the Y-mean lne Then calculate a sum of squares that reveals how strongly Y s predcted by X.

14 Illnos double devaton In Income-Educaton scatterplot, show the dfference between the mean and Illnos Y-score as the sum of two devatons: IL } } Y Error devaton of observed and predcted scores Y ˆ Y Regresson devaton of predcted score from the mean Y ˆ Y

15 Parttonng the sum of squares Now generalze ths procedure to all N observatons 1. Subtract the mean of Y from the th observed score (= case s devaton score): Y Y. Smultaneously subtract and add th predcted score (leaves the devaton unchanged): Y Yˆ Yˆ Y 3. Group these four elements nto two terms: ( Y Yˆ ) ( Yˆ Y ) 4. Square both grouped terms: 5. Sum the squares across all N cases: ( Y Y ( Y Y ( Y Yˆ ) ( Yˆ Y ) ˆ ) ˆ ) 6. Step #5 equals the sum of the squared devatons n step #1 (whch s also the ( Y Y ) numerator of the varance of Y): Therefore: ( Y Y ) ( Y Yˆ ) ( Yˆ Y )

16 Namng the sums of squares Each result of the precedng partton has a name: ( Y Y) ( Y Yˆ ) ( Yˆ Y) TOTAL sum of squares ERROR sum of squares REGRESSION sum of squares SSTOTAL = SSERROR + SSREGRESSION The relatve proportons of the two terms on the rght ndcate how well or poorly we can predct the varance n Y from ts lnear relatonshp wth X The SS TOTAL should be famlar to you t s the numerator of the varance of Y (see the Notes for Chapter ). When we partton the sum of squares nto the two components, we re analyzng the varance of the dependent varable n a regresson equaton. Hence, ths method s called the analyss of varance or ANOVA.

17 Coeffcent of Determnaton If we had no knowledge about the regresson slope (.e., b = 0 and thus SS REGRESSION = 0), then our only predcton s that the score of Y for every case equals the mean (whch also equals the equaton s ntercept a; see slde #10 above). Yˆ Yˆ Yˆ a a a b 0X X But, f b 0, then we can use nformaton about the th case s score on X to mprove our predcted Y for case. We ll stll make errors, but the stronger the Y-X lnear relatonshp, the more accurate our predctons wll be.

18 R as a PRE measure of predcton Use nformaton from the sums of squares to construct a standardzed proportonal reducton n error (PRE) measure of predcton success for a regresson equaton Ths PRE statstc, the coeffcent of determnaton, s the proporton of the varance n Y explaned statstcally by Y s lnear relatonshp wth X. R SS TOTAL SS SS TOTAL ERROR SS REGRESSION SS TOTAL R ( Y ˆ ˆ Y) ( Y Y ) ( Y Y) ( Y Y) ( Y Y) The range of R-square s from 0.00 to 1.00, that s, from no predctablty to perfect predcton.

19 Fnd the R for these 50-States bvarate regresson equatons 1. R-square for regresson of ncome on educaton SS REGRESSION = SS ERROR = 34. SS TOTAL = R =. R-square for poverty-female labor force equaton SS REGRESSION = SS ERROR = 31.6 SS TOTAL = R =

20 Here are some R problems from the 008 GSS 3. R-square for church attendance regressed on age SS REGRESSION = 67,13 SS ERROR =,861,98 SS TOTAL = R = 4. R-square for sex frequency-age equaton SS REGRESSION = 1,511,6 SS ERROR = SS TOTAL = 10,50,53 R =

21 The correlaton coeffcent, r Correlaton coeffcent s a measure of the drecton and strength of the lnear relatonshp of two varables Attach the sgn of regresson slope to square root of R : r r XY R Or, n terms of covarances and standard devatons: r s s Y s X s s X XY s Y r XY

22 Calculate the correlaton coeffcents for these pars: Regresson Eqs. R b r Income-Educaton Poverty-labor force Church attend-age Sex frequency-age

23 Comparson of r and R Ths table summarzes dfferences between the correlaton coeffcent and coeffcent of determnaton for two varables. Correlaton Coeffcent Coeffcent of Determnaton Sample statstc r R Populaton parameter ρ ρ Relatonshp r = R R = r Test statstc t test F test

24 Sample and populaton Regresson equatons estmated wth sample data can be used to test hypotheses about each of the three correspondng populaton parameters Sample equaton: Ŷ a b X R Populaton equaton: Ŷ X Each par of null and alternatve (research) hypotheses are statements about a populaton parameter. Performng a sgnfcance test requres usng sample statstcs to estmate a standard error or a par of mean squares.

25 Hypotheses about slope, A typcal null hypothess about the populaton regresson slope s that the ndependent varable (X) has no lnear relaton wth the dependent varable (Y). Its pared research hypothess s nondrectonal (a two-taled test): H0 : β 0 H1 : β 0 Other hypothess pars are drectonal (one-taled tests): H H 0 1 : : β β 0 0 or H H 0 1 : : β β 0 0

26 Samplng Dstrbuton of The Central Lmt Theorem, whch let us analyze the samplng dstrbuton of large-sample means as a normal curve, also treats the samplng dstrbuton of as normal, wth mean = 0 and standard error σ β. Hypothess tests may be one- or two-taled. β = 0

27 The t-test for To test whether a large sample s regresson slope (b ) has a low probablty of beng drawn from a samplng dstrbuton wth a hypotheszed populaton parameter of zero ( = 0), apply a t-test (same as Z-test for large N). t b β s b where s b s the sample estmate of the standard error of the regresson slope. SSDA#4 (pp. 19) shows how to calculate ths estmate wth sample data. But, n ths course we wll rely on SPSS to estmate the standard error.

28 Here s a research hypothess: The greater the percentage of college degrees, the hgher a state s per capta ncome. 1. Estmate the regresson equaton (s b n parens): Ŷ $ X (.1) (0.10). Calculate the test statstc: t b β s b 3. Decde about the null hypothess (one-taled test): 1-tal -tal Probablty of Type I error: 5. Concluson:

29 For ths research hypothess, use the 008 GSS (N=1,919): The more sblngs respondents have, the lower ther occupatonal prestge scores. 1. Estmate the regresson equaton (s b n parentheses):. Calculate the test statstc: b β t sb 3. Decde about the null Ŷ X (0.47) (0.10) hypothess (one-taled test): 4. Probablty of Type I error: 5. Concluson:

30 Research hypothess: The number of hours people work per week s unrelated to number of sblngs they have. 1. Estmate the regresson equaton (s b n parentheses): Ŷ (0.65) 0.08 X (0.14). Calculate the test statstc: t b β s b 3. Decde about the null hypothess (two-taled test): 4. Probablty of Type I error: 5. Concluson:

31 Hypothess about the ntercept, Researchers rarely have any hypothess about the populaton ntercept (the dependent varable s predcted score when the ndependent varable = 0). Use SPSS s standard error for a t-test of ths hypothess par: H H 0 1 : : 0 0 t a α Test ths null hypothess: the ntercept n the state ncomeeducaton regresson equaton s zero. t a α s a Decson about H 0 (two-taled): Probablty of Type I error: Concluson: s a

32 Chapter The Ch-Square and F Dstrbutons

33 Ch-Square Two useful famles of theoretcal statstcal dstrbutons, both based on the Normal dstrbuton: Ch-square and F dstrbutons The Ch-square ( ) famly: for normally dstrbuted random varables, square and add each Z-score (Greek nu) s the degrees of freedom (df) for a specfc famly member ( Y1 For = : Z1 ) ( Y Y Z Y Y Z Z 1 Y )

34 Shapes of Ch-Square Mean for each = and varance =. Wth larger df, plots show ncreasng symmetry but each s postvely skewed: Areas under a curve can be treated as probabltes

35 The F Dstrbuton The F dstrbuton famly: formed as the rato of two ndependent ch-square random varables. Ronald Fscher, a Brtsh statstcan, frst descrbed the dstrbuton 19. In 1934, George Snedecor tabulated the famly s values and called t the F dstrbuton n honor of Fscher. Every member of the F famly has two degrees of freedom, one for the chsquare n the numerator and one for the ch-square n the denomnator: F 1 / / 1 F s used to test hypotheses about whether the varances of two or more populatons are equal (analyss of varance = ANOVA) F s also used n tests of explaned varance n multple regresson equatons (also called ANOVA)

36 Each member of the F dstrbuton famly takes a dfferent shape, varyng wth the numerator and denomnator dfs:

37 Chapter 6 Return to hypothess testng for regresson

38 Hypothess about A null hypothess about the populaton coeffcent of determnaton (Rho-square) s that none of the dependent varable (Y) varaton s due to ts lnear relaton wth the ndependent varable (X): The only research hypothess s that Rho-square n the populaton s H0 : ρ 1 H : ρ 0 greater than zero: Why s H 1 never wrtten wth a negatve Rho-square (.e., < 0)? 0 To test the null hypothess about, use the F dstrbuton, a rato of two ch-squares each dvded by ther degrees of freedom: Degree of freedom: the number of values free to vary when computng a statstc

39 Calculatng degrees of freedom The concept of degrees of freedom (df) s probably better understood by an example than by a defnton. Suppose a sample of N =4 cases has a mean of 6. I tell you that Y 1 = 8 and Y = 5; what are Y 3 and Y 4? Those two scores can take many values that would yeld a mean of 6 (Y 3 = 5 & Y 4 = 6; or Y 3 = 9 & Y 4 = ) But, f I now tell you that Y 3 = 4, what must Y 4 = Once the mean and N-1 other scores are fxed, the Nth score has no freedom to vary. The three sums of squares n regresson analyss cost dfferng degrees of freedom, whch must be pad when testng a hypothess about.

40 d for the 3 Sums of Squares 1. SS TOTAL has df = N - 1, because for a fxed total all scores except the fnal score are free to vary. Because the SS REGRESSION s estmated from one regresson slope (b ), t costs 1 df 3. Calculate the df for SS ERROR as the dfference: df TOTAL = df REGRESSION + df ERROR N - 1 = 1 + df ERROR Therefore: df ERROR = N-

41 Mean Squares To standardze F for dfferent sze samples, calculate mean (average) sums of squares per degree of freedom, for the three components SS df TOTAL TOTAL SS SS SS REGRESSION ERROR df REGRESSION df TOTAL REGRESSION ERROR ERROR N 1 1 N SS SS Label the two terms on the rght sde as Mean Squares: SS REGRESSION /1 = MS REGRESSION SS ERROR /(N-) = MS ERROR The F statstc s thus a rato of the two Mean Squares: F MS REGRESSION MS ERROR SS TOTAL / df TOTAL = the varance of Y (see the Notes for Chapter ), further ndcaton we re conductng an analyss of varance (ANOVA).

42 Analyss of Varance Table One more tme: The F test for 50 State Income-Educaton Calculate and fll n the two MS n ths summary ANOVA table, and then compute the F-rato: Source SS df MS F Regresson Error 34. Total A decson about H 0 requres the crtcal values for F, whose dstrbutons nvolve the two degrees of freedom assocated wth the two Mean Squares

43 Crtcal values for F In a populaton, f s greater than zero (the H 1 ), then the MS REGRESSION wll be sgnfcantly larger than MS ERROR, as revealed by the F test statstc. An F statstc to test a null hypothess s a rato two Mean Squares. Each MSs has a dfferent degrees of freedom (df = 1 n the numerator, df = N- n the denomnator). For large samples, use ths table of crtcal values for the three conventonal alpha levels: Why are the c.v. for F always postve? df R, df E c.v..05 1, , , 10.83

44 Test the hypothess about for the occupatonal prestge-sblngs regresson, where sample R = H0 : ρ 0 H1 : ρ 0 Source SS df MS F Regresson 14,0 Error 355,775 Total 369, Decde about null hypothess: Probablty of Type I error: Concluson:

45 Test the hypothess about for the hours workedsblngs regresson, where sample R = Source SS df MS F Regresson 68 Error 51,68 Total 51, Decde about null hypothess: Probablty of Type I error: Concluson: Wll you make always the same or dfferent decsons f you test hypotheses about both and for the same bvarate regresson equaton? Why or why not?

46

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University

Characterization of Assembly. Variation Analysis Methods. A Thesis. Presented to the. Department of Mechanical Engineering. Brigham Young University Characterzaton of Assembly Varaton Analyss Methods A Thess Presented to the Department of Mechancal Engneerng Brgham Young Unversty In Partal Fulfllment of the Requrements for the Degree Master of Scence

More information

Part 1: quick summary 5. Part 2: understanding the basics of ANOVA 8

Part 1: quick summary 5. Part 2: understanding the basics of ANOVA 8 Statstcs Rudolf N. Cardnal Graduate-level statstcs for psychology and neuroscence NOV n practce, and complex NOV desgns Verson of May 4 Part : quck summary 5. Overvew of ths document 5. Background knowledge

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

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

Question 2: What is the variance and standard deviation of a dataset?

Question 2: What is the variance and standard deviation of a dataset? Queston 2: What s the varance and standard devaton of a dataset? The varance of the data uses all of the data to compute a measure of the spread n the data. The varance may be computed for a sample of

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

Vasicek s Model of Distribution of Losses in a Large, Homogeneous Portfolio

Vasicek s Model of Distribution of Losses in a Large, Homogeneous Portfolio Vascek s Model of Dstrbuton of Losses n a Large, Homogeneous Portfolo Stephen M Schaefer London Busness School Credt Rsk Electve Summer 2012 Vascek s Model Important method for calculatng dstrbuton of

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

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

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

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

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

Chapter XX More advanced approaches to the analysis of survey data. Gad Nathan Hebrew University Jerusalem, Israel. Abstract

Chapter XX More advanced approaches to the analysis of survey data. Gad Nathan Hebrew University Jerusalem, Israel. Abstract Household Sample Surveys n Developng and Transton Countres Chapter More advanced approaches to the analyss of survey data Gad Nathan Hebrew Unversty Jerusalem, Israel Abstract In the present chapter, we

More information

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

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

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

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

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

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

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

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

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Evaluating the generalizability of an RCT using electronic health records data

Evaluating the generalizability of an RCT using electronic health records data Evaluatng the generalzablty of an RCT usng electronc health records data 3 nterestng questons Is our RCT representatve? How can we generalze RCT results? Can we use EHR* data as a control group? *) Electronc

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

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

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

Criminal Justice System on Crime *

Criminal Justice System on Crime * On the Impact of the NSW Crmnal Justce System on Crme * Dr Vasls Sarafds, Dscplne of Operatons Management and Econometrcs Unversty of Sydney * Ths presentaton s based on jont work wth Rchard Kelaher 1

More information

Searching and Switching: Empirical estimates of consumer behaviour in regulated markets

Searching and Switching: Empirical estimates of consumer behaviour in regulated markets Searchng and Swtchng: Emprcal estmates of consumer behavour n regulated markets Catherne Waddams Prce Centre for Competton Polcy, Unversty of East Angla Catherne Webster Centre for Competton Polcy, Unversty

More information

BERNSTEIN POLYNOMIALS

BERNSTEIN POLYNOMIALS On-Lne Geometrc Modelng Notes BERNSTEIN POLYNOMIALS Kenneth I. Joy Vsualzaton and Graphcs Research Group Department of Computer Scence Unversty of Calforna, Davs Overvew Polynomals are ncredbly useful

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

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

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

ADVERSE SELECTION IN INSURANCE MARKETS: POLICYHOLDER EVIDENCE FROM THE U.K. ANNUITY MARKET *

ADVERSE SELECTION IN INSURANCE MARKETS: POLICYHOLDER EVIDENCE FROM THE U.K. ANNUITY MARKET * ADVERSE SELECTION IN INSURANCE MARKETS: POLICYHOLDER EVIDENCE FROM THE U.K. ANNUITY MARKET * Amy Fnkelsten Harvard Unversty and NBER James Poterba MIT and NBER * We are grateful to Jeffrey Brown, Perre-Andre

More information

Gender differences in revealed risk taking: evidence from mutual fund investors

Gender differences in revealed risk taking: evidence from mutual fund investors Economcs Letters 76 (2002) 151 158 www.elsever.com/ locate/ econbase Gender dfferences n revealed rsk takng: evdence from mutual fund nvestors a b c, * Peggy D. Dwyer, James H. Glkeson, John A. Lst a Unversty

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

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

This study examines whether the framing mode (narrow versus broad) influences the stock investment decisions

This study examines whether the framing mode (narrow versus broad) influences the stock investment decisions MANAGEMENT SCIENCE Vol. 54, No. 6, June 2008, pp. 1052 1064 ssn 0025-1909 essn 1526-5501 08 5406 1052 nforms do 10.1287/mnsc.1070.0845 2008 INFORMS How Do Decson Frames Influence the Stock Investment Choces

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

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

Evaluating the Effects of FUNDEF on Wages and Test Scores in Brazil *

Evaluating the Effects of FUNDEF on Wages and Test Scores in Brazil * Evaluatng the Effects of FUNDEF on Wages and Test Scores n Brazl * Naérco Menezes-Flho Elane Pazello Unversty of São Paulo Abstract In ths paper we nvestgate the effects of the 1998 reform n the fundng

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

where the coordinates are related to those in the old frame as follows.

where the coordinates are related to those in the old frame as follows. Chapter 2 - Cartesan Vectors and Tensors: Ther Algebra Defnton of a vector Examples of vectors Scalar multplcaton Addton of vectors coplanar vectors Unt vectors A bass of non-coplanar vectors Scalar product

More information

PRIVATE SCHOOL CHOICE: THE EFFECTS OF RELIGIOUS AFFILIATION AND PARTICIPATION

PRIVATE SCHOOL CHOICE: THE EFFECTS OF RELIGIOUS AFFILIATION AND PARTICIPATION PRIVATE SCHOOL CHOICE: THE EFFECTS OF RELIIOUS AFFILIATION AND PARTICIPATION Danny Cohen-Zada Department of Economcs, Ben-uron Unversty, Beer-Sheva 84105, Israel Wllam Sander Department of Economcs, DePaul

More information

1. Math 210 Finite Mathematics

1. Math 210 Finite Mathematics 1. ath 210 Fnte athematcs Chapter 5.2 and 5.3 Annutes ortgages Amortzaton Professor Rchard Blecksmth Dept. of athematcal Scences Northern Illnos Unversty ath 210 Webste: http://math.nu.edu/courses/math210

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

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

Financial Instability and Life Insurance Demand + Mahito Okura *

Financial Instability and Life Insurance Demand + Mahito Okura * Fnancal Instablty and Lfe Insurance Demand + Mahto Okura * Norhro Kasuga ** Abstract Ths paper estmates prvate lfe nsurance and Kampo demand functons usng household-level data provded by the Postal Servces

More information

Understanding the Impact of Marketing Actions in Traditional Channels on the Internet: Evidence from a Large Scale Field Experiment

Understanding the Impact of Marketing Actions in Traditional Channels on the Internet: Evidence from a Large Scale Field Experiment A research and educaton ntatve at the MT Sloan School of Management Understandng the mpact of Marketng Actons n Tradtonal Channels on the nternet: Evdence from a Large Scale Feld Experment Paper 216 Erc

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

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

14.74 Lecture 5: Health (2)

14.74 Lecture 5: Health (2) 14.74 Lecture 5: Health (2) Esther Duflo February 17, 2004 1 Possble Interventons Last tme we dscussed possble nterventons. Let s take one: provdng ron supplements to people, for example. From the data,

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

ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C White Emerson Process Management

ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C White Emerson Process Management ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C Whte Emerson Process Management Abstract Energy prces have exhbted sgnfcant volatlty n recent years. For example, natural gas prces

More information

Online Appendix Supplemental Material for Market Microstructure Invariance: Empirical Hypotheses

Online Appendix Supplemental Material for Market Microstructure Invariance: Empirical Hypotheses Onlne Appendx Supplemental Materal for Market Mcrostructure Invarance: Emprcal Hypotheses Albert S. Kyle Unversty of Maryland akyle@rhsmth.umd.edu Anna A. Obzhaeva New Economc School aobzhaeva@nes.ru Table

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

the Manual on the global data processing and forecasting system (GDPFS) (WMO-No.485; available at http://www.wmo.int/pages/prog/www/manuals.

the Manual on the global data processing and forecasting system (GDPFS) (WMO-No.485; available at http://www.wmo.int/pages/prog/www/manuals. Gudelne on the exchange and use of EPS verfcaton results Update date: 30 November 202. Introducton World Meteorologcal Organzaton (WMO) CBS-XIII (2005) recommended that the general responsbltes for a Lead

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Thursday, December 10, 2009 Noon - 1:50 pm Faraday 143

Thursday, December 10, 2009 Noon - 1:50 pm Faraday 143 1. ath 210 Fnte athematcs Chapter 5.2 and 4.3 Annutes ortgages Amortzaton Professor Rchard Blecksmth Dept. of athematcal Scences Northern Illnos Unversty ath 210 Webste: http://math.nu.edu/courses/math210

More information

Approximating Cross-validatory Predictive Evaluation in Bayesian Latent Variables Models with Integrated IS and WAIC

Approximating Cross-validatory Predictive Evaluation in Bayesian Latent Variables Models with Integrated IS and WAIC Approxmatng Cross-valdatory Predctve Evaluaton n Bayesan Latent Varables Models wth Integrated IS and WAIC Longha L Department of Mathematcs and Statstcs Unversty of Saskatchewan Saskatoon, SK, CANADA

More information

Management Quality, Financial and Investment Policies, and. Asymmetric Information

Management Quality, Financial and Investment Policies, and. Asymmetric Information Management Qualty, Fnancal and Investment Polces, and Asymmetrc Informaton Thomas J. Chemmanur * Imants Paegls ** and Karen Smonyan *** Current verson: December 2007 * Professor of Fnance, Carroll School

More information

Returns to Experience in Mozambique: A Nonparametric Regression Approach

Returns to Experience in Mozambique: A Nonparametric Regression Approach Returns to Experence n Mozambque: A Nonparametrc Regresson Approach Joel Muzma Conference Paper nº 27 Conferênca Inaugural do IESE Desafos para a nvestgação socal e económca em Moçambque 19 de Setembro

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

Psicológica Universidad de Valencia psicologica@uv.es ISSN (Versión impresa): 0211-2159 ISSN (Versión en línea): 1576-8597 ESPAÑA

Psicológica Universidad de Valencia psicologica@uv.es ISSN (Versión impresa): 0211-2159 ISSN (Versión en línea): 1576-8597 ESPAÑA Pscológca Unversdad de Valenca pscologca@uv.es ISSN (Versón mpresa): 02-259 ISSN (Versón en línea): 576-8597 ESPAÑA 2000 Vcenta Serra / Vcenç Quera / Anton Solanas AUTOCORRELATION EFFECT ON TYPE I ERROR

More information

The Application of Fractional Brownian Motion in Option Pricing

The Application of Fractional Brownian Motion in Option Pricing Vol. 0, No. (05), pp. 73-8 http://dx.do.org/0.457/jmue.05.0..6 The Applcaton of Fractonal Brownan Moton n Opton Prcng Qng-xn Zhou School of Basc Scence,arbn Unversty of Commerce,arbn zhouqngxn98@6.com

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

7 ANALYSIS OF VARIANCE (ANOVA)

7 ANALYSIS OF VARIANCE (ANOVA) 7 ANALYSIS OF VARIANCE (ANOVA) Chapter 7 Analyss of Varance (Anova) Objectves After studyng ths chapter you should apprecate the need for analysng data from more than two samples; understand the underlyng

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

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

Traffic-light extended with stress test for insurance and expense risks in life insurance

Traffic-light extended with stress test for insurance and expense risks in life insurance PROMEMORIA Datum 0 July 007 FI Dnr 07-1171-30 Fnansnspetonen Författare Bengt von Bahr, Göran Ronge Traffc-lght extended wth stress test for nsurance and expense rss n lfe nsurance Summary Ths memorandum

More information

THE EFFECT OF PREPAYMENT PENALTIES ON THE PRICING OF SUBPRIME MORTGAGES

THE EFFECT OF PREPAYMENT PENALTIES ON THE PRICING OF SUBPRIME MORTGAGES THE EFFECT OF PREPAYMENT PENALTIES ON THE PRICING OF SUBPRIME MORTGAGES Gregory Ellehausen, Fnancal Servces Research Program George Washngton Unversty Mchael E. Staten, Fnancal Servces Research Program

More information

Rotation Kinematics, Moment of Inertia, and Torque

Rotation Kinematics, Moment of Inertia, and Torque Rotaton Knematcs, Moment of Inerta, and Torque Mathematcally, rotaton of a rgd body about a fxed axs s analogous to a lnear moton n one dmenson. Although the physcal quanttes nvolved n rotaton are qute

More information

Chapter 8 Group-based Lending and Adverse Selection: A Study on Risk Behavior and Group Formation 1

Chapter 8 Group-based Lending and Adverse Selection: A Study on Risk Behavior and Group Formation 1 Chapter 8 Group-based Lendng and Adverse Selecton: A Study on Rsk Behavor and Group Formaton 1 8.1 Introducton Ths chapter deals wth group formaton and the adverse selecton problem. In several theoretcal

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

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

Sketching Sampled Data Streams

Sketching Sampled Data Streams Sketchng Sampled Data Streams Florn Rusu, Aln Dobra CISE Department Unversty of Florda Ganesvlle, FL, USA frusu@cse.ufl.edu adobra@cse.ufl.edu Abstract Samplng s used as a unversal method to reduce the

More information