Natural Resources Data Analysis Lecture Notes Brian R. Mitchell. IV. Week 4: A. Goodness of fit testing

Size: px
Start display at page:

Download "Natural Resources Data Analysis Lecture Notes Brian R. Mitchell. IV. Week 4: A. Goodness of fit testing"

Transcription

1 Natural Resources Data Analyss Lecture Notes Bran R. Mtchell IV. Week 4: A. Goodness of ft testng 1. We test model goodness of ft to ensure that the assumptons of the model are met closely enough for the model to provde vald nference. Every statstcal modelng technque has a set of assumptons that should be checked as well as possble. Goodness of ft s generally evaluated usng summary statstcs and nspecton of resdual plots. For certan complex models, goodness of ft can only be evaluated usng computer smulatons. 2. Note that volatng model assumptons s a much bgger problem f you are conductng null hypothess tests, but that not meetng the assumptons wll also affect model predctons. 3. Regresson a) Assumptons (1) Y-values and ther error terms are normally dstrbuted for each level of the predctor varables. Regresson s generally robust to volatons of ths assumpton. (2) Y-values and ther error terms have the same varance at each level of the predctor varables (.e. homogenety of varance). (3) Y-values and ther error terms are ndependent. (4) Predctor varables are fxed and known exactly (specfcally for Fxed Effects or Model 1 stuatons). Falng to meet ths assumpton, however, does not affect hypothess testng or predcton. (5) Predctor varables should not be hghly correlated wth each other. Severe collnearty can prevent a model from beng ft or create hghly senstve results. Correlated predctors also lead to nflated varance of parameter estmates. (6) There s a lnear relatonshp between predctors and outcome. b) Example (1) The example s a smulated data set. The outcome varable s Tme To Detecton (n seconds, durng a brd pont count), and the predctor varables are tme of day (decmal hours snce sunrse), folage densty, and number of brds actually present (the nce thng about smulated data s you don t have to actually count the brds!). (2) Test the ft of the regresson model: TTD = b 0 + b 1 *Tme + b 2 *Folage + b 3 *Number

2 (3) In SAS, use the code: PROC GLM data=dataset; MODEL ttd = tme folage number; RUN; c) Goodness of ft (1) In SAS, a varety of GOF stats can be saved usng the OUTPUT command: OUTPUT out=outdataset keyword=name;. So the command for resduals would be OUTPUT out=outdataset R=resd; (2) In SAS, plots can be made usng PROC PLOT: PROC PLOT data=outdataset; PLOT vertcal*horzontal; run; (3) Focus on whether a lnear model s approprate and whether there are outlers (.e. large resdual) or nfluence ponts (.e. far from the mean). (4) Useful statstcs to calculate: (a) The overall R 2 s a general measure of ft, t s the proporton of the varaton n the data set explaned by the model. (b) Correlatons among predctors. (PROC CORR n SAS: PROC CORR data=dataset; VAR x1 x2 x3; RUN; ) (c) Predcted values are useful for plots. (P n SAS OUTPUT lne) (d) Resduals are also useful for plots. (R n SAS) (e) Leverage measures how each x nfluences the ftted y- value; values further from the mean of all x s have greater leverage. Any leverage greater than 2K/n should be checked; leverage s typcally ncorporated nto Cook s D. (Leverage s H n SAS) (f) Large studentzed resduals ndcate outlers from the ftted model, compared to other observatons. (STUDENT n SAS) (g) Press resduals (usually studentzed) are the dfference between observed and predcted Y-values when the current observaton s excluded. (RSTUDENT n SAS). (h) Cook s D or Cook s Dstance measures the nfluence each observaton has on the ftted regresson lne and the estmates of regresson parameters. A large value ndcates that removal of the observaton would consderably nfluence the regresson parameters; dstances greater than 1 are usually partcularly nfluental. (COOKD n SAS) (5) Useful plots to examne (a) Scatterplots of each predctor aganst the other predctors can help detect multcollnearty. (b) Scatterplots of the outcome aganst each predctor: these plots can help you fnd unequal varances, nonlnearty, and outlers. But ths gnores the nfluence of other predctor varables.

3 (c) Partal regresson or partal resdual plots show the relatonshp between the outcome and a predctor, adjustng for the effects of the other predctors. Values on the Y axs are the resduals from the regresson of Y aganst all predctors except the predctor of nterest; values on the X axs are the resduals of the predctor of nterest aganst the other predctors. (These plots can be produced by PROC REG, wth the PARTIAL opton n the MODEL statement: MODEL y = x1 x2 x3 / partal ) (d) Resduals aganst predcted Y-values (these nclude Cook s D and studentzed resduals). (e) Resduals aganst predctors can detect outlers specfc to that predctor, nonlnearty between Y and that predctor, and temporal autocorrelaton f the predctor s tme (and ths type of plot can be adapted for detectng other sorts of autocorrelaton). (f) Resduals aganst predctors or nteractons not ncluded n the model; ths can help assess the mportance of factors not ncluded n the orgnal model. (g) Locatng outlers can be aded by plottng resduals aganst the observaton number, or by sortng the data set (note that f you want to sort a table n SAS, rght-clck the table and clck Edt Mode before clckng a column and sortng). 4. ANOVA a) Assumptons (1) Y-values and ther error terms are normally dstrbuted for each level of the predctor varables. ANOVA s generally robust to volatons of ths assumpton f sample szes and varances are smlar across levels. (2) Y-values and ther error terms have the same varance at each level of the predctor varables (.e. homogenety of varance). Unequal varances can be a bg problem, but can be addressed usng robust ANOVA technques. (3) Y-values and ther error terms are ndependent. b) Goodness of ft (1) ANOVA s essentally lnear regresson usng categorcal varables. However, the categorcal nature of the data means that some regresson dagnostcs are not useful. (2) Resduals and studentzed resduals are stll useful. Plot these aganst the predcted values (.e. group means). Resduals should show equal spread for each group, ndcatng varance homogenety. These plots wll also show outlers.

