Decision 411: Class 6

Size: px
Start display at page:

Download "Decision 411: Class 6"

Transcription

1 Decision 411: Class 6 Fitting regression models to time series data Economic interpretation of coefficients How to model seasonality with regression Log-log (constant elasticity) models Automatic stepwise variable selection What will be on Tuesday s quiz? Quiz will be open-book, open-notes, notes, 1st hour Manual calculation of forecast and confidence limits for mean or RW model Tentative model identification based on exploratory plots Interpretation of output: model comparisons, insignificant variables, diagnostic tests Criteria for choosing the best model 1

2 Y Regression analysis: recap A simple regression model merely fits a straight line to a scatterplot of Y (the dependent variable) versus X (the independent variable) X The correlation between X and Y, together with their means and standard deviations, determines the slope and intercept of the regression line. Multiple regression equation General multiple regression equation for predicting a dependent variable Y from independent variables,, X k : independent variables X 1, X 2,, Yˆ = ˆ β + ˆ β X + ˆ β X ˆ β X t 0 1 1t 2 2t k kt Constant term is the baseline that would be obtained if all X s were zero at the same time (if that is logically possible). More generally it just moves the regression line up or down to hit the center of the Y data. The rest of the prediction equation consists of a weighted sum of the X s. Hence the predicted pattern of Y is a weighted sum of the patterns in the X s. In general, the weights (coefficients) may be positive or negative. 2

3 If Y and X are time series,, the time dimension in the data ought to be taken into account When the forecasts for Y are plotted versus time, they no longer lie on a straight line: they are just a rescaled version of X! X Y FCST This is the essence of a linear model. If there s more than one X variable, the predictions for Y are a sum of rescaled copies of the X s, plus the intercept. (The scaling factors may be positive or negative.) When plotted versus time, the dependent variable to be predicted (Y) might look something like this: utpe ot 1.6 Variables Y T 3

4 An independent variable (X) to be used for predicting Y might itself be another random variable: utpe ot 1.2 Variables X T or it could be a time trend ( slope ) variable: 20 p T A time trend variable actually serves to detrend detrend Y and all the X s prior to estimating the other coefficients of the model, i.e., it corrects for differences in trend among all the variables. 4

5 or X could be a change in trend at a specific point in time: 10 p T or a nonlinear (e.g. quadratic) curve: p T 5

6 or a dummy variable for occasional or periodic events (e.g., seasons of the year): 1.5 p T or a dummy variable for a step-change at a specific point in time: 1.5 p T 6

7 or a lagged value of the dependent variable: Variables Y LAG(Y,1) LAG(Y,2) T or a lagged value of an independent variable: utpe ot Variables X LAG(X,1) LAG(X,2) T 7

8 How to fit regression models In principle, all you need to do is find the right independent variable(s) ) for predicting your dependent variable. In practice, you may also need to transform the variables to improve the linearity of the relationship or the distribution of the errors (e.g., by lagging, logging, deflating, differencing, multiplying or dividing variables, etc. etc.). You may also need to select the appropriate amount of past data to use in model fitting. Model-fitting steps 1. Collect data for dependent & independent variables 2. Identify potentially useful data transformations 3. Fit preliminary models; ideally hold out data for out-of of-sample testing. 4. Screen out insignificant variables & look for other ways to simplify or fine-tune. 5. Check residual diagnostics to test assumptions 6. Compare performance against simpler models (e.g., random walk or other time series models that do not use exogenous X variables). 8

9 What s the bottom line? R-squared is not the bottom line it it may not even be comparable among models fitted with different data samples and/or transformations, and there is no universal standard for good. Residual diagnostics & t-stats are not the bottom line, just red flags that may wave to indicate problems with model assumptions. Error measures (RMSE, MAPE, MAE) are the bottom line when compared in the same units provided that they can be trusted,, i.e., provided that model assumptions appear to be valid. Simplicity & sound logic are also important: can you explain or sell the model to your boss or client? Over- and under-fitting If too few potential regressors are considered, there may be omitted variables whose effects are not captured or which will load onto other variables (proxy effects). If too many potential regressors are considered, there are dangers of over-fitting from too much data mining ( spurious regressors may be found). In either case, the model will predict the future less well than it fitted the past data. You need to exercise judgment to pre-screen potential regressors for relevance. Think before you compute! 9

10 Tools for identifying potential regressors Scatterplot matrices and correlation matrices may help to identify variables related to Y. Scatterplots also indicate whether outliers are present* and whether nonlinear transformations may be useful. Autocorrelation plots show whether lags of Y may be useful as regressors. Crosscorrelation plots show whether lags of X s may be useful as regressors. *Outliers should not be removed from the analysis just because they are outliers, but they should be given special attention: are they due to data entry errors, weird events that will not be repeated, or are they useful natural experiments? Example of causal modeling: 3 years of monthly sales and advertising data for a weight-loss product (unit sales, $ advertising) Time series plot shows somewhat- aligned peaks and valleys Variables Sales Advertising Index but what is the bang for the buck? 10

11 X-Y scatterplot shows a positive, roughly linear relationship, so let s estimate the slope via simple regression Plot of Sales vs Adv 37 32?? Sales Adv Simple regression of sales on advertising 11

12 Simple regression suggests that $1 advertising yields additional units sold, but autocorrelations and residual-vs vs-time plot are bad. Perhaps lagged variables should be considered? 50% confidence limits for predictions were selected via pane options for interval plot Which plots to look at? When fitting time series, the 3 most interesting plots in the Multiple Regression procedure are usually: 1. Residuals vs. predicted values (ideally the patterns are random and errors have the same variance for small or large predictions) 2. Residuals versus row number (ideally the pattern is random and does not show evidence of autocorrelation or heteroscedasticity) 3. Interval plots (data and forecasts plotted versus row number, or versus independent variables, with optional confidence limits superimposed) 12

13 Tools for identifying useful lags: auto- and cross-correlations correlations of sales and advertising Time Series/Descriptive Methods procedure shows that Sales has a significant autocorrelation at lag 1 and the cross- correlation of between sales and advertising is significant at lag 1 as well as lag 0. First try adding lagged advertising to model 13

14 Updated results Much better error stats! This model suggests that the effect of advertising carries over into two periods with a total impact of = unit per $. But residuals have an upward trend, even worse autocorrelation. Add lagged sales next? After adding lagged Sales, autocorrelations now look much better, and error stats are further improved. The economic interpretation of this model is a bit trickier. The sum of advertising coefficients ients is only 0.227, but this is amplified by the autoregressive sales factor. The total impact is 0.227( )

