ACTUARIAL RESEARCH CLEARING HOUSE 1993 VOL. 3

Size: px
Start display at page:

Download "ACTUARIAL RESEARCH CLEARING HOUSE 1993 VOL. 3"

Transcription

1 ACTUARIAL RESEARCH CLEARING HOUSE 1993 VOL. 3 THE MAGICAL MYSTERY MATRIX Rchard Q. Wendt, F.S.A. Towers Perrn Summary The Cholesk factor matrx has been well known for many years; t s a trangular matrx that satsfes the condton that the factor matrx multpled by ts transpose s equal to a symmetrc matrx. The concept has been used snce the early 1980's to generate asset returns wth specfed means and covarances. Ths paper develops some new uses of the factor matrx, ncludng modelng seral correlaton, addng asset classes wth contngent returns, adjustng prelmnary results to fnal targets and adjustng large, "unfactorable" matrces. Two appendces llustrate a numercal example and nclude lstngs of APL2/PC functons that mplement the methodology. I. INTRODUCTION Gven a symmetrc, postve defnte matrx, M, t s possble to determne an upper trangular factor matrx, F, such that M-F~F where the multplcaton s the matrx nner product and F ~ s the transpose of F. Ths mathematcal defnton plays a valuable role n the generaton of data wth specfed covarances, an ntegral part of many smulaton models. Gven an N row x M colunun ~trx, D, contanng N observatons of M varables; f the mean of each colu~u% s zero, then the covarance matrx for D s defned by (I) COV(D)=DT D (2) Equatons () and (2) lead to the followng well known methodology of generatng random data that satsfes specfed mean and covarance requrements: Gven C, a specfed covarance matrx for M varables F, the Cholesk factor matrx of C R, an N x M matrx of random data, where each column follows a normal dstrbuton wth mean zero and the covarance matrx of R s the dentty matrx 255

2 Then, let R/=R F (3) and t can be easly shown by matrx algebra that the covarance matrx of R' s C. By addng columnar means to R', R' wll be a data matrx wth specfed means and covarances. In summary, the Cholesk factor matrx can generate a data matrx wth specfed means and covarancee, as long as 1. a normal random matrx, R, wth a covarance matrx equal to the dentty matrx can be suppled. Ths s generally done wth a random number generator. A later secton of ths paper wll show how to force the ntal random numbers to exactly satsfy ths requrement. 2. The specfed covarance matrx s factorable. In smple terms, ths means that the specfed covarances and underlyng correlatons must be nternally consstent. For example, f varable A s hghly postvely correlated to varables B and C, then varables B and C would be expected to also have a strong postve correlaton. A specfed covarance matrx wth a strong negatve correlaton between varables B and C would not he factorable. For example, consder varables A, B and C, each wth mean zero and unt standard devaton. If the specfed correlaton matrx for ABC s as follows= A B C A B C Then the oovaranca matrx would be dentcal to the correlaton matrx and t s not factorable wth the Cholesk methodology. In order for the matrx to factor, the correlaton between B and C must be about postve.65 or hgher. II. A SIMPLE ASSET SIMULATION MODEL Some early asset smulaton models that were popular n the early 1980's were based on specfyng means and covarances for each asset class. As long as the specfed covarances were 256

3 factorable,.e., economcally/statstcally feasble, then the model could be developed n the followng process: Gven Then let and M asset classes, N smulatons (scenaros) of each class n each year, Y years for the smulaton tme horzon, R~...~ N x M matrces of normally dstrbuted random varables wth mean zero and covarance matrx - I, C a specfed covarance matrx (M x M), F - the factor matrx of C D,- R, x F, for - I...Y Each D wll satsfy the crtera for specfed covarances; by addng the expected returns of each asset class to the approprate columns, D L wll also have the specfed mean returns for each asset class. By usng smple varatons of ths methodology, both normal and lognormal dstrbutons can be generated. Chart One shows a vsual example of the matrx calculaton, where returns for three asset classes are generated. CREATE RETURN MATRIX WITH SPECIFIED COVARIANCE8 MATRIX D MATRIX R Z! 1 1 z X = I FACTOR MATRIX F M M CHART ONE M The reader wll note that although the smulated asset returns wll exactly satsfy the crtera for means and covarances, each year of the smulaton s ndependently determned and there s 257

4 no lnkage between years. In recent years, developng economc theory has lead to a strong ndcatons of lnkages of asset returns between years. More complex models are needed to develop lnkage (.e., seral correlaton) between years; these wll be explored n a later secton of ths paper. III. ADJUSTING SIMULATED RESULTS TO TARGETS In order to ntroduce lnkages of asset returns across years, my frm has developed a sophstcated economc smulaton model that frst smulates yelds and nflaton and secondarly smulates asset returns based on the pattern of smulated yeld and nflaton. Snce the asset class returns have a complex relatonshp wth yelds, nflaton and other asset class returns, there s only ndrect control over the smulated means and covarances of the asset class returns. Where t s mportant to adjust the asset returns to meet specfed targets, there are two possble solutonsz The frst approach s to "tweak" model parameters n an attempt to meet the targets. Even wth expert knowledge of the model, ths can be a dffcult and tme consu~nng process. The second, and more elegant, approach s to apply a matrx "flter" to force the smulated results to ht the specfed targets for means and covarances. As a smple one dmensonal example, f V, a vector of length N, holds randomly smulated data wth mean m and standard devaton s and f the target mean s M and the target standard devaton s ~, then the followng equaton adjusts V to ht the targets: ~= (v-m) x~ M (4) s The adjustment for an N x M data matrx ks analogous to the one dmensonal example, but uses matrx calculatons to control the covarances. Fortunately, the magcal factor matrx can do the job. I For example, see Poterba, James M. and Summers, Lawrence H., 1988, "Mean Reverson n Stock Prces -- Evdence and Implcatons, "Journal of Fnancal Economcs 22,