4 5. Dscrmnant analyss a) Assumptons (1) There are several requrements for the data set: (a) Groups mutually exclusve. (b) Number of samples per group should not be radcally dfferent. (c) No dscrmnatng varable can be a lnear combnaton of other dscrmnatng varables. (d) No hghly correlated dscrmnatng varables; maxmum correlaton suggestons vary, but be concerned f correlatons exceed 0.7 (although most publshed analyses I have seen use thresholds between 0.8 and 0.95). (e) At least 2 samples per group. (f) At least 2 more samples than the number of varables, and preferably there should be at least 3 tmes as many samples as varables. (g) The pror probablty of group membershp s known. Most packages assume equal probablty of membershp n each group, but ths can be adjusted (e.g. by usng the proporton of samples as the pror probablty). (2) Equal group dspersons (.e. equal varance-covarance matrces): Volatng ths assumpton s problematc f you are hopng to use nferental statstcs to determne f groups are sgnfcantly dfferent. If ths assumpton does not hold, the dscrmnant analyss can stll have useful for descrpton and predcton. (3) Multvarate normalty: Ths analyss assumes that the data for each group follows the multvarate normal dstrbuton. Dscrmnant analyss s robust to volatons of ths assumpton. (4) Independence: Dscrmnant analyss s senstve to lack of ndependence. (5) Lnearty: Dscrmnant analyss assumes that a lnear combnaton of varables best predcts group membershp. b) Example (1) The example s a data set that s often used to llustrate dscrmnant analyss. The goal s to classfy 3 speces of rses based on sepal and petal wdth and length. c) Goodness of ft (1) Use a scatterplot or correlaton matrx to explore correlatons among predctor varables. If there are any hgh correlatons, you can conduct an ANOVA for both varables aganst your groupng factor. Keep the varable wth the largest among-group dfferences. ( PROC CORR data=dscrm; var sepallen sepalwd

5 6. Logstc Regresson petallen petalwd; run; ) ( PROC GLM data=dscrm; class speces; model speces = var; run; ) (2) Calculate a unvarate ANOVA on each dscrmnatng varable wth the groupng varable as the man effect, and assess the dstrbuton of the resduals (whch should be normally dstrbuted). Ths doesn t really address multvarate normalty, but f unvarate normalty s not present, then multvarate normalty s also not present. ( PROC GLM data=dscrm; class speces; model speces = var; output out=dscrmout r=resd; run; PROC PLOT data=dscrmout; plot resd*speces; run; ) (3) Plot each varable on the Y axs aganst group membershp on the X axs; varance should be smlar across groups. If varances are unequal you can transform the varable. It may help to see f the transformed varable mproves dscrmnaton; f t does not, t should not be used. ( PROC PLOT data=dscrm; PLOT var*speces; run; ) (4) Calculate a test of equal group dspersons (there are a varety of these). If the dspersons dffer, dscrmnant analyss can be conducted usng the wthn-group matrces nstead of the pooled matrx. Ths requres quadratc dscrmnant analyss rather than lnear dscrmnant analyss. Alternatvely, f the dspersons do not dffer greatly, the dfferences are unlkely to have a large effect and they can be gnored. ( PROC DISCRIM data=dscrm pool=test; class speces; var vars; run; ) (note: pool=no s quadratc dscrmnant analyss, pool=yes s lnear) (5) Plot dscrmnant functons aganst each other (wth dfferent codng for each group). Ths wll help dentfy outlers, as well as nonlnearty. ( PROC DISCRIM data=dscrm out=dscrmout canoncal pool=yes; class speces; var vars; run; proc plot data=dscrmout; plot can2*can1=speces; run; ) (6) Classfcaton accuracy: How well does dscrmnant analyss classfy the data? Is the classfcaton better than expected by chance? Kappa (when probablty of group membershp = sample sze) or tau are useful statstcs that explan the mprovement n classfcaton accuracy over what was expected by chance. These statstcs are only unbased wth jack-knfed or splt-sample data. ( PROC DISCRIM data=dscrm canoncal crossvaldate crosslsterr pool=yes; class speces; var var; run; ) (Use Kappa spreadsheet to calculate Kappa) a) Assumptons (1) The data set must meet some basc requrements: (a) No hghly correlated predctor varables (b) No complete separaton (.e. perfect predcton). Nearly complete separaton can also be a problem.

6 (c) No zero cells (.e. no zero cells n the contngency table for categorcal predctors). (2) The probablty dstrbuton for the response varable (and the error terms) s bnomal (multnomal for multple logstc regresson). (3) The logstc lnk functon s approprate (.e. predctor varables have a lnear relatonshp to the logged odds of the outcome). b) Example (1) Coyote vocal responses to playback c) Goodness of ft (1) Plot each predctor aganst the outcome to look for complete separaton and zero cells (Use JMP, Analyze Ft Y by X to generate mosac plots and contngency tables). (2) Use a scatterplot or correlaton matrx to check for collnearty. Contngency table analyss can be used to check correlatons among categorcal predctors. ( PROC CATMOD data=logstc; model outcome = predctors / corrb; run; ) (3) Examne the logstc regresson output. Extremely large estmates and standard errors ndcate complete separaton or zero cells. ( PROC LOGISTIC data=logstc; class classvars; model vocresp = vars; run; ) (4) Area under the ROC (Recever Operatng Characterstc) curve; see Hosmer and Lemeshow (2000). (a) The ROC curve s a measure of classfcaton accuracy; t s a plot of senstvty versus (1-specfcty) over all possble classfcaton cut-ponts. (b) Senstvty s the proporton of cases where the outcome = 1 that were correctly classfed. (c) Specfcty s the proporton of cases where the outcome = 0 that were correctly classfed. (d) A cut-pont s the probablty at whch the decson s made to classfy nto one group nstead of the other. (e) An ROC area of 0.5 suggests no dscrmnaton; 0.7 to 0.8 s consdered acceptable, and greater than 0.8 s excellent. (f) Note that a poorly-fttng model may stll have good dscrmnaton! (g) In SAS, the area under the ROC curve s estmated by the statstc c n the table ttled Assocaton of predcted Probabltes and Observed Responses. (5) Overall goodness of ft can be assessed usng the G 2 statstc (the devance) or the Pearson χ 2 statstc f the predctors are all categorcal. These statstcs approxmate a χ 2 dstrbuton wth n

7 p (sample sze number of parameters) degrees of freedom. (In SAS, add / aggregate scale=none to the model statement) (6) If there are contnuous predctors n the model, the best overall ft statstc s the Hosmer-Lemeshow test. (n SAS, add / lackft to the model statement) (7) Examne the resduals, whch should be examned for large values or plotted aganst the predcted logstc probablty. Some useful resduals: (a) Pearson χ 2 or devance resduals. (b) χ 2 or G 2 resduals; these are the change n the χ 2 or G 2 statstcs when the current observaton s excluded (ths s the logstc verson of press resduals). (c) Dfbeta s an nfluence statstc that parallels Cook s D from regresson. (d) These resduals (and the predcted probabltes to plot them aganst) can all be calculated by addng the followng lne of SAS code after the MODEL statement: OUTPUT out=logout predcted=pred resch=resch resdev=resdev dfchsq=dfch dfdev=dfdev dfbetas=_all_; 7. What f your model does not ft? B. Multmodel nference a) Examne outlers and determne f the data s accurate b) Consder revsng your model set or error structure; ths ncludes consderng transformatons of predctor varables and the outcome varable (.e. the error dstrbuton). c) It s possble to use QAIC or QAIC c to select among poorly fttng models (B&A p. 309). But you must report the lack of ft and be aware that ths severely hampers nference (also p. 309). 1. The man goals of multmodel nference are to derve parameter estmates usng all models n a model set, and to ncorporate model selecton uncertanty nto precson estmates. 2. Model-averaged parameters a) The model-averaged parameter estmate s smply the weghted average of the estmates from each model. b) ˆ R θ = = 1 w ˆ θ c) For models that lack the parameter beng averaged, use ˆ θ = 0