15 Where did that formula come from??!! Adding lag(sales,1) to the model implies that increases in Sales have momentum of their own. Its coefficient of evidently means that boosting sales by 1 unit this period yields a further boost of in the next period (independent of this period s or next period s advertising!), which in turn boosts sales 2 periods ahead by , etc. Hence the direct impact of an advertising $, which is estimated to be over two periods, gets amplified by a factor of = 1/( ) = 1.57 by the geometric series formula. Hence the direct effect plus the momentum effect is a factor of x units of sales per $ adv. What s the real bottom line? Different regression models may yield different estimates of the economic impact of decisions, based on different underlying assumptions about cause and effect e.g., e.g., lagged response, long-term momentum, etc. The last two models suggest that the economic impact of advertising lies somewhere between 0.30 and 0.36 unit per $. Note: rather than adding lagged sales to the model, we could have added one or two more lags of advertising as another way to capture effects of advertising that extend more than one period into the future. When lag(advertising,2) is added rather than lag(sales,1), it turns out to be marginally significant (t=1.6), and the sum of advertising coefficients rises to 0.35, about the same as above. 15

16 The same models can be fitted in the Forecasting procedure: Mean model + Regression variables Note: to get exactly the same results for these lagged-variable models as in the Multiple Regression procedure, you must de-select the first row (by using Index >1 in the Select field on the input panel), otherwise Statgraphics will try to backforecast the missing lagged values in row 1, This yields head-to to-head model comparisons: A random walk model has been included as a reference point note that it is as good as the original simple regression. Also, the simple regression results are slightly different from the original ones, because the first data row was excluded from all models for these comparisons. 16

17 When using the Forecasting procedure to fit and compare regression models, you cannot request forecasts for future time periods unless future data is available for the regressors. This is an inherent limitation of regression forecasting models, in comparison to purely extrapolative time series models. Dummy variables A dummy variable is an independent variable whose values are all 1 s and 0 s, indicating the presence or absence of some condition. The estimated coefficient of the dummy variable is a constant to be added to the forecast when the condition is present Dummy variables are often used to model seasonal effects as well as the effects of unusual events or structural changes 17

18 Modeling seasonality with regression Suppose Y is a seasonal time series that is correlated with some other X variables Examples: advertising, promotions, prices, competition, interest rates, economic indicators One modeling approach would be to seasonally adjust Y before fitting a regression model. However... Potential problems If the seasonal indices are estimated from the data without controlling for effects of other nonseasonal variables, the seasonal indices could be in error and/or data could be overfitted. If the seasonal indices are estimated from other (e.g., more highly aggregated data), then seasonal adjustment of the data may distort the effects of the other variables if those effects are really constant over time. 18

19 Possible solutions Use seasonal dummy variables as additional regressors to estimate the seasonal effects while controlling for other variables. Use an externally-supplied seasonal index as an additional regressor. Use seasonal lags and/or seasonal differences,, i.e., base this period s forecast on what happened one year ago, not one period ago. Additive or multiplicative? Regression models are inherently additive models, therefore coefficients of seasonal dummy variables represent an additive seasonal pattern. If the seasonal pattern is multiplicative,, a log transformation may be helpful: then the coefficients of the seasonal dummies can be converted to equivalent multiplicative seasonal factors. 19

20 Gap revisited For purposes of illustration, we ll look at trend-line and curve-fitting models combined with seasonal dummy variables. We ll also see how a dummy variable can be used to model a trend change ( kink ) in a series. The variable NETSALES consists of quarterly net sales in $1000 s. (X 1.E5) 53 Time Series Plot for NETSALES 43 NETSALES Q3/97 Q3/99 Q3/01 Q3/03 Q3/05 Q3/07 20

21 Gap data file: the QUARTER variable will be used to construct seasonal s dummy variables on-the the-fly: the expression QUARTER=1 is a variable with a 1 in every 1 st quarter and 0 s elsewhere, i.e., a dummy variable for the 1 st quarter. An estimated regression coefficient for QUARTER=1 will be a constant to be added to the forecast in every 1st quarter. Similarly, QUARTER=2 and QUARTER=3 will be the dummies for the 2 nd and 3 rd quarters. (We won t use a 4 th quarter dummy the coefficients of the others will measure changes relative to the 4 th quarter.) To get regression forecasts for future time periods: The QUARTER variable has been extended 12 quarters into the future, because it will be used to construct dummy variables in the regressions, essions, and regression models can t generate forecasts for the future unless future values for the all the independent variables are available. 21

22 Linear trend + seasonal dummies Obviously not a good fit does not respond to the general economic downturn in and the flattening out of sales growth afterward, so residual time series and autocorrelation plots are very bad. The e coefficient of QUARTER=1 is -1,202,000 (in $1000 s), hence 1 st quarter sales are predicted to be $1,202M less than 4 th quarter sales, other things equal. For later reference, note that RMSE=$383M and MAPE=10% for this model. 22

23 (X 1.E6) 8 Time Sequence Plot for NETSALES Linear trend = E E4 t + 3 regressors 6 NETSALES Q2/97 Q2/00 Q2/03 Q2/06 Q2/09 Q2/12 The straight-line trend of this model is clearly inappropriate. The coefficient of t is the estimated long-term trend: $56M per quarter. (X 1.E5) 9 Residual Plot for adjusted NETSALES Linear trend = E E4 t + 3 regressors 5 Residual Q2/97 Q2/00 Q2/03 Q2/06 Q2/09 The residual plot shows shows a kink (change in trend) at Q4/00 23

24 Let s create a new variable called TRENDCHANGE whose value is zero up to row 15 and which ramps up (1, 2, 3, ) afterward. The estimated coefficient of this variable will represent a change in the trend beginning at row 16. Here are the results of adding TRENDCHANGE to the regression. The T fit is dramatically improved: RMSE has dropped from $383M to $185M and MAPE has dropped from 10% to 4.3% for this model. Residual time series plot and autocorrelation plot are still not great because the dip in still has not captured accurately. 24