5 Let D = an N x M matrx of smulated data M~ an N x M matrx, where each column contans the mean of the equvalent column of D M' D an N x M matrx of the target means for each varable C covarance matrx of D, C = (D-Mo) ~ (D-MD) (5) C' F F' target covarance matrx Cholesk factor matrx of C Cholesk factor matrx of C' Then, DI=MIo (D-MD) ( F'xF -I) (6) V' wll have the specfed means and covarences and wll tend to preserve the ntal data patterns for small dfferences between C and C'. One caveat s that the matrx flter works best for small changes n C. In the case where the targets are greatly dfferent from the smulated ovarances, there s frst a queston as to whether C' wll be factorable. If C' s factorable, the means/covarances wll be as desred, but other characterstcs of the data could be dstorted. When usng ths very powerful approach, the results should be carefully nspected to see f there are any undesrable sde effects. An nterestng property of the matrx flter s that t can be set up so that the orgnal pattern of returns for some asset classes can be preserved whle the remanng classes are adjusted. Ths s accomplshed by smply reorderng the data matrx so that the asset class returns to be preserved are n the leftmost columns and the changeable classes are n the rghtmost columns. Ths amazng property wll be used n the next sectons. IV. CONTINGENT RETURNS There are a number of stuatons where we want to add an addtonal asset class to a prevously generated smulaton. All the orgnal data s to be preserved exactly as s end the addtonal asset class s to have a specfed mean and standard devaton and specfed correlatons to the preexstng asset returns. These are called "contngent returns", snce the return patterns of the new asset class depend on the exstng classes. For ths case, we can use a varaton of the matrx flter, usng the prevously mentoned technque to preserve the patterns of the orgnal data and only adjust the added asset class. More 259

6 specfcally, ths technque s defned as follows: Let D O - N x M matrx of smulated data wth exstng classes M~ N x M matrx of means of D O C O covarance matrx for D O R random vector wth mean 0 and standard devaton I D~ D O wth R added as a rghtmost column M~ M 0 wth a column of zeroes added as a rghtmost column CI,,~ covarance matrx for D z C' target covarance matrx, equal to Co, wth new M' F F' Then, covarances appended n last row and column matrx of target means, equal to M0, wth mean of added asset class n last column factor matrx for C~ factor matrx for C DI=,~'+ (DI-M1) x (FIxF "z) Chart Two shows an example of addng contngent returns for an asset class to the returns for three pre-exstng asset classes. ADDING ASSET CLASS WITH CONTINGENT RETURNS z MATRIX D' MATRIX D1 FACTOR MATRIX F' DO I I l I z X 7 = M+I,l,e 4. M4.1 M 4.1 CHART TWO M~I One or more new asset classes can be added to the exstng classes, as long as the covarances of the new classes to all 260

7 exstng classes and to each new class can be specfed. Appendx I shows a detaled numercal example of addng a new asset class to three pre-exstng classes. v. CONTROLLING SERIAL CORRELATION The methodology for controllng seral correlaton, the lnkage between years, s very smlar to the approach for creatng contngent returns. There are two possble varatons of ths method - creatng contngent returns wth seral correlaton and adjustng exstng return patterns to specfed seral correlatons. As mentoned n Secton I, early economc smulaton models assumed that return8 were ndependent from year to year. More recent models assume that there s some negatve seral correlaton of returns between years. Seral correlaton allows the modeler to drectly control the shape of compound returns. Chart Three-A shows the results of a smulaton of COMPOUND SIMULATED RETURNS asset class returns wth a WITHOUT SERIAL CORRELATION mean of 13% and a standard devaton of 16%; the graph shows the dstrbuton of compound returns of the "unlnked" yearly returns. By the tenth year, the standard devaton of the annualzed compound return s 4.5%. Chart Three-B shows the results of a smulaton wth negatve seral correlaton; although the mean and standard devaton of all the asset returns s dentcal to the frst smulaton, the standard devaton of compound returns n the tenth year has dropped to 3.0%. Snce the compound return patterns are relevant for forecasts wth long tme horzons, the ablty to control the dstrbuton of compound returns s crtcal to a successful smulaton model. To add contngent returns wth specfed seral correlaton to the pror year's return for the new asset class, generate t s 4 $ o q CHART THREE-A Yf.AR COMPOUND SIMULATED lletulln5 WITH SEll IAL CORllELAT ION :1... t'! 4 S ~ YIr~ CHART THREE-B 261

8 the frst year results by usng the process explaned n secton IV. For the second and later years, use the followng methodology: Let D o R o D, M, C, R D~ M= M r F F" - N x M matrx of smulated data wth exstng classes vector of smulated returns for new asset class n pror year D o wth R 0 added as leftmost column N x M matrx of means of D~ covarance matrx for D, random vector wth mean 0 and standard devaton 1 D I wth R added as a rghtmost column M, wth a column of zeroes added as a rghtmost column covarance matrx for D= target covarance matrx, equal to C,, wth new covarances appended n last row and column; the frst row of the rghtmost column has the covarance of the new asset class between years matrx of target means, equal to M,, wth the mean of added asset class n last column factor matrx for factor matrx for _ DI=M/+ (D=-M=) x (F/xF "z) (8) Snce C and C' only dffer n the last column, all the other columns of rlturns wll be preserved untouched. The last column of D' s the smulated returns for the new asset class, whch wll have the specfed covarance, ncludng the specfed seral correlaton to the pror year returns. 262

9 Chart FOUR gves a vsual example of ths process. For the example of three pre-exstng classes, the pror year's data for the new class s added as the leftmost column and a random vector s added as the rghtmost vector. After the matrx calculaton, the rghtmoet column of the matrx product contans the returns for the new asset class n the current year. These returns are then used to generate the next year's returns. ADDING ASSET CLASS WITH SERIAL CORRELATION FACTOR MATRIX F' Z MATRIX D' MATRIX D2 DO X 04 FACTOR MATRIX F M'~2 "1 M "1 N CHART FOUR The process for adjustng exstng results for seral correlaton s smlar. We want to preserve a11 exstng means and covarances and only change the seral covarance, whch s n the upper rght and lower left cells of the augmented covarance matrx. VI. "PURIFYING" RANDOM DATA It's very easy to generate random data and force the means to zero and the standard devatons to unty; however, those changes do not necessarly remove the correlatons from the data. Fortunately, the magcal Cholesk factor matrx can be used to remove all correlatons. Smply generate a matrx of random data and use the matrx "flter" to force the covarance matrx to be equal to the Identty Matrx. 263

10 VII. FACTORING "UNFACTORABLE" MATRICES As dscussed above, some specfed covarance matrces may not be factorable by the Cholesk methodology. Ths may occur for two possble reasons. Frst, the specfed correlatons may not be economcally or statstcally sensble. (Note that a covarance matrx calculated from actual data wll always be factorable, snce the pattern of correlatons of actual data s, by defnton, sensble.) Second, the factor methodology may run nto computatonal problems wth large matrces, due to roundng error. Practtoners generally fnd that, as the number of asset classes ncreases, t becomes more dffcult to factor the specfed covarance matrx. A possble soluton to ths problem s a specal process to apply the matrx flter to data matrces wth large numbers of varables. Ths process chooses random subsets of the varables and attempts to adjust each subset to the specfed covarances for that subset. The next teraton chooses a dfferent random subset from all the varables (ncludng the results of all pror adjustments) and adjusts that subset to ts specfed covarances. If the specfed covarances are sensble, ths process wll converge farly quckly to the desred results. VIII. CONCLUSION The factor matrx approach has been used n economc models snce the early 1980'8. Ths paper presented some new uses of the factor matrx for smulatng more complex asset models, controllng compound returns wth specfed seral correlatons and for adjustng prevously smulated results to meet specfed means and covarance8. 264

11 APPENDIX I Numercal Example Ths appendx gves a numercal example of the calculatons to add an asset class wth contngent returns to three pre-exstng asset classes. For ths smplfed example, we wll use 25 observatons of each varable. The methodology follows the process descrbed n Secton IV of the paper. For purposes of presentaton, the data has been truncated to sx decmals, or less. The actual calculatons n APL2/PC use up to 12 dgts of accuracy. Snce a hgh degree of accuracy s needed to factor the covarance matrces, t s recommended that extended precson calculatons be used. 265

12 The pre-exstng data s as follows: I Observaton CLASS 1 CLASS Mean Std Dev ~ [ I CLASS 3, ! The standard devaton used here g the populaton standard devaton rather than the sample standard devaton (.e., dvson by N rather than N-l}. The populaton standard devaton s equal to the square rqot of the dagonals of the covarance matrx. 266

13 The correlaton matrx for the data s the followng: CLASS CLASS 1 I CLASS 2 [ CLASS 3 CLASS CLASS Consstent wth the standard devatons and correlatons s the followng covarance matrxz CLASS CLASS 1 CLASS 2 CLASS 3 CLASS CLASS I For the purposes of ths example, we wlll add a fourth asset class, wth the followng characterstcs: Mean.13 Std Dev..16 Correlatons to Classes 1-3: 0,.2,.1 Based on these characterstcs, n combnaton wth the characterstcs of the pre-exstng classes, the target covarance matrx s the same as before, but wth a row and column added. The reader can easly verfy that the target covarance matrx s the followngz CLASS I CLASS 2 CLASS 3 CLASS 4 CLASS CLASS 2 CLASS 3 CLASS

14 We wll now append a column of 25 random numbers selected from a lognormal dstrbuton wth a mean and standard devaton of unty. The actual mean and standard devaton of the random sample wll vary wth sample error. The followng table dsplays the numbers whch were used for ths example: Random Numbers I-5, F I , , I " l J I I I ! t , The Cholesk factor matrx of the augmented data matrx n our example s shown n the followng table: CLASS 1 CLASS 2 CLASS 3 CLASS 4 CLASS CLASS CLASS 3 CLASS The Cholesk factor matrx of the target covarance matrx s dentcal for the frst three columns, correspondng to the preexstng data, whch s to be preserved. The target factor matrx s shown n the followng table: CLASS I CLASS 2 CLASS 3 CLASS 4 CLASS CLASS CLASS CLASS I /

15 Then, f we multply the target factor matrx by the nverse of the exstng factor matrx, we get the followng matrx: Jl CLASS I CLASS 2 CLASS 3 CLASS I I m l u I III CLASS 4 CLASS m m u CLASS I CLASS Note that the frst three columns and rows of ths matrx form the Identty Matrx; ths s the mechansm that preserves the orgnal data. 269

16 After multplyng the augmented data matrx by the last matrx, we obtan the new data matrx, as shown n the followng table: MEAN STD DEV CLASS CLASS CLASS CLASS , , I I , ,0499 0, ,1291! , I

17 Note that the frst three columns are dentcal to the startng data; the covarance matrx of the generated data s exactly equal to the target covarance matrx. Therefore, the generated asset class satsfes the requrements for mean, standard devaton and correlatons. 271

18 APPENDIX II Ths appendx contans source lstngs for several APL2/PC programs that facltate the processes descrbed n ths paper. These functons are: FACTOR CHANGE CHANGEX Calculate Cholesk factor matrx for a ~ven data matrx Flter a gven data matrx to meet specfed covarances Flter a gven data matrx wth a large number of varables to meet specfed covarances 272

19 [ o~ [ 1] [ z] [ 3] -[ 4] [ 5] [ 5] [ 7] [ S] [ 9] [1o] [I] [12] [13] [14] [15] [Is] B~FACTOR A;I;J;X A FUNCTION TO CREATE CHOLESKI FACTOR MATRIX A A IS SQUAP~E INPUT MATRIX n B IS OUTPUT FACTOR MATRIX B~(~A)p0 B[I;]~A[;I]+A[1;I]*0.5 I~J~2 START:4(J=I)/DIAG B[J;I]~(A[I;J]-(B[xI-I;I]+.xB[~I-I;J]))+B[J;J] ~END. " DIAG:~(0>X~A[I;J]-+/B[xI-I;I]*2)/ERROR B[J;I]~X*0.5 END:~(I~J~J+I)/START J~2 ~((It~A)~I+I+I)/START 40 ERROR:B~I;I AERROR; RETURN ROW NUMBER OF ERROR [ 0] B ~WANT CHANGE A;M [ ] n FUNCTION TO CHANGE COVARIANCES OF A TO SPECIFIED COVARIANCES [ 2] A A IS INPUT DATA MATRIX [ 3] n WANT IS SPECIFIED COVARIANCE MATRIX [ 4] n B IS OUTPUT DATA MATRIX [ 5] A B WILL HAVE SPECIFIED COVARIANCE AND COLUMNAR MEANS OF A [ 6] B~FACTOR WANT [ 7] ~(I:;,B)/NO A TEST FOR FACTORABLE B MATRIX [ 8] M ~(;A)~(+~A) It~A [ 9] B~M+(A-M)+.xBDFACTOR COVM A [10] NO:~0 AIF ERROR, RETURN ROW WITH ERROR 273

20 .[ o] [ I] [ 2.] [ 3] [ 4] [ 5] [ 6] [ 7] [ 8] [ 9] [o] [zz] [12] [13] [14] [15] [16] [17] [18] [s] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] B~WANT CHANGEX A;AA;BBB;COLS;EPS;LOW;MASK;MAXLOOP;NCOLS;NLOOP;R;T;W R FUNCTION TO CHANGE LARGE DATA MATRICES TO R SPECIFIED COVARIANCES R A IS INPUT DATA MATRIX R WANT IS SPECIFIED COVARIANCE MATRIX A B IS OUTPUT DATA MATRIX R B WILL HAVE SPECIFIED COVARIANCES AND COLUMNAR MEANS OF A R THIS FUNCTION MAY WORK WHEN WANT WILL NOT FACTOR DUE TO ITS SIZE R CHANGEX CALLS CHANGE ON SUBSETS OF THE DATA UNTIL CONVERGENCE MAXLOOP~50 EPS~ IE- 6 LOW+ lo00oo0 MASK~ (~R)o.~R MASK~ MASK+ +/, MASK NLOOP~0 LOOP:NLOOP~NLOOP+I ~(NLOOP>MAXLOOP)/END NCOLS~I+?-2+R ~ GET RANDOM NUMBER OF COLUMNS COLS~(xR)[NCOLS?R] ~ GET UNIQUE SAMPLE OF COLUMNS COLS~COLS[4COLS] R SORT INTO ORIGINAL ORDER W*WANT[COLS;COLS] BBB~W CHANGE A[;COLS] ~ ITERATE THROUGH CHANGE ~(I=~,BBB)/LOOP ~DIDN'T FACTOR, TRY AGAIN A[;COLS]~BBB ~(LOW~T~(+/,(M~SK~WANT-COVM A)*2)*0.5)/NEXT RRMSE ERROR AA~A ASAVE LOWEST RESULT AALTHOUGH ALGORITHM LETS ERROR GET HIGHER RCONVERGENCE IS ACTUALLY BETTER LOW~T NEXT:~(EPS~'T)/OUT BSTOP IF ERROR ~ EPS ~LOOP END:D~'DOES NOT CONVERGE' AMAX LOOPS OUT:B+AA ~GET BEST RESULT 274

21 ACTUARIAL EDUCATION AND RESEARCH FUND 1993 PRACTITIONERS AWARD PAPERS 275

22

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

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

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

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

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002

TCOM501 Networking: Theory & Fundamentals Final Examination Professor Yannis A. Korilis April 26, 2002 TO5 Networng: Theory & undamentals nal xamnaton Professor Yanns. orls prl, Problem [ ponts]: onsder a rng networ wth nodes,,,. In ths networ, a customer that completes servce at node exts the networ wth

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

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

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

SIMPLE FIXED-POINT ITERATION

SIMPLE FIXED-POINT ITERATION SIMPLE FIXED-POINT ITERATION The fed-pont teraton method s an open root fndng method. The method starts wth the equaton f ( The equaton s then rearranged so that one s one the left hand sde of the equaton

More information

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019

15-451/651: Design & Analysis of Algorithms January 22, 2019 Lecture #3: Amortized Analysis last changed: January 18, 2019 5-45/65: Desgn & Analyss of Algorthms January, 09 Lecture #3: Amortzed Analyss last changed: January 8, 09 Introducton In ths lecture we dscuss a useful form of analyss, called amortzed analyss, for problems

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

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

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

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

Applications of Myerson s Lemma

Applications of Myerson s Lemma Applcatons of Myerson s Lemma Professor Greenwald 28-2-7 We apply Myerson s lemma to solve the sngle-good aucton, and the generalzaton n whch there are k dentcal copes of the good. Our objectve s welfare

More information

ECE 586GT: Problem Set 2: Problems and Solutions Uniqueness of Nash equilibria, zero sum games, evolutionary dynamics

ECE 586GT: Problem Set 2: Problems and Solutions Uniqueness of Nash equilibria, zero sum games, evolutionary dynamics Unversty of Illnos Fall 08 ECE 586GT: Problem Set : Problems and Solutons Unqueness of Nash equlbra, zero sum games, evolutonary dynamcs Due: Tuesday, Sept. 5, at begnnng of class Readng: Course notes,

More information

EDC Introduction

EDC Introduction .0 Introducton EDC3 In the last set of notes (EDC), we saw how to use penalty factors n solvng the EDC problem wth losses. In ths set of notes, we want to address two closely related ssues. What are, exactly,

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

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

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

Understanding Annuities. Some Algebraic Terminology.

Understanding Annuities. Some Algebraic Terminology. Understandng Annutes Ma 162 Sprng 2010 Ma 162 Sprng 2010 March 22, 2010 Some Algebrac Termnology We recall some terms and calculatons from elementary algebra A fnte sequence of numbers s a functon of natural

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

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

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

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

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

Finance 402: Problem Set 1 Solutions

Finance 402: Problem Set 1 Solutions Fnance 402: Problem Set 1 Solutons Note: Where approprate, the fnal answer for each problem s gven n bold talcs for those not nterested n the dscusson of the soluton. 1. The annual coupon rate s 6%. A

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

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

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

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

Problem Set 6 Finance 1,

Problem Set 6 Finance 1, Carnege Mellon Unversty Graduate School of Industral Admnstraton Chrs Telmer Wnter 2006 Problem Set 6 Fnance, 47-720. (representatve agent constructon) Consder the followng two-perod, two-agent economy.

More information

2) In the medium-run/long-run, a decrease in the budget deficit will produce:

2) In the medium-run/long-run, a decrease in the budget deficit will produce: 4.02 Quz 2 Solutons Fall 2004 Multple-Choce Questons ) Consder the wage-settng and prce-settng equatons we studed n class. Suppose the markup, µ, equals 0.25, and F(u,z) = -u. What s the natural rate of

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