8 d) WARNING: do not average a parameter that has dfferent meanngs n dfferent models (.e. dfferent functonal forms n a non-nested model set). Instead, calculate the estmated outcome for each model, and model average the outcomes. Note that ths value wll correspond to specfc values of the predctor varables (see below). 3. Uncondtonal parameter varance (.e. accountng for model selecton uncertanty) a) The uncondtonal varance for a model-averaged parameter s also a weghted average. b) R vâr ˆ θ = w vâr( ˆ θ g ) = 1 + ˆ θ ˆ θ c) The above formula s from Burnham and Anderson (2004), and dffers from the formula n Burnham and Anderson (2002). d) The uncondtonal varance = the sum of (Akake weghts tmes (the varance calculated for the current model plus the squared dfference between the parameter estmate for the current model mnus the model averaged parameter estmate)). e) If the parameter you are calculatng varance for s not n the current model, use a varance of zero and a parameter estmate of zero. Ths wll contrbute to the uncondtonal varance an amount equal to the model weght tmes the square of the model averaged parameter estmate. f) Burnham and Anderson spend some tme talkng about ˆ ~ θ versusθ, and the varance estmators that go along wth these parameters. The debate s essentally over what to do when a parameter s not n the model; Burnham and Anderson ntally assert thatθˆ and ts varance s calculated by only usng models where the parameter occurs, whle ~ θ s calculated accordng to the procedures I have outlned above and ts varance cannot be calculated. However, ther 2004 monograph on multmodel nference descrbes ~ θ whle callng t θˆ. I beleve that usng the procedure I have outlned here s the best match to ther apparent ntent. 4. Uncondtonal confdence nterval a) Once you have the uncondtonal parameter estmate and ts varance, just calculate confdence ntervals as you normally would. One typcal approach s based on the z dstrbuton: 2

9 b) ˆ θ ± z ˆ 1 α / 2 vâr θ 5. Relatve mportance of varables a) Burnham and Anderson suggest summng the Akake weghts for the models where each varable occurs; the larger the summed weght, the more mportant the varable. b) Ths approach requres that each varable occur n the same number of canddate models. c) I do not agree wth ths approach, snce t gnores the possblty that two parameters could be selected wth smlar frequency, but that one may be more mportant than the other (larger effect sze, smaller confdence nterval). I have not seen a convncng smulaton study supportng ths approach. d) I recommend lookng at the model averaged estmate dvded by the model averaged varance as an estmate of effect sze. Ths approach also does not requre equal representaton for the parameter across the model set. 6. Confdence Sets for the K-L Best Model a) Burnham and Anderson suggests that a n% confdence set can be produced by rankng the models by decreasng Akake weghts, and addng n models untl the cumulatve weght exceeds n% (so a 90% model set would nclude all models untl the cumulatve Akake weghts exceeded 0.90). b) They no longer seem to recommend ths approach, and I agree that t should not be used. It s smple enough to conduct model averagng that the entre set should be used. C. For the remander of the class, work on a spreadsheet to calculate model averaged parameters and uncondtonal varances.

MgtOp 215 Chapter 13 Dr. Ahn

MgtOp 215 Chapter 13 Dr. Ahn MgtOp 5 Chapter 3 Dr Ahn Consder two random varables X and Y wth,,, In order to study the relatonshp between the two random varables, we need a numercal measure that descrbes the relatonshp The covarance

More information

Tests for Two Correlations

Tests for Two Correlations PASS Sample Sze Software Chapter 805 Tests for Two Correlatons Introducton The correlaton coeffcent (or correlaton), ρ, s a popular parameter for descrbng the strength of the assocaton between two varables.

More information

Which of the following provides the most reasonable approximation to the least squares regression line? (a) y=50+10x (b) Y=50+x (d) Y=1+50x

Which of the following provides the most reasonable approximation to the least squares regression line? (a) y=50+10x (b) Y=50+x (d) Y=1+50x Whch of the followng provdes the most reasonable approxmaton to the least squares regresson lne? (a) y=50+10x (b) Y=50+x (c) Y=10+50x (d) Y=1+50x (e) Y=10+x In smple lnear regresson the model that s begn

More information

ECONOMETRICS - FINAL EXAM, 3rd YEAR (GECO & GADE)

ECONOMETRICS - FINAL EXAM, 3rd YEAR (GECO & GADE) ECONOMETRICS - FINAL EXAM, 3rd YEAR (GECO & GADE) May 17, 2016 15:30 Frst famly name: Name: DNI/ID: Moble: Second famly Name: GECO/GADE: Instructor: E-mal: Queston 1 A B C Blank Queston 2 A B C Blank Queston

More information

/ Computational Genomics. Normalization

/ Computational Genomics. Normalization 0-80 /02-70 Computatonal Genomcs Normalzaton Gene Expresson Analyss Model Computatonal nformaton fuson Bologcal regulatory networks Pattern Recognton Data Analyss clusterng, classfcaton normalzaton, mss.

More information

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS

CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS CHAPTER 9 FUNCTIONAL FORMS OF REGRESSION MODELS QUESTIONS 9.1. (a) In a log-log model the dependent and all explanatory varables are n the logarthmc form. (b) In the log-ln model the dependent varable

More information

Data Mining Linear and Logistic Regression

Data Mining Linear and Logistic Regression 07/02/207 Data Mnng Lnear and Logstc Regresson Mchael L of 26 Regresson In statstcal modellng, regresson analyss s a statstcal process for estmatng the relatonshps among varables. Regresson models are

More information

Transformation and Weighted Least Squares

Transformation and Weighted Least Squares APM 63 Regresson Analyss Project Transformaton and Weghted Least Squares. INTRODUCTION Yanjun Yan yayan@syr.edu Due on 4/4/5 (Thu.) Turned n on 4/4 (Thu.) Ths project ams at modelng the peak rate of flow

More information

Chapter 3 Student Lecture Notes 3-1

Chapter 3 Student Lecture Notes 3-1 Chapter 3 Student Lecture otes 3-1 Busness Statstcs: A Decson-Makng Approach 6 th Edton Chapter 3 Descrbng Data Usng umercal Measures 005 Prentce-Hall, Inc. Chap 3-1 Chapter Goals After completng ths chapter,

More information

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers

II. Random Variables. Variable Types. Variables Map Outcomes to Numbers II. Random Varables Random varables operate n much the same way as the outcomes or events n some arbtrary sample space the dstncton s that random varables are smply outcomes that are represented numercally.

More information

Tests for Two Ordered Categorical Variables

Tests for Two Ordered Categorical Variables Chapter 253 Tests for Two Ordered Categorcal Varables Introducton Ths module computes power and sample sze for tests of ordered categorcal data such as Lkert scale data. Assumng proportonal odds, such

More information