25 (X 1.E6) 6 Time Sequence Plot for NETSALES Linear trend = -2.49E E5 t + 4 regressors 5 NETSALES Q2/97 Q2/00 Q2/03 Q2/06 Q2/09 Q2/12 The fit to the flatter recent trend has been much improved. There is still a slight upward trend in the long-range forecasts. The coefficient of t, which is now $143M per quarter, is the estimated ed trend up to Q4/00, at which point the TRENDCHANGE variable kicks in. Note the much tighter confidence intervals due to the reduction in RMSE. The coefficient of TRENDCHANGE is -$122M per quarter, so the estimated overall trend since Q4/00 is $144M - $122M = $22M per quarter. This is the slope of the long-range forecasts on the forecast plot. 25

26 Time Series Plot for adjusted NETSALES 15.5 adjusted NETSALES The preceding models assumed an additive seasonal pattern, and the coefficients of the quarterly dummies were the additive seasonal indices. Alternatively,we 14 could estimate multiplicative seasonal indices by fitting Q2/97 the Q2/00 same model Q2/03 with a natural Q2/06log transformation. Q2/09 Here is a plot of the logged data. The seasonal pattern does look more additive in these terms, and the trend- change at Q4/00 is still evident. This model assumes that sales grew at a constant percentage rate up to Q4/00 and at a different percentage rate afterward. The slope coefficient of is the prior growth rate (5.6% per quarter), and the TRENDCHANGE coefficient of is the change in the growth rate after Q4/00 (minus 5.1%). Hence the estimated growth rate after Q4/00 is 5.6% - 5.1% = 0.5% per quarter. 26

27 The error stats of this model are slight better than those of the unlogged model (MAPE of 4.0% here vs. 4.3% earlier), although the residual-vs vs-time and residual autocorrelation plots don t look quite as good. They are not the bottom line, though. Here they indicate more room for improvement via some kind of fine-tuning. Tournament results: the unlogged and logged regression models with the trend change (Models B and C) compare favorably with Holt s and Winters models, despite the autocorrelation in the residuals. 27

28 Equation of the logged model In a model with a natural log transformation, conversion of the forecasts back to original units and interpreting the coefficients requires unlogging unlogging by applying the EXP function. In this model, the unlogged forecasts have the equation f(t) ) = EXP( t) up to Q4/00 and f(t) ) = EXP( t) afterward, before the seasonal terms are factored in. By EXP ing the coefficients of the dummy variables, we obtain multiplicative seasonal indices relative to Q4=100. Seasonal indices Quarter 1 index: EXP(-0.335) = 71.5% Quarter 2 index: EXP(-0.303) = 73.9% Quarter 3 index: EXP(-0.206) = 81.4% Estimated coefficients of the dummy variables in logged model: Estimated multiplicative indices from seasonal decomposition procedure: Q2 Q3 Q4 Q1 28

29 Comparison with seasonal indices obtained by ratio-to to-moving-average method* Quarter Q1 Q2 Q3 Q4 Seasonal index Rescaled to Q4= From logged regression Almost identical! * using Time Series/Seasonal Decomposition procedure on NETSALES Just for fun, let s try a quadratic trend line with the 3 seasonal dummies. RMSE and MAPE are $191M and 4%, much better than the linear trend model and not much worse than the trend-change model. However, this sort of polynomial curve- fitting is not a recommended method of predicting the future. 29

30 (X 1.E5) 53 Time Sequence Plot for NETSALES Quadratic trend = E E6 t t^2 + 3 regressors 43 NETSALES Q2/97 Q2/00 Q2/03 Q2/06 Q2/09 Q2/12 A 3-year 3 extrapolation of a downward quadratic curve is not very credible! Take-aways aways This analysis has illustrated how regression can be used for the estimation of seasonal patterns via the use of dummy variables, and changes in trend via ramp variables, as well as for curve-fitting. Either additive or multiplicative seasonal indices can be estimated within a regression model, depending on whether or not a log transformation is used. Curve-fitting is usually not a good way to forecast outside the sample! Before using any model to forecast into the future, make sure its fit to the recent past is good, and make sure you believe that its assumptions will continue to hold in the future. 30

31 Another approach: seasonal lags As an alternative to seasonal adjustment or dummy variables, seasonality can be captured by using a seasonal lag,, i.e., the one-year year-prior value of the dependent variable, as a regressor. If s is the number of periods in a season (e.g., s=4 for quarterly data), it is often worth trying lags 1, s, and s+1. In this approach, there is no explicit estimation of seasonal indices. Instead, last year s seasonal pattern is used as a model for predicting the future seasonal pattern. Here is a mean model with lags 1, 4, and 5 of sales used as independent variables. The model type has been set to ARIMA with zeroes in all the input fields (i.e., no differencing or AR/MA factors), which is exactly equivalent to a mean model, except that it allows us to suppress the otherwise automatic backforecasting of missing values of lagged variables. 31

32 Not bad! RMSE=186, MAPE=3.6%, decent-looking residual time series & autocorrelation plots, even with no special treatment for (X 1.E5) 53 Time Sequence Plot for NETSALES ARIMA(0,0,0) with constant + 3 regressors 43 NETSALES Q2/97 Q2/00 Q2/03 Q2/06 Q2/09 This model bases the forecast entirely on what has happened in the last 5 quarters. 32