Survey of Math Test #3 Practice Questions Page 1 of 5

Survey of Math Test #3 Practice Questions Page 1 of 5 Test #3 Practce Questons Page 1 of 5 You wll be able to use a calculator, and wll have to use one to answer some questons. Informaton Provded on Test: Smple Interest: Compound Interest: Deprecaton: A =

More information

Spurious Seasonal Patterns and Excess Smoothness in the BLS Local Area Unemployment Statistics

Spurious Seasonal Patterns and Excess Smoothness in the BLS Local Area Unemployment Statistics Spurous Seasonal Patterns and Excess Smoothness n the BLS Local Area Unemployment Statstcs Keth R. Phllps and Janguo Wang Federal Reserve Bank of Dallas Research Department Workng Paper 1305 September

More information

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x

S yi a bx i cx yi a bx i cx 2 i =0. yi a bx i cx 2 i xi =0. yi a bx i cx 2 i x LEAST-SQUARES FIT (Chapter 8) Ft the best straght lne (parabola, etc.) to a gven set of ponts. Ths wll be done by mnmzng the sum of squares of the vertcal dstances (called resduals) from the ponts to the

More information

Financial mathematics

Financial mathematics Fnancal mathematcs Jean-Luc Bouchot jean-luc.bouchot@drexel.edu February 19, 2013 Warnng Ths s a work n progress. I can not ensure t to be mstake free at the moment. It s also lackng some nformaton. But

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