Likelihood Fits. Craig Blocker Brandeis August 23, 2004

Likelihood Fits. Craig Blocker Brandeis August 23, 2004 Lkelhood Fts Crag Blocker Brandes August 23, 2004 Outlne I. What s the queston? II. Lkelhood Bascs III. Mathematcal Propertes IV. Uncertantes on Parameters V. Mscellaneous VI. Goodness of Ft VII. Comparson

More information

Random Variables. b 2.

Random Variables. b 2. Random Varables Generally the object of an nvestgators nterest s not necessarly the acton n the sample space but rather some functon of t. Techncally a real valued functon or mappng whose doman s the sample

More information

occurrence of a larger storm than our culvert or bridge is barely capable of handling? (what is The main question is: What is the possibility of

occurrence of a larger storm than our culvert or bridge is barely capable of handling? (what is The main question is: What is the possibility of Module 8: Probablty and Statstcal Methods n Water Resources Engneerng Bob Ptt Unversty of Alabama Tuscaloosa, AL Flow data are avalable from numerous USGS operated flow recordng statons. Data s usually

More information

3/3/2014. CDS M Phil Econometrics. Vijayamohanan Pillai N. Truncated standard normal distribution for a = 0.5, 0, and 0.5. CDS Mphil Econometrics

3/3/2014. CDS M Phil Econometrics. Vijayamohanan Pillai N. Truncated standard normal distribution for a = 0.5, 0, and 0.5. CDS Mphil Econometrics Lmted Dependent Varable Models: Tobt an Plla N 1 CDS Mphl Econometrcs Introducton Lmted Dependent Varable Models: Truncaton and Censorng Maddala, G. 1983. Lmted Dependent and Qualtatve Varables n Econometrcs.

More information

Capability Analysis. Chapter 255. Introduction. Capability Analysis

Capability Analysis. Chapter 255. Introduction. Capability Analysis Chapter 55 Introducton Ths procedure summarzes the performance of a process based on user-specfed specfcaton lmts. The observed performance as well as the performance relatve to the Normal dstrbuton are

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSIO THEORY II Smple Regresson Theory II 00 Samuel L. Baker Assessng how good the regresson equaton s lkely to be Assgnment A gets nto drawng nferences about how close the regresson lne mght

More information

An Application of Alternative Weighting Matrix Collapsing Approaches for Improving Sample Estimates

An Application of Alternative Weighting Matrix Collapsing Approaches for Improving Sample Estimates Secton on Survey Research Methods An Applcaton of Alternatve Weghtng Matrx Collapsng Approaches for Improvng Sample Estmates Lnda Tompkns 1, Jay J. Km 2 1 Centers for Dsease Control and Preventon, atonal

More information

4. Greek Letters, Value-at-Risk

4. Greek Letters, Value-at-Risk 4 Greek Letters, Value-at-Rsk 4 Value-at-Rsk (Hull s, Chapter 8) Math443 W08, HM Zhu Outlne (Hull, Chap 8) What s Value at Rsk (VaR)? Hstorcal smulatons Monte Carlo smulatons Model based approach Varance-covarance

More information

Linear Combinations of Random Variables and Sampling (100 points)

Linear Combinations of Random Variables and Sampling (100 points) Economcs 30330: Statstcs for Economcs Problem Set 6 Unversty of Notre Dame Instructor: Julo Garín Sprng 2012 Lnear Combnatons of Random Varables and Samplng 100 ponts 1. Four-part problem. Go get some

More information

3: Central Limit Theorem, Systematic Errors

3: Central Limit Theorem, Systematic Errors 3: Central Lmt Theorem, Systematc Errors 1 Errors 1.1 Central Lmt Theorem Ths theorem s of prme mportance when measurng physcal quanttes because usually the mperfectons n the measurements are due to several

More information

OCR Statistics 1 Working with data. Section 2: Measures of location

OCR Statistics 1 Working with data. Section 2: Measures of location OCR Statstcs 1 Workng wth data Secton 2: Measures of locaton Notes and Examples These notes have sub-sectons on: The medan Estmatng the medan from grouped data The mean Estmatng the mean from grouped data

More information

ISyE 512 Chapter 9. CUSUM and EWMA Control Charts. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison

ISyE 512 Chapter 9. CUSUM and EWMA Control Charts. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison ISyE 512 hapter 9 USUM and EWMA ontrol harts Instructor: Prof. Kabo Lu Department of Industral and Systems Engneerng UW-Madson Emal: klu8@wsc.edu Offce: Room 317 (Mechancal Engneerng Buldng) ISyE 512 Instructor:

More information

Teaching Note on Factor Model with a View --- A tutorial. This version: May 15, Prepared by Zhi Da *

Teaching Note on Factor Model with a View --- A tutorial. This version: May 15, Prepared by Zhi Da * Copyrght by Zh Da and Rav Jagannathan Teachng Note on For Model th a Ve --- A tutoral Ths verson: May 5, 2005 Prepared by Zh Da * Ths tutoral demonstrates ho to ncorporate economc ves n optmal asset allocaton

More information

Spatial Variations in Covariates on Marriage and Marital Fertility: Geographically Weighted Regression Analyses in Japan

Spatial Variations in Covariates on Marriage and Marital Fertility: Geographically Weighted Regression Analyses in Japan Spatal Varatons n Covarates on Marrage and Martal Fertlty: Geographcally Weghted Regresson Analyses n Japan Kenj Kamata (Natonal Insttute of Populaton and Socal Securty Research) Abstract (134) To understand

More information

Testing for Omitted Variables

Testing for Omitted Variables Testng for Omtted Varables Jeroen Weese Department of Socology Unversty of Utrecht The Netherlands emal J.weese@fss.uu.nl tel +31 30 2531922 fax+31 30 2534405 Prepared for North Amercan Stata users meetng

More information

Measures of Spread IQR and Deviation. For exam X, calculate the mean, median and mode. For exam Y, calculate the mean, median and mode.

Measures of Spread IQR and Deviation. For exam X, calculate the mean, median and mode. For exam Y, calculate the mean, median and mode. Part 4 Measures of Spread IQR and Devaton In Part we learned how the three measures of center offer dfferent ways of provdng us wth a sngle representatve value for a data set. However, consder the followng

More information

A Comparison of Statistical Methods in Interrupted Time Series Analysis to Estimate an Intervention Effect

A Comparison of Statistical Methods in Interrupted Time Series Analysis to Estimate an Intervention Effect Transport and Road Safety (TARS) Research Joanna Wang A Comparson of Statstcal Methods n Interrupted Tme Seres Analyss to Estmate an Interventon Effect Research Fellow at Transport & Road Safety (TARS)

More information

PASS Sample Size Software. :log

PASS Sample Size Software. :log PASS Sample Sze Software Chapter 70 Probt Analyss Introducton Probt and lot analyss may be used for comparatve LD 50 studes for testn the effcacy of drus desned to prevent lethalty. Ths proram module presents

More information

Graphical Methods for Survival Distribution Fitting

Graphical Methods for Survival Distribution Fitting Graphcal Methods for Survval Dstrbuton Fttng In ths Chapter we dscuss the followng two graphcal methods for survval dstrbuton fttng: 1. Probablty Plot, 2. Cox-Snell Resdual Method. Probablty Plot: The

More information

Analysis of Variance and Design of Experiments-II

Analysis of Variance and Design of Experiments-II Analyss of Varance and Desgn of Experments-II MODULE VI LECTURE - 4 SPLIT-PLOT AND STRIP-PLOT DESIGNS Dr. Shalabh Department of Mathematcs & Statstcs Indan Insttute of Technology Kanpur An example to motvate

More information

Chapter 3 Descriptive Statistics: Numerical Measures Part B

Chapter 3 Descriptive Statistics: Numerical Measures Part B Sldes Prepared by JOHN S. LOUCKS St. Edward s Unversty Slde 1 Chapter 3 Descrptve Statstcs: Numercal Measures Part B Measures of Dstrbuton Shape, Relatve Locaton, and Detectng Outlers Eploratory Data Analyss

More information

Copyright 2017 by Taylor Enterprises, Inc., All Rights Reserved. Dr. Wayne A. Taylor

Copyright 2017 by Taylor Enterprises, Inc., All Rights Reserved. Dr. Wayne A. Taylor Taylor Enterprses, Inc. ormalzed Indvduals (I ) Chart Copyrght 07 by Taylor Enterprses, Inc., All Rghts Reserved. ormalzed Indvduals (I) Control Chart Dr. Wayne A. Taylor Abstract: The only commonly used

More information

Midterm Exam. Use the end of month price data for the S&P 500 index in the table below to answer the following questions.

Midterm Exam. Use the end of month price data for the S&P 500 index in the table below to answer the following questions. Unversty of Washngton Summer 2001 Department of Economcs Erc Zvot Economcs 483 Mdterm Exam Ths s a closed book and closed note exam. However, you are allowed one page of handwrtten notes. Answer all questons

More information

Alternatives to Shewhart Charts

Alternatives to Shewhart Charts Alternatves to Shewhart Charts CUSUM & EWMA S Wongsa Overvew Revstng Shewhart Control Charts Cumulatve Sum (CUSUM) Control Chart Eponentally Weghted Movng Average (EWMA) Control Chart 2 Revstng Shewhart

More information

Using Conditional Heteroskedastic

Using Conditional Heteroskedastic ITRON S FORECASTING BROWN BAG SEMINAR Usng Condtonal Heteroskedastc Varance Models n Load Research Sample Desgn Dr. J. Stuart McMenamn March 6, 2012 Please Remember» Phones are Muted: In order to help

More information

Module Contact: Dr P Moffatt, ECO Copyright of the University of East Anglia Version 2

Module Contact: Dr P Moffatt, ECO Copyright of the University of East Anglia Version 2 UNIVERSITY OF EAST ANGLIA School of Economcs Man Seres PG Examnaton 2012-13 FINANCIAL ECONOMETRICS ECO-M017 Tme allowed: 2 hours Answer ALL FOUR questons. Queston 1 carres a weght of 25%; Queston 2 carres

More information

CHAPTER 3: BAYESIAN DECISION THEORY

CHAPTER 3: BAYESIAN DECISION THEORY CHATER 3: BAYESIAN DECISION THEORY Decson makng under uncertanty 3 rogrammng computers to make nference from data requres nterdscplnary knowledge from statstcs and computer scence Knowledge of statstcs

More information

Chapter 5 Student Lecture Notes 5-1

Chapter 5 Student Lecture Notes 5-1 Chapter 5 Student Lecture Notes 5-1 Basc Busness Statstcs (9 th Edton) Chapter 5 Some Important Dscrete Probablty Dstrbutons 004 Prentce-Hall, Inc. Chap 5-1 Chapter Topcs The Probablty Dstrbuton of a Dscrete

More information

σ may be counterbalanced by a larger

σ may be counterbalanced by a larger Questons CHAPTER 5: TWO-VARIABLE REGRESSION: INTERVAL ESTIMATION AND HYPOTHESIS TESTING 5.1 (a) True. The t test s based on varables wth a normal dstrbuton. Snce the estmators of β 1 and β are lnear combnatons

More information

Global sensitivity analysis of credit risk portfolios

Global sensitivity analysis of credit risk portfolios Global senstvty analyss of credt rsk portfolos D. Baur, J. Carbon & F. Campolongo European Commsson, Jont Research Centre, Italy Abstract Ths paper proposes the use of global senstvty analyss to evaluate

More information

Notes on experimental uncertainties and their propagation

Notes on experimental uncertainties and their propagation Ed Eyler 003 otes on epermental uncertantes and ther propagaton These notes are not ntended as a complete set of lecture notes, but nstead as an enumeraton of some of the key statstcal deas needed to obtan

More information

Scribe: Chris Berlind Date: Feb 1, 2010

Scribe: Chris Berlind Date: Feb 1, 2010 CS/CNS/EE 253: Advanced Topcs n Machne Learnng Topc: Dealng wth Partal Feedback #2 Lecturer: Danel Golovn Scrbe: Chrs Berlnd Date: Feb 1, 2010 8.1 Revew In the prevous lecture we began lookng at algorthms

More information

Random Variables. 8.1 What is a Random Variable? Announcements: Chapter 8

Random Variables. 8.1 What is a Random Variable? Announcements: Chapter 8 Announcements: Quz starts after class today, ends Monday Last chance to take probablty survey ends Sunday mornng. Next few lectures: Today, Sectons 8.1 to 8. Monday, Secton 7.7 and extra materal Wed, Secton

More information

Introduction to PGMs: Discrete Variables. Sargur Srihari

Introduction to PGMs: Discrete Variables. Sargur Srihari Introducton to : Dscrete Varables Sargur srhar@cedar.buffalo.edu Topcs. What are graphcal models (or ) 2. Use of Engneerng and AI 3. Drectonalty n graphs 4. Bayesan Networks 5. Generatve Models and Samplng

More information

Cracking VAR with kernels

Cracking VAR with kernels CUTTIG EDGE. PORTFOLIO RISK AALYSIS Crackng VAR wth kernels Value-at-rsk analyss has become a key measure of portfolo rsk n recent years, but how can we calculate the contrbuton of some portfolo component?

More information

Mode is the value which occurs most frequency. The mode may not exist, and even if it does, it may not be unique.

Mode is the value which occurs most frequency. The mode may not exist, and even if it does, it may not be unique. 1.7.4 Mode Mode s the value whch occurs most frequency. The mode may not exst, and even f t does, t may not be unque. For ungrouped data, we smply count the largest frequency of the gven value. If all

More information

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY HIGHER CERTIFICATE IN STATISTICS, 2013 MODULE 7 : Tme seres and ndex numbers Tme allowed: One and a half hours Canddates should answer THREE questons.

More information

Introduction. Why One-Pass Statistics?

Introduction. Why One-Pass Statistics? BERKELE RESEARCH GROUP Ths manuscrpt s program documentaton for three ways to calculate the mean, varance, skewness, kurtoss, covarance, correlaton, regresson parameters and other regresson statstcs. Although

More information

Monetary Tightening Cycles and the Predictability of Economic Activity. by Tobias Adrian and Arturo Estrella * October 2006.

Monetary Tightening Cycles and the Predictability of Economic Activity. by Tobias Adrian and Arturo Estrella * October 2006. Monetary Tghtenng Cycles and the Predctablty of Economc Actvty by Tobas Adran and Arturo Estrella * October 2006 Abstract Ten out of thrteen monetary tghtenng cycles snce 1955 were followed by ncreases

More information

Supplementary material for Non-conjugate Variational Message Passing for Multinomial and Binary Regression

Supplementary material for Non-conjugate Variational Message Passing for Multinomial and Binary Regression Supplementary materal for Non-conjugate Varatonal Message Passng for Multnomal and Bnary Regresson October 9, 011 1 Alternatve dervaton We wll focus on a partcular factor f a and varable x, wth the am

More information

Evaluating Performance

Evaluating Performance 5 Chapter Evaluatng Performance In Ths Chapter Dollar-Weghted Rate of Return Tme-Weghted Rate of Return Income Rate of Return Prncpal Rate of Return Daly Returns MPT Statstcs 5- Measurng Rates of Return

More information

Bayesian belief networks

Bayesian belief networks CS 2750 achne Learnng Lecture 12 ayesan belef networks los Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square CS 2750 achne Learnng Densty estmaton Data: D { D1 D2.. Dn} D x a vector of attrbute values ttrbutes:

More information

The Integration of the Israel Labour Force Survey with the National Insurance File

The Integration of the Israel Labour Force Survey with the National Insurance File The Integraton of the Israel Labour Force Survey wth the Natonal Insurance Fle Natale SHLOMO Central Bureau of Statstcs Kanfey Nesharm St. 66, corner of Bach Street, Jerusalem Natales@cbs.gov.l Abstact:

More information

UNIVERSITY OF VICTORIA Midterm June 6, 2018 Solutions

UNIVERSITY OF VICTORIA Midterm June 6, 2018 Solutions UIVERSITY OF VICTORIA Mdterm June 6, 08 Solutons Econ 45 Summer A0 08 age AME: STUDET UMBER: V00 Course ame & o. Descrptve Statstcs and robablty Economcs 45 Secton(s) A0 CR: 3067 Instructor: Betty Johnson

More information

Maturity Effect on Risk Measure in a Ratings-Based Default-Mode Model

Maturity Effect on Risk Measure in a Ratings-Based Default-Mode Model TU Braunschweg - Insttut für Wrtschaftswssenschaften Lehrstuhl Fnanzwrtschaft Maturty Effect on Rsk Measure n a Ratngs-Based Default-Mode Model Marc Gürtler and Drk Hethecker Fnancal Modellng Workshop

More information

Introduction. Chapter 7 - An Introduction to Portfolio Management

Introduction. Chapter 7 - An Introduction to Portfolio Management Introducton In the next three chapters, we wll examne dfferent aspects of captal market theory, ncludng: Brngng rsk and return nto the pcture of nvestment management Markowtz optmzaton Modelng rsk and

More information

Interval Estimation for a Linear Function of. Variances of Nonnormal Distributions. that Utilize the Kurtosis

Interval Estimation for a Linear Function of. Variances of Nonnormal Distributions. that Utilize the Kurtosis Appled Mathematcal Scences, Vol. 7, 013, no. 99, 4909-4918 HIKARI Ltd, www.m-hkar.com http://dx.do.org/10.1988/ams.013.37366 Interval Estmaton for a Lnear Functon of Varances of Nonnormal Dstrbutons that

More information

CrimeStat Version 3.3 Update Notes:

CrimeStat Version 3.3 Update Notes: CrmeStat Verson 3.3 Update Notes: Part 2: Regresson Modelng Ned Levne Domnque Lord Byung-Jung Park Ned Levne & Assocates Zachry Dept. of Korea Transport Insttute Houston, TX Cvl Engneerng Goyang, South

More information

Multifactor Term Structure Models

Multifactor Term Structure Models 1 Multfactor Term Structure Models A. Lmtatons of One-Factor Models 1. Returns on bonds of all maturtes are perfectly correlated. 2. Term structure (and prces of every other dervatves) are unquely determned

More information

Academy of Economic Studies Doctoral School of Finance and Banking - Dissertation paper - Early Warning Models for Banking Supervision in Romania

Academy of Economic Studies Doctoral School of Finance and Banking - Dissertation paper - Early Warning Models for Banking Supervision in Romania Academy of Economc Studes Doctoral School of Fnance and Bankng - Dssertaton paper - Early Warnng Models for Bankng Supervson n Romana MSc Student: Radu Muntean Supervsor: Ph.D. Professor Mosă Altăr Bucharest,

More information

Physics 4A. Error Analysis or Experimental Uncertainty. Error

Physics 4A. Error Analysis or Experimental Uncertainty. Error Physcs 4A Error Analyss or Expermental Uncertanty Slde Slde 2 Slde 3 Slde 4 Slde 5 Slde 6 Slde 7 Slde 8 Slde 9 Slde 0 Slde Slde 2 Slde 3 Slde 4 Slde 5 Slde 6 Slde 7 Slde 8 Slde 9 Slde 20 Slde 2 Error n

More information

Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 12

Solutions to Odd-Numbered End-of-Chapter Exercises: Chapter 12 Introducton to Econometrcs (3 rd Updated Edton) by James H. Stock and Mark W. Watson Solutons to Odd-Numbered End-of-Chapter Exercses: Chapter 1 (Ths verson July 0, 014) Stock/Watson - Introducton to Econometrcs

More information

Notes are not permitted in this examination. Do not turn over until you are told to do so by the Invigilator.

Notes are not permitted in this examination. Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Economcs Man Seres PG Examnaton 2016-17 BANKING ECONOMETRICS ECO-7014A Tme allowed: 2 HOURS Answer ALL FOUR questons. Queston 1 carres a weght of 30%; queston 2 carres

More information

A Set of new Stochastic Trend Models

A Set of new Stochastic Trend Models A Set of new Stochastc Trend Models Johannes Schupp Longevty 13, Tape, 21 th -22 th September 2017 www.fa-ulm.de Introducton Uncertanty about the evoluton of mortalty Measure longevty rsk n penson or annuty

More information

The Mack-Method and Analysis of Variability. Erasmus Gerigk

The Mack-Method and Analysis of Variability. Erasmus Gerigk The Mac-Method and Analyss of Varablty Erasmus Gerg ontents/outlne Introducton Revew of two reservng recpes: Incremental Loss-Rato Method han-ladder Method Mac s model assumptons and estmatng varablty

More information

ANOVA Procedures for Multiple Linear Regression Model with Non-normal Error Distribution: A Quantile Function Distribution Approach

ANOVA Procedures for Multiple Linear Regression Model with Non-normal Error Distribution: A Quantile Function Distribution Approach Amercan Journal of Mathematcs and Statstcs 07, 7(4): 69-78 DOI: 0.593/j.ajms.070704.05 ANOVA Procedures for Multple Lnear Regresson Model wth Non-normal Error Dstrbuton: A Quantle Functon Dstrbuton Approach

More information

Construction Rules for Morningstar Canada Dividend Target 30 Index TM

Construction Rules for Morningstar Canada Dividend Target 30 Index TM Constructon Rules for Mornngstar Canada Dvdend Target 0 Index TM Mornngstar Methodology Paper January 2012 2011 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property of Mornngstar,

More information

Pivot Points for CQG - Overview

Pivot Points for CQG - Overview Pvot Ponts for CQG - Overvew By Bran Bell Introducton Pvot ponts are a well-known technque used by floor traders to calculate ntraday support and resstance levels. Ths technque has been around for decades,

More information

ASSESSING GOODNESS OF FIT OF GENERALIZED LINEAR MODELS TO SPARSE DATA USING HIGHER ORDER MOMENT CORRECTIONS

ASSESSING GOODNESS OF FIT OF GENERALIZED LINEAR MODELS TO SPARSE DATA USING HIGHER ORDER MOMENT CORRECTIONS ASSESSING GOODNESS OF FIT OF GENERALIZED LINEAR MODELS TO SPARSE DATA USING HIGHER ORDER MOMENT CORRECTIONS S. R. PAUL Department of Mathematcs & Statstcs, Unversty of Wndsor, Wndsor, ON N9B 3P4, Canada

More information

Correlations and Copulas

Correlations and Copulas Correlatons and Copulas Chapter 9 Rsk Management and Fnancal Insttutons, Chapter 6, Copyrght John C. Hull 2006 6. Coeffcent of Correlaton The coeffcent of correlaton between two varables V and V 2 s defned

More information

Chapter 11: Optimal Portfolio Choice and the Capital Asset Pricing Model

Chapter 11: Optimal Portfolio Choice and the Capital Asset Pricing Model Chapter 11: Optmal Portolo Choce and the CAPM-1 Chapter 11: Optmal Portolo Choce and the Captal Asset Prcng Model Goal: determne the relatonshp between rsk and return key to ths process: examne how nvestors

More information

Elements of Economic Analysis II Lecture VI: Industry Supply

Elements of Economic Analysis II Lecture VI: Industry Supply Elements of Economc Analyss II Lecture VI: Industry Supply Ka Hao Yang 10/12/2017 In the prevous lecture, we analyzed the frm s supply decson usng a set of smple graphcal analyses. In fact, the dscusson

More information

Construction Rules for Morningstar Canada Dividend Target 30 Index TM

Construction Rules for Morningstar Canada Dividend Target 30 Index TM Constructon Rules for Mornngstar Canada Dvdend Target 0 Index TM Mornngstar Methodology Paper January 2012 2011 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property of Mornngstar,

More information

Estimating the Utilisation of Franking Credits through the Dividend Drop- Off Method

Estimating the Utilisation of Franking Credits through the Dividend Drop- Off Method Estmatng the Utlsaton of Frankng Credts through the Dvdend Drop- Off Method Basc statstcal dagnostcs and alternatve models Stefan Mero, Rohan Sadler and Rchard Begley Secretarat Workng Paper 9 February

More information

Calibration Methods: Regression & Correlation. Calibration Methods: Regression & Correlation

Calibration Methods: Regression & Correlation. Calibration Methods: Regression & Correlation Calbraton Methods: Regresson & Correlaton Calbraton A seres of standards run (n replcate fashon) over a gven concentraton range. Standards Comprsed of analte(s) of nterest n a gven matr composton. Matr

More information

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013

COS 511: Theoretical Machine Learning. Lecturer: Rob Schapire Lecture #21 Scribe: Lawrence Diao April 23, 2013 COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture #21 Scrbe: Lawrence Dao Aprl 23, 2013 1 On-Lne Log Loss To recap the end of the last lecture, we have the followng on-lne problem wth N

More information

1 Omitted Variable Bias: Part I. 2 Omitted Variable Bias: Part II. The Baseline: SLR.1-4 hold, and our estimates are unbiased

1 Omitted Variable Bias: Part I. 2 Omitted Variable Bias: Part II. The Baseline: SLR.1-4 hold, and our estimates are unbiased Introductory Appled Econometrcs EEP/IAS 118 Sprng 2014 Andrew Crane-Droesch Secton #5 Feb 26 2014 1 Omtted Varable Bas: Part I Remember that a key assumpton needed to get an unbased estmate of β 1 n the

More information

Using Cumulative Count of Conforming CCC-Chart to Study the Expansion of the Cement

Using Cumulative Count of Conforming CCC-Chart to Study the Expansion of the Cement IOSR Journal of Engneerng (IOSRJEN) e-issn: 225-32, p-issn: 2278-879, www.osrjen.org Volume 2, Issue (October 22), PP 5-6 Usng Cumulatve Count of Conformng CCC-Chart to Study the Expanson of the Cement

More information

ISE High Income Index Methodology

ISE High Income Index Methodology ISE Hgh Income Index Methodology Index Descrpton The ISE Hgh Income Index s desgned to track the returns and ncome of the top 30 U.S lsted Closed-End Funds. Index Calculaton The ISE Hgh Income Index s

More information

Technological inefficiency and the skewness of the error component in stochastic frontier analysis

Technological inefficiency and the skewness of the error component in stochastic frontier analysis Economcs Letters 77 (00) 101 107 www.elsever.com/ locate/ econbase Technologcal neffcency and the skewness of the error component n stochastc fronter analyss Martn A. Carree a,b, * a Erasmus Unversty Rotterdam,

More information

arxiv:cond-mat/ v1 [cond-mat.other] 28 Nov 2004

arxiv:cond-mat/ v1 [cond-mat.other] 28 Nov 2004 arxv:cond-mat/0411699v1 [cond-mat.other] 28 Nov 2004 Estmatng Probabltes of Default for Low Default Portfolos Katja Pluto and Drk Tasche November 23, 2004 Abstract For credt rsk management purposes n general,

More information

A Bootstrap Confidence Limit for Process Capability Indices

A Bootstrap Confidence Limit for Process Capability Indices A ootstrap Confdence Lmt for Process Capablty Indces YANG Janfeng School of usness, Zhengzhou Unversty, P.R.Chna, 450001 Abstract The process capablty ndces are wdely used by qualty professonals as an

More information

Xiaoli Lu VA Cooperative Studies Program, Perry Point, MD

Xiaoli Lu VA Cooperative Studies Program, Perry Point, MD A SAS Program to Construct Smultaneous Confdence Intervals for Relatve Rsk Xaol Lu VA Cooperatve Studes Program, Perry Pont, MD ABSTRACT Assessng adverse effects s crtcal n any clncal tral or nterventonal

More information

FM303. CHAPTERS COVERED : CHAPTERS 5, 8 and 9. LEARNER GUIDE : UNITS 1, 2 and 3.1 to 3.3. DUE DATE : 3:00 p.m. 19 MARCH 2013

FM303. CHAPTERS COVERED : CHAPTERS 5, 8 and 9. LEARNER GUIDE : UNITS 1, 2 and 3.1 to 3.3. DUE DATE : 3:00 p.m. 19 MARCH 2013 Page 1 of 11 ASSIGNMENT 1 ST SEMESTER : FINANCIAL MANAGEMENT 3 () CHAPTERS COVERED : CHAPTERS 5, 8 and 9 LEARNER GUIDE : UNITS 1, 2 and 3.1 to 3.3 DUE DATE : 3:00 p.m. 19 MARCH 2013 TOTAL MARKS : 100 INSTRUCTIONS

More information

Price and Quantity Competition Revisited. Abstract

Price and Quantity Competition Revisited. Abstract rce and uantty Competton Revsted X. Henry Wang Unversty of Mssour - Columba Abstract By enlargng the parameter space orgnally consdered by Sngh and Vves (984 to allow for a wder range of cost asymmetry,

More information

Networks in Finance and Marketing I

Networks in Finance and Marketing I Networks n Fnance and Marketng I Prof. Dr. Danng Hu Department of Informatcs Unversty of Zurch Nov 26th, 2012 Outlne n Introducton: Networks n Fnance n Stock Correlaton Networks n Stock Ownershp Networks

More information

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/15/2017. Behavioral Economics Mark Dean Spring 2017

Incorrect Beliefs. Overconfidence. Types of Overconfidence. Outline. Overprecision 4/15/2017. Behavioral Economics Mark Dean Spring 2017 Incorrect Belefs Overconfdence Behavoral Economcs Mark Dean Sprng 2017 In objectve EU we assumed that everyone agreed on what the probabltes of dfferent events were In subjectve expected utlty theory we

More information

Quiz on Deterministic part of course October 22, 2002

Quiz on Deterministic part of course October 22, 2002 Engneerng ystems Analyss for Desgn Quz on Determnstc part of course October 22, 2002 Ths s a closed book exercse. You may use calculators Grade Tables There are 90 ponts possble for the regular test, or

More information

Network Analytics in Finance

Network Analytics in Finance Network Analytcs n Fnance Prof. Dr. Danng Hu Department of Informatcs Unversty of Zurch Nov 14th, 2014 Outlne Introducton: Network Analytcs n Fnance Stock Correlaton Networks Stock Ownershp Networks Board

More information

Conditional Beta Capital Asset Pricing Model (CAPM) and Duration Dependence Tests

Conditional Beta Capital Asset Pricing Model (CAPM) and Duration Dependence Tests Condtonal Beta Captal Asset Prcng Model (CAPM) and Duraton Dependence Tests By Davd E. Allen 1 and Imbarne Bujang 1 1 School of Accountng, Fnance and Economcs, Edth Cowan Unversty School of Accountng,

More information

Statistical issues in traffic accident modeling

Statistical issues in traffic accident modeling See dscussons, stats, and author profles for ths publcaton at: https://www.researchgate.net/publcaton/901840 Statstcal ssues n traffc accdent modelng Artcle January 003 CITATIONS 8 READS 13 authors, ncludng:

More information

The Institute of Chartered Accountants of Sri Lanka

The Institute of Chartered Accountants of Sri Lanka The Insttute of Chartered Accountants of Sr Lanka Postgraduate Dploma n Accountng, Busness and Strategy Quanttatve Methods for Busness Studes Handout 0: Presentaton and Analyss of data Tables and Charts

More information

Asset Management. Country Allocation and Mutual Fund Returns

Asset Management. Country Allocation and Mutual Fund Returns Country Allocaton and Mutual Fund Returns By Dr. Lela Heckman, Senor Managng Drector and Dr. John Mulln, Managng Drector Bear Stearns Asset Management Bear Stearns Actve Country Equty Executve Summary

More information

02_EBA2eSolutionsChapter2.pdf 02_EBA2e Case Soln Chapter2.pdf

02_EBA2eSolutionsChapter2.pdf 02_EBA2e Case Soln Chapter2.pdf 0_EBAeSolutonsChapter.pdf 0_EBAe Case Soln Chapter.pdf Chapter Solutons: 1. a. Quanttatve b. Categorcal c. Categorcal d. Quanttatve e. Categorcal. a. The top 10 countres accordng to GDP are lsted below.

More information

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost

Economic Design of Short-Run CSP-1 Plan Under Linear Inspection Cost Tamkang Journal of Scence and Engneerng, Vol. 9, No 1, pp. 19 23 (2006) 19 Economc Desgn of Short-Run CSP-1 Plan Under Lnear Inspecton Cost Chung-Ho Chen 1 * and Chao-Yu Chou 2 1 Department of Industral

More information

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1

Survey of Math: Chapter 22: Consumer Finance Borrowing Page 1 Survey of Math: Chapter 22: Consumer Fnance Borrowng Page 1 APR and EAR Borrowng s savng looked at from a dfferent perspectve. The dea of smple nterest and compound nterest stll apply. A new term s the

More information

THE MARKET PORTFOLIO MAY BE MEAN-VARIANCE EFFICIENT AFTER ALL

THE MARKET PORTFOLIO MAY BE MEAN-VARIANCE EFFICIENT AFTER ALL THE ARKET PORTFOIO AY BE EA-VARIACE EFFICIET AFTER A OSHE EVY and RICHARD RO ABSTRACT Testng the CAP bols down to testng the mean-varance effcency of the market portfolo. any studes have examned the meanvarance

More information

Probability Distributions. Statistics and Quantitative Analysis U4320. Probability Distributions(cont.) Probability

Probability Distributions. Statistics and Quantitative Analysis U4320. Probability Distributions(cont.) Probability Statstcs and Quanttatve Analss U430 Dstrbutons A. Dstrbutons: How do smple probablt tables relate to dstrbutons?. What s the of gettng a head? ( con toss) Prob. Segment 4: Dstrbutons, Unvarate & Bvarate

More information

Discounted Cash Flow (DCF) Analysis: What s Wrong With It And How To Fix It

Discounted Cash Flow (DCF) Analysis: What s Wrong With It And How To Fix It Dscounted Cash Flow (DCF Analyss: What s Wrong Wth It And How To Fx It Arturo Cfuentes (* CREM Facultad de Economa y Negocos Unversdad de Chle June 2014 (* Jont effort wth Francsco Hawas; Depto. de Ingenera

More information