33 Updated tournament results: model with lagged variables is Model D. How does it work, and why does it make sense? We ll look deeper into models like this when we get to the ARIMA part of the course, but here s the basic logic of this model: The coefficient of lag(netsales,4) is almost exactly equal to 1, the coefficients of lag(netsales,1) and lag(netsales,5) are opposite in sign and roughly equal in magnitude (±0.7),( and the constant is 430. The forecasting equation is therefore: yˆ = y ( y y ) t t 4 t 1 t 5 In words, the predicted increase over the same quarter last year is equal to 430 plus 0.7 times the previous quarter s increase over the same quarter last year, thus it predicts a general upward season-to to-season change,but adapts to recent same-quarter results. 33

34 Effects of pricing and promotions Here the variables are pounds sold of two sizes of bags of chips (XL and XXL), as well as price-per per-bag and pounds-on on-display. (104 weekly observations at a regional supermarket chain) Scatterplot matrix INDEX LBXL LBXXL PRXL PRXXL DISPXL Significant negative price effect for the XL size but is it DISPXXL linear? Also, a positive display effect. (3 outliers at top of display scatterplot correspond to very low prices.) 34

35 Correlation matrix Significant correlations with both price and display Auto- and cross-correlation correlation plots for LBXL: possibly a significant auto-correlation at lag 1 and a cross-correlation correlation with DISPXL at lag 1 as well as lag 0? Not useful The most significant cross- correlation is at lag -1, but this is not useful for predicting LBXL from DISPXL (instead the reverse!) 35

36 Regression with all likely suspects, including lagged variables Lagged variables turn out not to be significant Tools for selecting regressors After a model has been fitted, t-statistics of coefficients (and their p-values) indicate whether some variables can be removed. Rule of thumb: t less than 2 in magnitude (p>( p>.05) suggests variable can be removed. It s not required to remove a marginal variable if it is strongly supported by intuition, but beware of including several marginal variables at once. 36

37 After manually removing the insignificant lagged variables Dsplay variables now have dubious significance when both are included in the model Automatic stepwise selection Stepwise regression (forward and backward) is available as a model option. OK when used to automate what you would have done anyway by hand, but use with care. Backward stepwise automates the process of sequentially removing the least significant variable until only significant variables remain Forward stepwise automates the process of sequentially adding the variable that would be most significant upon being the next one entered 37

38 Automatic stepwise selection This is a right-mouse mouse- button Analysis Option in the Multiple Regression procedure Automatic stepwise selection F-to-enter and F-to-remove determine the t-stats needed for a variable to enter or stay in model. F = t-squared, hence F=4 corresponds to t=2. Resist the urge to lower the threshold in order to find or keep more variables danger of overfitting! 38

39 Automatic methods, continued Automatic model-fitting techniques aren t a substitute for your own good judgment. They are only as good (or bad) as the set of variables you give them to work with. They won t find omitted variables or suggest transformations of variables Dangerous for data snooping in large, uncritically- chosen sets of variables: out-of of-sample validation becomes very crucial At the end of the day, you (not the computer) are responsible for the model! Backwards stepwise eliminates one more variable After removing DISPXL (the least significant variable in the 4-variable model), DISPXXL rises just above the t=2 threshold of significance. 39

40 Residual-vs vs-predicted and residual probability plot are suggestive of a nonlinear relationship and/or non-normal normal errors percentage Normal Probability Plot RESIDUALS Try logging both pounds-sold sold and price INDEX LOG(LBXL) LOG(LBXXL) LOG(PRXL) The pounds- sold vs. price relationship now appears more linear LOG(PRXXL) Note: we can t DISPXL directly log the display variables since they DISPXXL contain zeroes 40

41 Correlations are similar to those obtained earlier Auto- and cross-correlation correlation plots are also similar. However, the time series plot now looks much more normal (less spiky) 41

42 Regression results Coefficients of logged variables can now be interpreted as elasticities: a 1% increase in PRXL yields a 1.8% decrease in LBXL Interestingly, the cross-elasticity of PRXXL with LBXL is almost exactly opposite (+1.88), as if the products are substitutes Residual-versus versus- predicted and residual probability plot now look better! Normal Probability Plot percentage LRESIDUALS 42

43 Not-logged model refitted in the Forecasting procedure Logged model refitted in the Forecasting procedure 43

44 Head-to to-head model comparisons in original units Here model C is obtained by applying an AR(1) autocorrelation correction to model B (a very slight improvement) With 20 points held out for validation Error statistics of all three models are significantly higher in the validation period. Have we overfitted the data, or are the last 20 points exceptional? 44

45 With 50 points held out for validation Now the error statistics are quite similar. Evidently the models are not overfitted. Coefficient estimates for model with 50 points held out Price coefficients are almost the same as before (good!). The display coefficients are also in the same ballpark as before. They are no longer technically significant, but this is because the standard errors are larger when a smaller sample is used to estimate them. 45

46 Class 6 recap Fitting regression models to time series data Economic interpretation of coefficients How to model seasonality with regression Log-log (constant elasticity) models Stepwise variable selection 46

Decision 411: Class 6

Decision 411: Class 6 Decision 411: Class 6 Fitting regression models to time series data Economic interpretation of coefficients How to model seasonality with regression Log-log (constant elasticity) models Automatic stepwise

More information

Decision 411: Class 2

Decision 411: Class 2 Decision 411: Class 2 Explanation of lags & differences Random walk model How to identify a random walk Examples of random walks Forecasting from the random walk model Log transformation & geometric random

More information

Decision 411: Class 2

Decision 411: Class 2 Decision 411: Class 2 Explanation of lags & differences Random walk model How to identify a random walk Examples of random walks Forecasting from the random walk model Log transformation & geometric random

More information

Decision 411: Class 2

Decision 411: Class 2 Decision 411: Class 2 Explanation of lags & differences Random walk model How to identify a random walk Examples of random walks Forecasting from the random walk model Log transformation & geometric random

More information

Decision 411: Class 2. HW writeup guidelines

Decision 411: Class 2. HW writeup guidelines Decision 411: Class 2 Explanation of lags & differences Random walk model How to identify a random walk Examples of random walks Forecasting from the random walk model ARIMA alternative & autocorrelation

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

More information

Some history. The random walk model. Lecture notes on forecasting Robert Nau Fuqua School of Business Duke University

Some history. The random walk model. Lecture notes on forecasting Robert Nau Fuqua School of Business Duke University Lecture notes on forecasting Robert Nau Fuqua School of Business Duke University http://people.duke.edu/~rnau/forecasting.htm The random walk model Some history Brownian motion is a random walk in continuous

More information

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley.

Copyright 2011 Pearson Education, Inc. Publishing as Addison-Wesley. Appendix: Statistics in Action Part I Financial Time Series 1. These data show the effects of stock splits. If you investigate further, you ll find that most of these splits (such as in May 1970) are 3-for-1

More information

Multiple Regression. Review of Regression with One Predictor

Multiple Regression. Review of Regression with One Predictor Fall Semester, 2001 Statistics 621 Lecture 4 Robert Stine 1 Preliminaries Multiple Regression Grading on this and other assignments Assignment will get placed in folder of first member of Learning Team.

More information

Model Construction & Forecast Based Portfolio Allocation:

Model Construction & Forecast Based Portfolio Allocation: QBUS6830 Financial Time Series and Forecasting Model Construction & Forecast Based Portfolio Allocation: Is Quantitative Method Worth It? Members: Bowei Li (303083) Wenjian Xu (308077237) Xiaoyun Lu (3295347)

More information

Jacob: The illustrative worksheet shows the values of the simulation parameters in the upper left section (Cells D5:F10). Is this for documentation?

Jacob: The illustrative worksheet shows the values of the simulation parameters in the upper left section (Cells D5:F10). Is this for documentation? PROJECT TEMPLATE: DISCRETE CHANGE IN THE INFLATION RATE (The attached PDF file has better formatting.) {This posting explains how to simulate a discrete change in a parameter and how to use dummy variables

More information

Problem set 1 Answers: 0 ( )= [ 0 ( +1 )] = [ ( +1 )]

Problem set 1 Answers: 0 ( )= [ 0 ( +1 )] = [ ( +1 )] Problem set 1 Answers: 1. (a) The first order conditions are with 1+ 1so 0 ( ) [ 0 ( +1 )] [( +1 )] ( +1 ) Consumption follows a random walk. This is approximately true in many nonlinear models. Now we

More information

Multiple regression - a brief introduction

Multiple regression - a brief introduction Multiple regression - a brief introduction Multiple regression is an extension to regular (simple) regression. Instead of one X, we now have several. Suppose, for example, that you are trying to predict

More information

WEB APPENDIX 8A 7.1 ( 8.9)

WEB APPENDIX 8A 7.1 ( 8.9) WEB APPENDIX 8A CALCULATING BETA COEFFICIENTS The CAPM is an ex ante model, which means that all of the variables represent before-the-fact expected values. In particular, the beta coefficient used in

More information

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay Homework Assignment #2 Solution April 25, 2003 Each HW problem is 10 points throughout this quarter.

More information

Chapter 5. Forecasting. Learning Objectives

Chapter 5. Forecasting. Learning Objectives Chapter 5 Forecasting To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD

The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD UPDATED ESTIMATE OF BT S EQUITY BETA NOVEMBER 4TH 2008 The Brattle Group 1 st Floor 198 High Holborn London WC1V 7BD office@brattle.co.uk Contents 1 Introduction and Summary of Findings... 3 2 Statistical

More information

Econometrics and Economic Data

Econometrics and Economic Data Econometrics and Economic Data Chapter 1 What is a regression? By using the regression model, we can evaluate the magnitude of change in one variable due to a certain change in another variable. For example,

More information

Online Appendix (Not intended for Publication): Federal Reserve Credibility and the Term Structure of Interest Rates

Online Appendix (Not intended for Publication): Federal Reserve Credibility and the Term Structure of Interest Rates Online Appendix Not intended for Publication): Federal Reserve Credibility and the Term Structure of Interest Rates Aeimit Lakdawala Michigan State University Shu Wu University of Kansas August 2017 1

More information

Problem Set 1 Due in class, week 1

Problem Set 1 Due in class, week 1 Business 35150 John H. Cochrane Problem Set 1 Due in class, week 1 Do the readings, as specified in the syllabus. Answer the following problems. Note: in this and following problem sets, make sure to answer

More information

REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING

REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING International Civil Aviation Organization 27/8/10 WORKING PAPER REGIONAL WORKSHOP ON TRAFFIC FORECASTING AND ECONOMIC PLANNING Cairo 2 to 4 November 2010 Agenda Item 3 a): Forecasting Methodology (Presented

More information

Estimating a demand function

Estimating a demand function Estimating a demand function One of the most basic topics in economics is the supply/demand curve. Simply put, the supply offered for sale of a commodity is directly related to its price, while the demand

More information

Economics 345 Applied Econometrics

Economics 345 Applied Econometrics Economics 345 Applied Econometrics Problem Set 4--Solutions Prof: Martin Farnham Problem sets in this course are ungraded. An answer key will be posted on the course website within a few days of the release

More information

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

More information

Empirical Methods for Corporate Finance. Regression Discontinuity Design

Empirical Methods for Corporate Finance. Regression Discontinuity Design Empirical Methods for Corporate Finance Regression Discontinuity Design Basic Idea of RDD Observations (e.g. firms, individuals, ) are treated based on cutoff rules that are known ex ante For instance,

More information

OPTION PRICING: A TIME SERIES ALTERNATIVE TO BLACK-SCHOLES David R. Roberts

OPTION PRICING: A TIME SERIES ALTERNATIVE TO BLACK-SCHOLES David R. Roberts OPTION PRICING: A TIME SERIES ALTERNATIVE TO BLACK-SCHOLES David R. Roberts INTRODUCTION: Your company has just awarded you 100 stock options. The exercise price is $120. The current stock price is $110.

More information

SEX DISCRIMINATION PROBLEM

SEX DISCRIMINATION PROBLEM SEX DISCRIMINATION PROBLEM 5. Displaying Relationships between Variables In this section we will use scatterplots to examine the relationship between the dependent variable (starting salary) and each of

More information

Introduction to Population Modeling

Introduction to Population Modeling Introduction to Population Modeling In addition to estimating the size of a population, it is often beneficial to estimate how the population size changes over time. Ecologists often uses models to create

More information

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late)

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late) University of New South Wales Semester 1, 2011 School of Economics James Morley 1. Autoregressive Processes (15 points) Economics 4201 and 6203 Homework #2 Due on Tuesday 3/29 (20 penalty per day late)