Appendix - Normally Distributed Admissible Choices are Optimal

Appendix - Normally Distributed Admissible Choices are Optimal Appendx - Normally Dstrbuted Admssble Choces are Optmal James N. Bodurtha, Jr. McDonough School of Busness Georgetown Unversty and Q Shen Stafford Partners Aprl 994 latest revson September 00 Abstract

More information

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE SOLUTIONS Interest Theory

SOCIETY OF ACTUARIES FINANCIAL MATHEMATICS. EXAM FM SAMPLE SOLUTIONS Interest Theory SOCIETY OF ACTUARIES EXAM FM FINANCIAL MATHEMATICS EXAM FM SAMPLE SOLUTIONS Interest Theory Ths page ndcates changes made to Study Note FM-09-05. January 14, 014: Questons and solutons 58 60 were added.

More information

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 9

Elton, Gruber, Brown, and Goetzmann. Modern Portfolio Theory and Investment Analysis, 7th Edition. Solutions to Text Problems: Chapter 9 Elton, Gruber, Brown, and Goetzmann Modern Portfolo Theory and Investment Analyss, 7th Edton Solutons to Text Problems: Chapter 9 Chapter 9: Problem In the table below, gven that the rskless rate equals

More information

Creating a zero coupon curve by bootstrapping with cubic splines.