More information

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

More information

Homework Assignments for BusAdm 713: Business Forecasting Methods. Assignment 1: Introduction to forecasting, Review of regression

Homework Assignments for BusAdm 713: Business Forecasting Methods. Assignment 1: Introduction to forecasting, Review of regression Homework Assignments for BusAdm 713: Business Forecasting Methods Note: Problem points are in parentheses. Assignment 1: Introduction to forecasting, Review of regression 1. (3) Complete the exercises

More information

Forecasting Chapter 14

Forecasting Chapter 14 Forecasting Chapter 14 14-01 Forecasting Forecast: A prediction of future events used for planning purposes. It is a critical inputs to business plans, annual plans, and budgets Finance, human resources,

More information

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR STATISTICAL DISTRIBUTIONS AND THE CALCULATOR 1. Basic data sets a. Measures of Center - Mean ( ): average of all values. Characteristic: non-resistant is affected by skew and outliers. - Median: Either

More information

starting on 5/1/1953 up until 2/1/2017.

starting on 5/1/1953 up until 2/1/2017. An Actuary s Guide to Financial Applications: Examples with EViews By William Bourgeois An actuary is a business professional who uses statistics to determine and analyze risks for companies. In this guide,

More information

When determining but for sales in a commercial damages case,

When determining but for sales in a commercial damages case, JULY/AUGUST 2010 L I T I G A T I O N S U P P O R T Choosing a Sales Forecasting Model: A Trial and Error Process By Mark G. Filler, CPA/ABV, CBA, AM, CVA When determining but for sales in a commercial

More information

The distribution of the Return on Capital Employed (ROCE)

The distribution of the Return on Capital Employed (ROCE) Appendix A The historical distribution of Return on Capital Employed (ROCE) was studied between 2003 and 2012 for a sample of Italian firms with revenues between euro 10 million and euro 50 million. 1

More information

Notes on Estimating the Closed Form of the Hybrid New Phillips Curve

Notes on Estimating the Closed Form of the Hybrid New Phillips Curve Notes on Estimating the Closed Form of the Hybrid New Phillips Curve Jordi Galí, Mark Gertler and J. David López-Salido Preliminary draft, June 2001 Abstract Galí and Gertler (1999) developed a hybrid

More information

Economic Response Models in LookAhead

Economic Response Models in LookAhead Economic Models in LookAhead Interthinx, Inc. 2013. All rights reserved. LookAhead is a registered trademark of Interthinx, Inc.. Interthinx is a registered trademark of Verisk Analytics. No part of this

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Problem Set 6. I did this with figure; bar3(reshape(mean(rx),5,5) );ylabel( size ); xlabel( value ); mean mo return %

Problem Set 6. I did this with figure; bar3(reshape(mean(rx),5,5) );ylabel( size ); xlabel( value ); mean mo return % Business 35905 John H. Cochrane Problem Set 6 We re going to replicate and extend Fama and French s basic results, using earlier and extended data. Get the 25 Fama French portfolios and factors from the

More information

Multi-Path General-to-Specific Modelling with OxMetrics

Multi-Path General-to-Specific Modelling with OxMetrics Multi-Path General-to-Specific Modelling with OxMetrics Genaro Sucarrat (Department of Economics, UC3M) http://www.eco.uc3m.es/sucarrat/ 1 April 2009 (Corrected for errata 22 November 2010) Outline: 1.

More information

Risk-Adjusted Futures and Intermeeting Moves

Risk-Adjusted Futures and Intermeeting Moves issn 1936-5330 Risk-Adjusted Futures and Intermeeting Moves Brent Bundick Federal Reserve Bank of Kansas City First Version: October 2007 This Version: June 2008 RWP 07-08 Abstract Piazzesi and Swanson

More information

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998 Economics 312 Sample Project Report Jeffrey Parker Introduction This project is based on Exercise 2.12 on page 81 of the Hill, Griffiths, and Lim text. It examines how the sale price of houses in Stockton,

More information

Linear regression model

Linear regression model Regression Model Assumptions (Solutions) STAT-UB.0003: Regression and Forecasting Models Linear regression model 1. Here is the least squares regression fit to the Zagat restaurant data: 10 15 20 25 10

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

The Robust Repeated Median Velocity System Working Paper October 2005 Copyright 2004 Dennis Meyers

The Robust Repeated Median Velocity System Working Paper October 2005 Copyright 2004 Dennis Meyers The Robust Repeated Median Velocity System Working Paper October 2005 Copyright 2004 Dennis Meyers In a previous article we examined a trading system that used the velocity of prices fit by a Least Squares

More information

Models of Patterns. Lecture 3, SMMD 2005 Bob Stine

Models of Patterns. Lecture 3, SMMD 2005 Bob Stine Models of Patterns Lecture 3, SMMD 2005 Bob Stine Review Speculative investing and portfolios Risk and variance Volatility adjusted return Volatility drag Dependence Covariance Review Example Stock and

More information

Economics 413: Economic Forecast and Analysis Department of Economics, Finance and Legal Studies University of Alabama

Economics 413: Economic Forecast and Analysis Department of Economics, Finance and Legal Studies University of Alabama Problem Set #1 (Linear Regression) 1. The file entitled MONEYDEM.XLS contains quarterly values of seasonally adjusted U.S.3-month ( 3 ) and 1-year ( 1 ) treasury bill rates. Each series is measured over

More information

Problem Set 4 Solutions

Problem Set 4 Solutions Business John H. Cochrane Problem Set Solutions Part I readings. Give one-sentence answers.. Novy-Marx, The Profitability Premium. Preview: We see that gross profitability forecasts returns, a lot; its

More information

Stat3011: Solution of Midterm Exam One

Stat3011: Solution of Midterm Exam One 1 Stat3011: Solution of Midterm Exam One Fall/2003, Tiefeng Jiang Name: Problem 1 (30 points). Choose one appropriate answer in each of the following questions. 1. (B ) The mean age of five people in a

More information

Regression Discontinuity and. the Price Effects of Stock Market Indexing

Regression Discontinuity and. the Price Effects of Stock Market Indexing Regression Discontinuity and the Price Effects of Stock Market Indexing Internet Appendix Yen-Cheng Chang Harrison Hong Inessa Liskovich In this Appendix we show results which were left out of the paper

More information

Jacob: What data do we use? Do we compile paid loss triangles for a line of business?