Creating a zero coupon curve by bootstrapping with cubic splines. MMA 708 Analytcal Fnance II Creatng a zero coupon curve by bootstrappng wth cubc splnes. erg Gryshkevych Professor: Jan R. M. Röman 0.2.200 Dvson of Appled Mathematcs chool of Educaton, Culture and Communcaton

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

Mathematical Thinking Exam 1 09 October 2017

Mathematical Thinking Exam 1 09 October 2017 Mathematcal Thnkng Exam 1 09 October 2017 Name: Instructons: Be sure to read each problem s drectons. Wrte clearly durng the exam and fully erase or mark out anythng you do not want graded. You may use

More information

Parallel Prefix addition

Parallel Prefix addition Marcelo Kryger Sudent ID 015629850 Parallel Prefx addton The parallel prefx adder presented next, performs the addton of two bnary numbers n tme of complexty O(log n) and lnear cost O(n). Lets notce the

More information

AMS Financial Derivatives I

AMS Financial Derivatives I AMS 691-03 Fnancal Dervatves I Fnal Examnaton (Take Home) Due not later than 5:00 PM, Tuesday, 14 December 2004 Robert J. Frey Research Professor Stony Brook Unversty, Appled Mathematcs and Statstcs frey@ams.sunysb.edu

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

Consumption Based Asset Pricing