Jacob: What data do we use? Do we compile paid loss triangles for a line of business? PROJECT TEMPLATES FOR REGRESSION ANALYSIS APPLIED TO LOSS RESERVING BACKGROUND ON PAID LOSS TRIANGLES (The attached PDF file has better formatting.) {The paid loss triangle helps you! distinguish between

More information

Financial Time Series Analysis (FTSA)

Financial Time Series Analysis (FTSA) Financial Time Series Analysis (FTSA) Lecture 6: Conditional Heteroscedastic Models Few models are capable of generating the type of ARCH one sees in the data.... Most of these studies are best summarized

More information

Online Appendix to. The Value of Crowdsourced Earnings Forecasts

Online Appendix to. The Value of Crowdsourced Earnings Forecasts Online Appendix to The Value of Crowdsourced Earnings Forecasts This online appendix tabulates and discusses the results of robustness checks and supplementary analyses mentioned in the paper. A1. Estimating

More information

And The Winner Is? How to Pick a Better Model

And The Winner Is? How to Pick a Better Model And The Winner Is? How to Pick a Better Model Part 2 Goodness-of-Fit and Internal Stability Dan Tevet, FCAS, MAAA Goodness-of-Fit Trying to answer question: How well does our model fit the data? Can be

More information

9. Logit and Probit Models For Dichotomous Data

9. Logit and Probit Models For Dichotomous Data Sociology 740 John Fox Lecture Notes 9. Logit and Probit Models For Dichotomous Data Copyright 2014 by John Fox Logit and Probit Models for Dichotomous Responses 1 1. Goals: I To show how models similar

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

Annex 1: Heterogeneous autonomous factors forecast

Annex 1: Heterogeneous autonomous factors forecast Annex : Heterogeneous autonomous factors forecast This annex illustrates that the liquidity effect is, ceteris paribus, smaller than predicted by the aggregate liquidity model, if we relax the assumption

More information

Data screening, transformations: MRC05

Data screening, transformations: MRC05 Dale Berger Data screening, transformations: MRC05 This is a demonstration of data screening and transformations for a regression analysis. Our interest is in predicting current salary from education level

More information

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs 1. Introduction The GARCH-MIDAS model decomposes the conditional variance into the short-run and long-run components. The former is a mean-reverting

More information

Chapter IV. Forecasting Daily and Weekly Stock Returns

Chapter IV. Forecasting Daily and Weekly Stock Returns Forecasting Daily and Weekly Stock Returns An unsophisticated forecaster uses statistics as a drunken man uses lamp-posts -for support rather than for illumination.0 Introduction In the previous chapter,

More information

Empirical Distribution Testing of Economic Scenario Generators

Empirical Distribution Testing of Economic Scenario Generators 1/27 Empirical Distribution Testing of Economic Scenario Generators Gary Venter University of New South Wales 2/27 STATISTICAL CONCEPTUAL BACKGROUND "All models are wrong but some are useful"; George Box

More information

FF hoped momentum would go away, but it didn t, so the standard factor model became the four-factor model, = ( )= + ( )+ ( )+ ( )+ ( )

FF hoped momentum would go away, but it didn t, so the standard factor model became the four-factor model, = ( )= + ( )+ ( )+ ( )+ ( ) 7 New Anomalies This set of notes covers Dissecting anomalies, Novy-Marx Gross Profitability Premium, Fama and French Five factor model and Frazzini et al. Betting against beta. 7.1 Big picture:three rounds

More information

Stat 328, Summer 2005

Stat 328, Summer 2005 Stat 328, Summer 2005 Exam #2, 6/18/05 Name (print) UnivID I have neither given nor received any unauthorized aid in completing this exam. Signed Answer each question completely showing your work where

More information

NCSS Statistical Software. Reference Intervals

NCSS Statistical Software. Reference Intervals Chapter 586 Introduction A reference interval contains the middle 95% of measurements of a substance from a healthy population. It is a type of prediction interval. This procedure calculates one-, and

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Statistical Evidence and Inference

Statistical Evidence and Inference Statistical Evidence and Inference Basic Methods of Analysis Understanding the methods used by economists requires some basic terminology regarding the distribution of random variables. The mean of a distribution

More information

Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016)

Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016) Journal of Insurance and Financial Management, Vol. 1, Issue 4 (2016) 68-131 An Investigation of the Structural Characteristics of the Indian IT Sector and the Capital Goods Sector An Application of the

More information

Statistics 101: Section L - Laboratory 6

Statistics 101: Section L - Laboratory 6 Statistics 101: Section L - Laboratory 6 In today s lab, we are going to look more at least squares regression, and interpretations of slopes and intercepts. Activity 1: From lab 1, we collected data on

More information

Group Assignment I. database, available from the library s website) or national statistics offices. (Extra points if you do.)

Group Assignment I. database, available from the library s website) or national statistics offices. (Extra points if you do.) Group Assignment I This document contains further instructions regarding your homework. It assumes you have read the original assignment. Your homework comprises two parts: 1. Decomposing GDP: you should

More information

Analysing the IS-MP-PC Model

Analysing the IS-MP-PC Model University College Dublin, Advanced Macroeconomics Notes, 2015 (Karl Whelan) Page 1 Analysing the IS-MP-PC Model In the previous set of notes, we introduced the IS-MP-PC model. We will move on now to examining

More information

STAB22 section 2.2. Figure 1: Plot of deforestation vs. price

STAB22 section 2.2. Figure 1: Plot of deforestation vs. price STAB22 section 2.2 2.29 A change in price leads to a change in amount of deforestation, so price is explanatory and deforestation the response. There are no difficulties in producing a plot; mine is in

More information

Institute of Actuaries of India Subject CT6 Statistical Methods

Institute of Actuaries of India Subject CT6 Statistical Methods Institute of Actuaries of India Subject CT6 Statistical Methods For 2014 Examinations Aim The aim of the Statistical Methods subject is to provide a further grounding in mathematical and statistical techniques

More information

Chapter 18: The Correlational Procedures

Chapter 18: The Correlational Procedures Introduction: In this chapter we are going to tackle about two kinds of relationship, positive relationship and negative relationship. Positive Relationship Let's say we have two values, votes and campaign

More information

11 EXPENDITURE MULTIPLIERS* Chapt er. Key Concepts. Fixed Prices and Expenditure Plans1

11 EXPENDITURE MULTIPLIERS* Chapt er. Key Concepts. Fixed Prices and Expenditure Plans1 Chapt er EXPENDITURE MULTIPLIERS* Key Concepts Fixed Prices and Expenditure Plans In the very short run, firms do not change their prices and they sell the amount that is demanded. As a result: The price

More information

Analysis of 2x2 Cross-Over Designs using T-Tests for Non-Inferiority

Analysis of 2x2 Cross-Over Designs using T-Tests for Non-Inferiority Chapter 235 Analysis of 2x2 Cross-Over Designs using -ests for Non-Inferiority Introduction his procedure analyzes data from a two-treatment, two-period (2x2) cross-over design where the goal is to demonstrate

More information

Pro Strategies Help Manual / User Guide: Last Updated March 2017

Pro Strategies Help Manual / User Guide: Last Updated March 2017 Pro Strategies Help Manual / User Guide: Last Updated March 2017 The Pro Strategies are an advanced set of indicators that work independently from the Auto Binary Signals trading strategy. It s programmed

More information

Copula Models of Economic Capital for Insurance Companies

Copula Models of Economic Capital for Insurance Companies Copula Models of Economic Capital for Insurance Companies By Jessica Mohr and Thomas Vlasak Advisor: Arkady Shemyakin 1. Summary of Problem Financial and economic variables have proven notoriously difficult

More information

Establishing a framework for statistical analysis via the Generalized Linear Model

Establishing a framework for statistical analysis via the Generalized Linear Model PSY349: Lecture 1: INTRO & CORRELATION Establishing a framework for statistical analysis via the Generalized Linear Model GLM provides a unified framework that incorporates a number of statistical methods

More information

Comparison of OLS and LAD regression techniques for estimating beta