Consumption Based Asset Pricing Consumpton Based Asset Prcng Mchael Bar Aprl 25, 208 Contents Introducton 2 Model 2. Prcng rsk-free asset............................... 3 2.2 Prcng rsky assets................................ 4 2.3 Bubbles......................................

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

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

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

Equilibrium in Prediction Markets with Buyers and Sellers

Equilibrium in Prediction Markets with Buyers and Sellers Equlbrum n Predcton Markets wth Buyers and Sellers Shpra Agrawal Nmrod Megddo Benamn Armbruster Abstract Predcton markets wth buyers and sellers of contracts on multple outcomes are shown to have unque

More information

Lecture Note 2 Time Value of Money

Lecture Note 2 Time Value of Money Seg250 Management Prncples for Engneerng Managers Lecture ote 2 Tme Value of Money Department of Systems Engneerng and Engneerng Management The Chnese Unversty of Hong Kong Interest: The Cost of Money

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

Raising Food Prices and Welfare Change: A Simple Calibration. Xiaohua Yu

Raising Food Prices and Welfare Change: A Simple Calibration. Xiaohua Yu Rasng Food Prces and Welfare Change: A Smple Calbraton Xaohua Yu Professor of Agrcultural Economcs Courant Research Centre Poverty, Equty and Growth Unversty of Göttngen CRC-PEG, Wlhelm-weber-Str. 2 3773

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

Prospect Theory and Asset Prices

Prospect Theory and Asset Prices Fnance 400 A. Penat - G. Pennacch Prospect Theory and Asset Prces These notes consder the asset prcng mplcatons of nvestor behavor that ncorporates Prospect Theory. It summarzes an artcle by N. Barbers,

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

/ 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

Finite Math - Fall Section Future Value of an Annuity; Sinking Funds

Finite Math - Fall Section Future Value of an Annuity; Sinking Funds Fnte Math - Fall 2016 Lecture Notes - 9/19/2016 Secton 3.3 - Future Value of an Annuty; Snkng Funds Snkng Funds. We can turn the annutes pcture around and ask how much we would need to depost nto an account

More information

Final Exam. 7. (10 points) Please state whether each of the following statements is true or false. No explanation needed.

Final Exam. 7. (10 points) Please state whether each of the following statements is true or false. No explanation needed. Fnal Exam Fall 4 Econ 8-67 Closed Book. Formula Sheet Provded. Calculators OK. Tme Allowed: hours Please wrte your answers on the page below each queston. (5 ponts) Assume that the rsk-free nterest rate

More information

Clearing Notice SIX x-clear Ltd

Clearing Notice SIX x-clear Ltd Clearng Notce SIX x-clear Ltd 1.0 Overvew Changes to margn and default fund model arrangements SIX x-clear ( x-clear ) s closely montorng the CCP envronment n Europe as well as the needs of ts Members.

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

Lecture 7. We now use Brouwer s fixed point theorem to prove Nash s theorem.