Comparison of OLS and LAD regression techniques for estimating beta Comparison of OLS and LAD regression techniques for estimating beta 26 June 2013 Contents 1. Preparation of this report... 1 2. Executive summary... 2 3. Issue and evaluation approach... 4 4. Data... 6

More information

CHAPTER 2 Describing Data: Numerical

CHAPTER 2 Describing Data: Numerical CHAPTER Multiple-Choice Questions 1. A scatter plot can illustrate all of the following except: A) the median of each of the two variables B) the range of each of the two variables C) an indication of

More information

The Least Squares Regression Line

The Least Squares Regression Line The Least Squares Regression Line Section 5.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office hours: T Th 1:30 pm - 3:30 pm 620 PGH & 5:30 pm - 7:00 pm CASA Department of Mathematics University of Houston

More information

How To: Perform a Process Capability Analysis Using STATGRAPHICS Centurion

How To: Perform a Process Capability Analysis Using STATGRAPHICS Centurion How To: Perform a Process Capability Analysis Using STATGRAPHICS Centurion by Dr. Neil W. Polhemus July 17, 2005 Introduction For individuals concerned with the quality of the goods and services that they

More information

Management and Operations 340: Exponential Smoothing Forecasting Methods

Management and Operations 340: Exponential Smoothing Forecasting Methods Management and Operations 340: Exponential Smoothing Forecasting Methods [Chuck Munson]: Hello, this is Chuck Munson. In this clip today we re going to talk about forecasting, in particular exponential

More information

Model-Based Trading Strategies. Financial-Hacker.com Johann Christian Lotter / op group Germany GmbH

Model-Based Trading Strategies. Financial-Hacker.com Johann Christian Lotter / op group Germany GmbH Model-Based Trading Strategies Financial-Hacker.com Johann Christian Lotter / jcl@opgroup.de op group Germany GmbH All trading systems herein are for education only. No profits are guaranteed. Don t blame

More information

STRESS TEST MODELLING OF PD RISK PARAMETER UNDER ADVANCED IRB

STRESS TEST MODELLING OF PD RISK PARAMETER UNDER ADVANCED IRB STRESS TEST MODELLING OF PD RISK PARAMETER UNDER ADVANCED IRB Zoltán Pollák Dávid Popper Department of Finance International Training Center Corvinus University of Budapest for Bankers (ITCB) 1093, Budapest,

More information

The 2 nd Order Polynomial Next Bar Forecast System Working Paper August 2004 Copyright 2004 Dennis Meyers

The 2 nd Order Polynomial Next Bar Forecast System Working Paper August 2004 Copyright 2004 Dennis Meyers The 2 nd Order Polynomial Next Bar Forecast System Working Paper August 2004 Copyright 2004 Dennis Meyers In a previous paper we examined a trading system, called The Next Bar Forecast System. That system

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Lecture 13: Identifying unusual observations In lecture 12, we learned how to investigate variables. Now we learn how to investigate cases.

Lecture 13: Identifying unusual observations In lecture 12, we learned how to investigate variables. Now we learn how to investigate cases. Lecture 13: Identifying unusual observations In lecture 12, we learned how to investigate variables. Now we learn how to investigate cases. Goal: Find unusual cases that might be mistakes, or that might

More information

Inflation Targeting and Revisions to Inflation Data: A Case Study with PCE Inflation * Calvin Price July 2011

Inflation Targeting and Revisions to Inflation Data: A Case Study with PCE Inflation * Calvin Price July 2011 Inflation Targeting and Revisions to Inflation Data: A Case Study with PCE Inflation * Calvin Price July 2011 Introduction Central banks around the world have come to recognize the importance of maintaining

More information

The use of real-time data is critical, for the Federal Reserve

The use of real-time data is critical, for the Federal Reserve Capacity Utilization As a Real-Time Predictor of Manufacturing Output Evan F. Koenig Research Officer Federal Reserve Bank of Dallas The use of real-time data is critical, for the Federal Reserve indices

More information

It is well known that equity returns are

It is well known that equity returns are DING LIU is an SVP and senior quantitative analyst at AllianceBernstein in New York, NY. ding.liu@bernstein.com Pure Quintile Portfolios DING LIU It is well known that equity returns are driven to a large

More information

TRANSACTION- BASED PRICE INDICES

TRANSACTION- BASED PRICE INDICES TRANSACTION- BASED PRICE INDICES PROFESSOR MARC FRANCKE - PROFESSOR OF REAL ESTATE VALUATION AT THE UNIVERSITY OF AMSTERDAM CPPI HANDBOOK 2 ND DRAFT CHAPTER 5 PREPARATION OF AN INTERNATIONAL HANDBOOK ON

More information

FIN FINANCIAL INSTRUMENTS SPRING 2008

FIN FINANCIAL INSTRUMENTS SPRING 2008 FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 OPTION RISK Introduction In these notes we consider the risk of an option and relate it to the standard capital asset pricing model. If we are simply interested

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

Problem Set 5 Answers. ( ) 2. Yes, like temperature. See the plot of utility in the notes. Marginal utility should be positive.

Problem Set 5 Answers. ( ) 2. Yes, like temperature. See the plot of utility in the notes. Marginal utility should be positive. Business John H. Cochrane Problem Set Answers Part I A simple very short readings questions. + = + + + = + + + + = ( ). Yes, like temperature. See the plot of utility in the notes. Marginal utility should

More information

Chapter 19: Compensating and Equivalent Variations

Chapter 19: Compensating and Equivalent Variations Chapter 19: Compensating and Equivalent Variations 19.1: Introduction This chapter is interesting and important. It also helps to answer a question you may well have been asking ever since we studied quasi-linear

More information

The Evidence for Differences in Risk for Fixed vs Mobile Telecoms For the Office of Communications (Ofcom)

The Evidence for Differences in Risk for Fixed vs Mobile Telecoms For the Office of Communications (Ofcom) The Evidence for Differences in Risk for Fixed vs Mobile Telecoms For the Office of Communications (Ofcom) November 2017 Project Team Dr. Richard Hern Marija Spasovska Aldo Motta NERA Economic Consulting

More information

Government spending in a model where debt effects output gap

Government spending in a model where debt effects output gap MPRA Munich Personal RePEc Archive Government spending in a model where debt effects output gap Peter N Bell University of Victoria 12. April 2012 Online at http://mpra.ub.uni-muenchen.de/38347/ MPRA Paper

More information

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information