Lecture 7. We now use Brouwer s fixed point theorem to prove Nash s theorem. Topcs on the Border of Economcs and Computaton December 11, 2005 Lecturer: Noam Nsan Lecture 7 Scrbe: Yoram Bachrach 1 Nash s Theorem We begn by provng Nash s Theorem about the exstance of a mxed strategy

More information

MATH 373 Quiz 5 Fall 2018 November 20, 2018

MATH 373 Quiz 5 Fall 2018 November 20, 2018 MATH 373 Quz 5 Fall 218 November 2, 218 1. A callable bond matures at the end of 2 years for 1,. The bond pays coupons at a rate of 7% convertble sem-annually. The bond can be called at the end of 14 year

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

Actuarial Science: Financial Mathematics

Actuarial Science: Financial Mathematics STAT 485 Actuaral Scence: Fnancal Mathematcs 1.1.1 Effectve Rates of Interest Defnton Defnton lender. An nterest s money earned by deposted funds. An nterest rate s the rate at whch nterest s pad to the

More information

ACTA UNIVERSITATIS APULENSIS No 16/2008 RISK MANAGEMENT USING VAR SIMULATION WITH APPLICATIONS TO BUCHAREST STOCK EXCHANGE. Alin V.

ACTA UNIVERSITATIS APULENSIS No 16/2008 RISK MANAGEMENT USING VAR SIMULATION WITH APPLICATIONS TO BUCHAREST STOCK EXCHANGE. Alin V. ACTA UNIVERSITATIS APULENSIS No 16/2008 RISK MANAGEMENT USING VAR SIMULATION WITH APPLICATIONS TO BUCHAREST STOCK EXCHANGE Aln V. Roşca Abstract. In a recent paper, we have proposed and analyzed, from

More information

Fast Laplacian Solvers by Sparsification

Fast Laplacian Solvers by Sparsification Spectral Graph Theory Lecture 19 Fast Laplacan Solvers by Sparsfcaton Danel A. Spelman November 9, 2015 Dsclamer These notes are not necessarly an accurate representaton of what happened n class. The notes

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

7.4. Annuities. Investigate

7.4. Annuities. Investigate 7.4 Annutes How would you lke to be a mllonare wthout workng all your lfe to earn t? Perhaps f you were lucky enough to wn a lottery or have an amazng run on a televson game show, t would happen. For most

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

A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME

A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME A MODEL OF COMPETITION AMONG TELECOMMUNICATION SERVICE PROVIDERS BASED ON REPEATED GAME Vesna Radonć Đogatovć, Valentna Radočć Unversty of Belgrade Faculty of Transport and Traffc Engneerng Belgrade, Serba

More information

>1 indicates country i has a comparative advantage in production of j; the greater the index, the stronger the advantage. RCA 1 ij

>1 indicates country i has a comparative advantage in production of j; the greater the index, the stronger the advantage. RCA 1 ij 69 APPENDIX 1 RCA Indces In the followng we present some maor RCA ndces reported n the lterature. For addtonal varants and other RCA ndces, Memedovc (1994) and Vollrath (1991) provde more thorough revews.

More information

- contrast so-called first-best outcome of Lindahl equilibrium with case of private provision through voluntary contributions of households

- contrast so-called first-best outcome of Lindahl equilibrium with case of private provision through voluntary contributions of households Prvate Provson - contrast so-called frst-best outcome of Lndahl equlbrum wth case of prvate provson through voluntary contrbutons of households - need to make an assumpton about how each household expects

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

Real Exchange Rate Fluctuations, Wage Stickiness and Markup Adjustments

Real Exchange Rate Fluctuations, Wage Stickiness and Markup Adjustments Real Exchange Rate Fluctuatons, Wage Stckness and Markup Adjustments Yothn Jnjarak and Kanda Nakno Nanyang Technologcal Unversty and Purdue Unversty January 2009 Abstract Motvated by emprcal evdence on

More information

Stochastic ALM models - General Methodology

Stochastic ALM models - General Methodology Stochastc ALM models - General Methodology Stochastc ALM models are generally mplemented wthn separate modules: A stochastc scenaros generator (ESG) A cash-flow projecton tool (or ALM projecton) For projectng

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

Final Examination MATH NOTE TO PRINTER

Final Examination MATH NOTE TO PRINTER Fnal Examnaton MATH 329 2005 01 1 NOTE TO PRINTER (These nstructons are for the prnter. They should not be duplcated.) Ths examnaton should be prnted on 8 1 2 14 paper, and stapled wth 3 sde staples, so

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

Principles of Finance

Principles of Finance Prncples of Fnance Grzegorz Trojanowsk Lecture 6: Captal Asset Prcng Model Prncples of Fnance - Lecture 6 1 Lecture 6 materal Requred readng: Elton et al., Chapters 13, 14, and 15 Supplementary readng:

More information

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent.

Economics 1410 Fall Section 7 Notes 1. Define the tax in a flexible way using T (z), where z is the income reported by the agent. Economcs 1410 Fall 2017 Harvard Unversty Yaan Al-Karableh Secton 7 Notes 1 I. The ncome taxaton problem Defne the tax n a flexble way usng T (), where s the ncome reported by the agent. Retenton functon:

More information

iii) pay F P 0,T = S 0 e δt when stock has dividend yield δ.

iii) pay F P 0,T = S 0 e δt when stock has dividend yield δ. Fnal s Wed May 7, 12:50-2:50 You are allowed 15 sheets of notes and a calculator The fnal s cumulatve, so you should know everythng on the frst 4 revews Ths materal not on those revews 184) Suppose S t

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

Macroeconomic Theory and Policy

Macroeconomic Theory and Policy ECO 209 Macroeconomc Theory and Polcy Lecture 7: The Open Economy wth Fxed Exchange Rates Gustavo Indart Slde 1 Open Economy under Fxed Exchange Rates Let s consder an open economy wth no captal moblty

More information

Appendix for Solving Asset Pricing Models when the Price-Dividend Function is Analytic

Appendix for Solving Asset Pricing Models when the Price-Dividend Function is Analytic Appendx for Solvng Asset Prcng Models when the Prce-Dvdend Functon s Analytc Ovdu L. Caln Yu Chen Thomas F. Cosmano and Alex A. Hmonas January 3, 5 Ths appendx provdes proofs of some results stated n our

More information

Optimal Service-Based Procurement with Heterogeneous Suppliers

Optimal Service-Based Procurement with Heterogeneous Suppliers Optmal Servce-Based Procurement wth Heterogeneous Supplers Ehsan Elah 1 Saf Benjaafar 2 Karen L. Donohue 3 1 College of Management, Unversty of Massachusetts, Boston, MA 02125 2 Industral & Systems Engneerng,

More information

THE IMPORTANCE OF THE NUMBER OF DIFFERENT AGENTS IN A HETEROGENEOUS ASSET-PRICING MODEL WOUTER J. DEN HAAN

THE IMPORTANCE OF THE NUMBER OF DIFFERENT AGENTS IN A HETEROGENEOUS ASSET-PRICING MODEL WOUTER J. DEN HAAN THE IMPORTANCE OF THE NUMBER OF DIFFERENT AGENTS IN A HETEROGENEOUS ASSET-PRICING MODEL WOUTER J. DEN HAAN Department of Economcs, Unversty of Calforna at San Dego and Natonal Bureau of Economc Research

More information

A Single-Product Inventory Model for Multiple Demand Classes 1

A Single-Product Inventory Model for Multiple Demand Classes 1 A Sngle-Product Inventory Model for Multple Demand Classes Hasan Arslan, 2 Stephen C. Graves, 3 and Thomas Roemer 4 March 5, 2005 Abstract We consder a sngle-product nventory system that serves multple

More information

Impact of CDO Tranches on Economic Capital of Credit Portfolios

Impact of CDO Tranches on Economic Capital of Credit Portfolios Impact of CDO Tranches on Economc Captal of Credt Portfolos Ym T. Lee Market & Investment Bankng UnCredt Group Moor House, 120 London Wall London, EC2Y 5ET KEYWORDS: Credt rsk, Collateralzaton Debt Oblgaton,

More information

MULTIPLE CURVE CONSTRUCTION

MULTIPLE CURVE CONSTRUCTION MULTIPLE CURVE CONSTRUCTION RICHARD WHITE 1. Introducton In the post-credt-crunch world, swaps are generally collateralzed under a ISDA Master Agreement Andersen and Pterbarg p266, wth collateral rates

More information

OPERATIONS RESEARCH. Game Theory

OPERATIONS RESEARCH. Game Theory OPERATIONS RESEARCH Chapter 2 Game Theory Prof. Bbhas C. Gr Department of Mathematcs Jadavpur Unversty Kolkata, Inda Emal: bcgr.umath@gmal.com 1.0 Introducton Game theory was developed for decson makng

More information

Fixed Strike Asian Cap/Floor on CMS Rates with Lognormal Approach

Fixed Strike Asian Cap/Floor on CMS Rates with Lognormal Approach Fxed Strke Asan Cap/Floor on CMS Rates wth Lognormal Approach July 27, 2011 Issue 1.1 Prepared by Lng Luo and Anthony Vaz Summary An analytc prcng methodology has been developed for Asan Cap/Floor wth

More information

REFINITIV INDICES PRIVATE EQUITY BUYOUT INDEX METHODOLOGY

REFINITIV INDICES PRIVATE EQUITY BUYOUT INDEX METHODOLOGY REFINITIV INDICES PRIVATE EQUITY BUYOUT INDEX METHODOLOGY 1 Table of Contents INTRODUCTION 3 TR Prvate Equty Buyout Index 3 INDEX COMPOSITION 3 Sector Portfolos 4 Sector Weghtng 5 Index Rebalance 5 Index

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

Note on Cubic Spline Valuation Methodology

Note on Cubic Spline Valuation Methodology Note on Cubc Splne Valuaton Methodology Regd. Offce: The Internatonal, 2 nd Floor THE CUBIC SPLINE METHODOLOGY A model for yeld curve takes traded yelds for avalable tenors as nput and generates the curve

More information

arxiv: v1 [math.nt] 29 Oct 2015

arxiv: v1 [math.nt] 29 Oct 2015 A DIGITAL BINOMIAL THEOREM FOR SHEFFER SEQUENCES TOUFIK MANSOUR AND HIEU D. NGUYEN arxv:1510.08529v1 [math.nt] 29 Oct 2015 Abstract. We extend the dgtal bnomal theorem to Sheffer polynomal sequences by

More information