THE UNIVERSITY OF TEXAS AT AUSTIN McCombs School of Business

Size: px
Start display at page:

Download "THE UNIVERSITY OF TEXAS AT AUSTIN McCombs School of Business"

Transcription

1 THE UNIVERSIT OF TEXAS AT AUSTIN McCombs School of Business STA 37.5 Tom Shively SIMPLE EXPONENTIAL SMOOTHING MODELS The statistical model for simple exponential smoothing is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t-.

2 Simulating data from a deterministic trend model The model is y t = α + β Time t + ε t ε t iid N(0, σ ) t = 0,, 9 where α = 0, β = 0. and σ = are the true data-generating parameter values

3 Simulating data from a deterministic trend model The model is y t = α + β Time t + ε t ε t iid N(0, σ ) t = 0,, 9 where α = 0, β = 0. and σ = are the true data-generating parameter values True_line Est_line The estimated regression line is yˆ = Time. 3

4 Simulating data from a simple exponential smoothing model with Alpha = (Random walk model) The model is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t-, α = and σ = are the true data-generating parameter values, and M 0 = 0 = Mean 4

5 Simulating data from a simple exponential smoothing model with Alpha = (Random walk model) The model is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t-, α = and σ = are the true data-generating parameter values, and M 0 = 0 = 0. 6 Simple exp. smoothing: Alpha=, Sigma= Mean 5

6 Excel spreadsheet used to generate data from a simple exponential smoothing model Row A B C D E Time t True_alpha 0 3 True_sigma 4 Epsilon.06 =NORMINV(RAND(),0,$B$4) t =NORMINV(RAND(),0,$B$4) Mean M t = t + ( - )M t M 0.06 = B$*E3 + (- B$)*D M = + ( - )M = B$*E4 + (- B$)*D3 M = + ( - )M t = M t- + t = D + C3 = M = D3 + C4 = M After the -values are generated in column C using the =NORMINV(RAND(),0,$B$4) formula, highlight the column, copy the values, and then use Paste > Values to past the values back into the same column. If you do not overwrite the -values in column C using Paste > Values, then they will change every time a change is made to the spreadsheet (which you do not want to happen). 6

7 Simulating data from a simple exponential smoothing model with Alpha = 0.5 The model is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t-, α = 0.5 and σ = are the true data-generating parameter values, and M 0 = 0 = Mean 7

8 Simulating data from a simple exponential smoothing model with Alpha = 0.5 The model is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t-, α = 0.5 and σ = are the true data-generating parameter values, and M 0 = 0 = 0. 6 Simple exp. smoothing: Alpha=0.5, Sigma= Mean 8

9 Comparing simple exponential smoothing models with Alpha = 0.5 and.0 6 Simple exp. smoothing: Alpha=0.5, Sigma= Mean 6 Simple exp. smoothing: Alpha=, Sigma= Mean 9

10 Simulating data from a simple exponential smoothing model with Alpha = 0 The model is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t-, α = 0 and σ = are the true data-generating parameter values, and M 0 = 0 = 0. 6 Simple exp. smoothing: Alpha=0, Sigma= Mean 0

11 Two examples each from simple exponential smoothing models with Alpha = 0, 0.5 and.0 _Alpha= _Alpha= _Alpha= _Alpha= _Alpha=0.5 _Alpha= _Alpha=0.5 _Alpha=0.5

12 Two examples each from simple exponential smoothing models with Alpha = 0, 0.5 and.0 _Alpha=0 _Alpha= _Alpha=0 _Alpha=0

13 Two realizations of Holt s exponential smoothing model for comparison purposes Holt's model: Alpha=0.8, Beta=0.7, Sigma= Mean Holt's model: Alpha=0.8, Beta=0.7, Sigma= Mean 3

14 Useful interpretation of simple exponential smoothing M t = α t + ( - α)m t- = α t + M t- - αm t- = M t- + α( t - M t- ) = M t- + α ε t (because t = M t- + ε t so ε t = t - M t- ) 4

15 Forecasting using a simple exponential smoothing One-period ahead forecast 3 = M 30 + ε 3 =.06 + ε 3 ε 3 ~ N(0, σ ) Mean 5

16 Excel spreadsheet to forecast 3 Row A B C D Time t t ExpSmoothAlpha=0.5 M t = 0.5 t + ( - 0.5)M t = B M 0 = = 0.5*B3 + (-0.5)*C M = ( - 0.5)M = 0.5*B4 + (-0.5)*C3 M = ( - 0.5)M ForecastAlpha=0.5 ˆ t = C 0.55 = C3 = M t Ŷ = M 0 Ŷ = M = 0.5*B3 + (-0.5)*C3 M 30 = ( - 0.5)M = C3 ˆ = M

17 Two-period ahead forecast The exponential smoothing model is t = M t- + t t iid N(0, ) where M t- = t- + ( - )M t-. Therefore, with t = 3, 3 = M M 3 = 3 + ( )M 30 For t = 3, = (M ) + ( )M 30 = M = M = M so 3 ~ N(M 30,( ) ). 7

18 Mean k-period ahead forecast In general, 30+k ~ N(M 30,[( k ) α + ] σ ) so the k-period ahead forecast of 30+k is M 30 =.06. 8

19 Important points regarding k-period ahead forecasts () There is uncertainty about what is going to be in the future so every future value (i.e. oneperiod ahead value, two-period ahead value, three-period ahead value, etc.) has a distribution to represent this uncertainty. () The long-run mean of the series standing at period t is the mean of each of these distributions and is therefore the forecast of each future value. (3) The uncertainty regarding values increases the further out in time you go. This is reflected in the fact that the variance of future values is increasing as k increases (i.e. the one-period ahead variance is (( )α +) σ = σ, the two-period ahead variance is (( ) α +) σ = (α +) σ, the three-period ahead variance is ((3 ) α +) σ = (α +) σ, etc.). 9

20 Updating forecasts given new data point =.76 3 = 3.6 M 3 = α 3 + ( α)m 30 =(0.5)(3.6)+(0.5)(.06) =.6 Forecasts for 3,, 36 given information through time period t = 3 = M 3 =.6 M 9 =.36 M 30 = α 30 + ( α)m 9 =(0.5)(.76)+(0.5)(.36) =.06 Forecasts for 3,, 36 given information through time period t = 30 = M 30 = Mean Please add these pages immediately following page 9 in STA37_SimpleExponentialSmoothing_PartsandCombined_UpdatedVersion.pdf

21 Excel spreadsheet for updated forecasts of 3 and 33 Row A B C D Time t t ExpSmoothAlpha=0.5 M t = 0.5 t + ( - 0.5)M t = B M 0 = = 0.5*B3 + (-0.5)*C M = ( - 0.5)M = 0.5*B4 + (-0.5)*C3 M = ( - 0.5)M ForecastAlpha=0.5 ˆ t = C 0.55 = C3 = M t Ŷ = M 0 Ŷ = M = 0.5*B33 + (-0.5)*C3 M 3 = ( - 0.5)M = C33 ˆ = M = C33 ˆ = M 3 33 Please add these pages immediately following page 9 in STA37_SimpleExponentialSmoothing_PartsandCombined_UpdatedVersion.pdf

22 Representing the current y t observation as a weighted average of past y observations The statistical model for simple exponential smoothing is t = M t- + t t iid N(0, ) where M t- = t- + ( - )M t-. Using some algebra, we can rewrite M t- as follows: M t- = t- + ( - )M t- = t- + ( - )[ t- + ( - )M t-3 ] (because M t- = t- + ( - )M t-3 ) = t- + ( - ) t- + ( - ) M t-3 = t- + ( - ) t- + ( - ) [ t-3 + ( - )M t-4 ] (because M t-3 = t-3 + ( - )M t-4 ) = t- + ( - ) t- + ( - ) t-3 + ( - ) 3 M t-4 = t- + ( - ) t- + ( - ) t ( - ) t- + ( - ) t- M 0 It can be shown that the weights, ( - ), ( - ),, ( - ) t- and ( - ) t- sum to one so it makes sense to think of M t- as a weighted average of t-, t-,, and M 0. Observation Weights Formula = 0 = 0. = 0.5 = 0.8 = t t- ( ) t-3 ( ) t-4 ( ) t-5 ( ) t-6 ( )

23 Estimating Alpha in a simple exponential smoothing model The estimate of α will be the value that gives the best in-sample forecasts in the sense that the RMSE for the one-step ahead forecast errors is minimized. where This value is obtained using Solver. The true data-generating model is t = M t- + ε t ε t iid N(0, σ ) M t- = α t- + ( - α)m t-, α = 0.5 and σ = are the true parameter values, and M 0 = 0 = 0.

24 Excel Spreadsheet Row A B C D E F G Time t 0 t ExpSmoothAlpha=0. M t = 0. t + ( - 0.)M t = B ForecastAlpha=0. ˆ t + = M t ForecastErrorAlpha=0. e t = t - Ŷ t ExpSmoothAlpha=0.5 M t = 0.5 t + ( - 0.5)M t = B ForecastAlpha=0.5 M 0 = 0 M 0 = = 0.*B3 + (-0.)*C = C = B3 - D3 = 0.5*B3 + (-0.5)*F = F M = 0. + ( - 0.)M 0 Ŷ = M 0 e = - M = ( - 0.5)M 0 Ŷ = M = 0.*B4 + (-0.)*C3 = C3 = B4 - D4 = 0.5*B4 + (-0.5)*F3 = F3 M = 0. + ( - 0.)M Ŷ = M e = - Ŷ M = ( - 0.5)M Ŷ = M = B3 D = 0.*B3 + (-0.)*C3 M 30 = ( - 0.)M = C3 ˆ = M 30 3 e 30 = 30 - ˆ = 0.5*B3 + (-0.5)*F3 M 30 = ( - 0.5)M 9 ˆ t = F3 3 = M t ˆ = M 30

25 Choice of α Choose the α that makes the one-step ahead forecast errors as small as possible Zero ForecastError_Alpha=0. Zero ForecastError_OptimalAlpha Use root mean square error (RMSE) to summarize the size of the one-step ahead forecast errors. RMSE for various values of α α RMSE

26 RMSE. R M S E Alpha 4

27 Using Solver to estimate Alpha Excel commands to use Solver Click on Data and click on Solver. Type $H$ in the box next to Set Target Cell. Click on Min. Type $C$ into the box under By Changing Cells. To add the constraints, click on Add and type $C$ into the box under Cell Reference, click on <= and type.00 into the box under Constraint, and then click on Add. Repeat the process except click on >=, and type 0.00 into the box under Constraint. Then click on OK, click on Solve, and click on OK. Row A B C D E F G H Time t t Est_alpha M M t Forecast ˆ t M t e t Error ˆ t t Error_Sq =B =C$*B3+( C$)*D =D =B3 D3 =F3^ =C$*B4+( C$)*D3 =D3 =B4 D4 =F4^ e t RMSE n e t n t.005 =SQRT(AVERAGE(G3:G3)) 5

28 4 Simple exp. smoothing: True_alpha=0.5, Sigma= Estimated Mean True Mean 6

29 Forecasting using the estimated value of Alpha in a simple exponential smoothing model True_Mean Est_Mean 7

30 Checking whether a simple exponential smoothing model using the estimated value of Alpha is the appropriate model Zero ForecastError_OptimalAlpha 0 Frequency More Bin 8

31 Application to monthly Dow Jones Industrial Average The simple exponential smoothing model is t = M t- + ε t ε t iid N(0, σ ) where M t- = α t- + ( - α)m t Monthly Dow Jones Industrial Average Dow Jones 9

32 Excel spreadsheet before Solver Row A B C D E F G H I ear Time t DJIA t Jun , Jul-99 0, Aug-99 0,89.8 ExpSmooth M t = α t + ( - α)m t- 0, = C = E$*C3 + (- E$)*D = E$*C4 + (- E$)*D3 Parameter α 0.0 Forecast ˆ t + = M t 0, = D 0, = D3 Error e t = t - Ŷ t = C3 - F = C4 - F4 ErrorSquare e t 99,634.9 =G3^ 6,44.99 =G4^ RMSE n e t n t = =SQRT(AVERAGE(H3:H86)) 5 Sep , , , Apr-06 8, , , May-06 83, , , Jun-06 84, , ,

33 Excel spreadsheet before Solver Row A B C D E F G H I ear Time t DJIA t Jun , Jul-99 0, Aug-99 0,89.8 ExpSmooth M t = α t + ( - α)m t- 0, = C = E$*C3 + (- E$)*D = E$*C4 + (- E$)*D3 Parameter α 0.0 Forecast ˆ t + = M t 0, = D 0, = D3 Error e t = t - Ŷ t = C3 - F = C4 - F4 ErrorSquare e t 99,634.9 =G3^ 6,44.99 =G4^ RMSE n e t n t = =SQRT(AVERAGE(H3:H86)) 5 Sep , , , Apr-06 8, , , May-06 83, , , Jun-06 84, , ,998.0 Excel spreadsheet after Solver Row A B C D E F G H I ear Time t DJIA t ExpSmooth M t = α t + ( - α)m t- Parameter α Forecast ˆ t+ = M t Error e t = t - Ŷ t ErrorSquare e t RMSE n e t n t = Jun , , Jul-99 0, , , Aug-99 0, , , Sep , , , May-06 83, , , Jun-06 84, , ,08.4 3

34 ,000 In-sample forecasts using optimal value of alpha,000 0,000 9,000 8,000 7, Dow Jones Forecast, , Error 5 0 Frequency Bin 3

35 Simple exponential smoothing for the Dow Jones data using StatTools StatTools instructions for simple exponential smoothing To use StatTools in Excel, you must first open it outside Excel by clicking on its icon. Then inside Excel, click on StatTools in the menu at the top of the Excel screen. To run an analysis using StatTools, you must first create a StatTools data set containing the variable(s) you want to analyze. To do this, click on Data Set Manager in the top left hand corner of the StatTools screen. In the Data Set Manager dialog box, click on New, click on the Select the range icon immediately to the right of the Excel Range box, highlight the column in the Excel worksheet containing Dow Jones, click OK, and then click OK again. To forecast using a simple exponential smoothing model, click Time Series and Forecasting at the top of the StatTools screen, and then click on Forecast. In the StatTools-Forecast dialog box, click the box next to Dow Jones, type the number of periods you want to forecast in the Number of Forecasts box, click the Optimize Parameters box, and click Exponential Smoothing (Simple). Then click Time Scale, click Monthly, type 999 for the Starting ear and 6 for the Starting Month (since the starting month is June), and then click OK. The output (including the estimate of and the forecasts) will be put into a new worksheet labelled Forecast. The output is: Simple Exponential Smoothing Forecasts for Dow Jones Forecasting Constant (Optimized) Level (Alpha) 0.84 Simple Exponential Mean Abs Err Root Mean Sq Err Mean Abs Per% Err 3.4% Forecasting Data Dow Jones Level Forecast Error Jun Jul Aug May Jun Jul

36 Simple exponential smoothing for the Dow Jones data using R R script ######################################################################################################### # # ou must set the working directory properly # If the R package ggplot is not installed then it must be installed by typing the command (at the "> prompt"): # install.packages("ggplot") # If the R package forecast is not installed then it must be installed by typing the command (at the "> prompt"): # install.packages("forecast") # ou must type (at the "> prompt"): library (ggplot) # ou must type (at the "> prompt"): library (forecast) # To run, type (at the "> prompt"): source("simple_exp_smooth_djia_monthly_june999-june006_usingses.r") # (where Simple_Exp_Smooth_DJIA_Monthly_June999-June006_UsingSES.R is the name of file containing the # R script given below) # ######################################################################################################### # # Open file for output # sink ("C:/Users/shivelyt/Box Sync/Courses/37_Spring05/R_Scripts/Simple_Exp_Smoothing/SES_Output.txt", append=false, split=true) # # Read data # file <- "DJIA_Monthly_June999-June006.dat" DJIA_table <- read.table(file, header = FALSE, sep = "") colnames(djia_table) <- c("time", "DJIA") print(head(djia_table)) # # Plot DJIA vs. ear # g = ggplot() g <- g + geom_line(data=djia_table, aes(time,djia), color="black", lty=) 34

37 # # Save data as a time series object # DJIA_time_series <- ts(djia_table[]) colnames(djia_time_series) <- "DJIA" # # Use SES to obtain smoothed series using alpha=0. # fit <- ses(djia_time_series, alpha=0., initial="simple", h=3) print (fit$model) print (fit$mean) print (fit$fitted) plot.data <- data.frame(djia_table[:85,], fit$fitted) colnames(plot.data) <- c("time", "Smooth_Pt") g <- g + geom_line(data=plot.data, aes(time, Smooth_Pt), color="red", lty=) rm(plot.data) # # Use SES to obtain smoothed series using alpha=0.6 # fit <- ses(djia_time_series, alpha=0.6, initial="simple", h=3) print (fit$model) print (fit$mean) print (fit$fitted) plot.data <- data.frame(djia_table[:85,], fit$fitted) colnames(plot.data) <- c("time", "Smooth_Pt6") g <- g + geom_line(data=plot.data, aes(time, Smooth_Pt6), color="blue", lty=) g <- g + xlab("time") + ylab("dow Jones") + ggtitle("time series plot of Dow Jones (Solid black line) and in-sample forecasts for alpha=0. and 0.6") rm(plot.data) # # Use SES to obtain smoothed series using optimal value of alpha # fit3 <- ses(djia_time_series, initial="simple", h=3) print (fit3$model) print (fit3$mean) print (fit3$fitted) plot.data <- data.frame(djia_table[:85,], fit3$fitted) colnames(plot.data) <- c("time", "Smooth_Optimal") h = ggplot() h <- h + geom_line(data=djia_table, aes(time,djia), color="black", lty=) h <- h + geom_line(data=plot.data, aes(time, Smooth_Optimal), color="blue", lty=) h <- h + xlab("time") + ylab("dow Jones") + ggtitle("time series plot of Dow Jones (Solid black) and in-sample forecasts (dashed blue)") rm(plot.data) 35

38 # # Save plot to a pdf file and then print # ggsave('plot.pdf', g) shell.exec(file.path(getwd(), "plot.pdf")) ggsave('plot.pdf', h) shell.exec(file.path(getwd(), "plot.pdf")) dev.off() # # Close file for output # closeallconnections() 36

39 Time DJIA R output Call: ses(x = DJIA_time_series, h = 3, initial = "simple", alpha = 0.) Smoothing parameters: alpha = 0. Initial states: l = sigma: Time Series: Start = 86 End = 88 Frequency = [] Time Series: Start = End = 85 Frequency = [] [3] [5] [37] [49] [6] [73] [85]

40 Call: ses(x = DJIA_time_series, h = 3, initial = "simple", alpha = 0.6) Smoothing parameters: alpha = 0.6 Initial states: l = sigma: Time Series: Start = 86 End = 88 Frequency = [] Time Series: Start = End = 85 Frequency = [] [3] [5] [37] [49] [6] [73] [85]

41 Call: ses(x = DJIA_time_series, h = 3, initial = "simple") Smoothing parameters: alpha = Initial states: l = sigma: Time Series: Start = 86 End = 88 Frequency = [] Time Series: Start = End = 85 Frequency = [] [3] [5] [37] [49] [6] [73] [85]

42 Time series plot of Dow Jones (Solid black line) and in sample forecasts for alpha=0. and Dow Jones Time 40

43 Time series plot of Dow Jones (Solid black line) and in sample forecasts (dashed blue line) Dow Jones Time 4

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1)

University of Texas at Dallas School of Management. Investment Management Spring Estimation of Systematic and Factor Risks (Due April 1) University of Texas at Dallas School of Management Finance 6310 Professor Day Investment Management Spring 2008 Estimation of Systematic and Factor Risks (Due April 1) This assignment requires you to perform

More information

Order Making Fiscal Year 2018 Annual Adjustments to Transaction Fee Rates

Order Making Fiscal Year 2018 Annual Adjustments to Transaction Fee Rates This document is scheduled to be published in the Federal Register on 04/20/2018 and available online at https://federalregister.gov/d/2018-08339, and on FDsys.gov 8011-01p SECURITIES AND EXCHANGE COMMISSION

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

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

Tests for Two Variances

Tests for Two Variances Chapter 655 Tests for Two Variances Introduction Occasionally, researchers are interested in comparing the variances (or standard deviations) of two groups rather than their means. This module calculates

More information

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product

Introduction to Basic Excel Functions and Formulae Note: Basic Functions Note: Function Key(s)/Input Description 1. Sum 2. Product Introduction to Basic Excel Functions and Formulae Excel has some very useful functions that you can use when working with formulae. This worksheet has been designed using Excel 2010 however the basic

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

The Advanced Budget Project Part D The Budget Report

The Advanced Budget Project Part D The Budget Report The Advanced Budget Project Part D The Budget Report A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you

More information

What We Will Cover in Ch. 1

What We Will Cover in Ch. 1 Chapter 1: Making Sense of Data Hildebrand, Ott and Gray Basic Statistical Ideas for Managers Second Edition 1 What We Will Cover in Ch. 1 Meaning of data Purpose of collecting data Use of data in Finance

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

ECE 100: Introduction to Engineering Design. Modeling Assignment No. 3 Inventory Management Using PID Control (Continued); Stochastic Modeling

ECE 100: Introduction to Engineering Design. Modeling Assignment No. 3 Inventory Management Using PID Control (Continued); Stochastic Modeling ECE 1: Introduction to Engineering Design Modeling Assignment No. 3 Inventory Management Using PID Control (Continued); Stochastic Modeling Daniel E. Rivera Department of Chemical and Materials Engineering

More information

Tests for One Variance

Tests for One Variance Chapter 65 Introduction Occasionally, researchers are interested in the estimation of the variance (or standard deviation) rather than the mean. This module calculates the sample size and performs power

More information

Chapter 3 - Spreadsheet Exercises 3-1: CHAPTER 3 - MEASURING PORTFOLIO RISK 67

Chapter 3 - Spreadsheet Exercises 3-1: CHAPTER 3 - MEASURING PORTFOLIO RISK 67 CHAPTER 3 - MEASURING PORTFOLIO RISK 67 Chapter 3 - Spreadsheet Exercises 3-1: Using the data in Table 3-2 above, graph the expected distribution of monthly stock returns on each of Proctor & Gamble (PG),

More information

ESG Yield Curve Calibration. User Guide

ESG Yield Curve Calibration. User Guide ESG Yield Curve Calibration User Guide CONTENT 1 Introduction... 3 2 Installation... 3 3 Demo version and Activation... 5 4 Using the application... 6 4.1 Main Menu bar... 6 4.2 Inputs... 7 4.3 Outputs...

More information

Decision Trees Using TreePlan

Decision Trees Using TreePlan Decision Trees Using TreePlan 6 6. TREEPLAN OVERVIEW TreePlan is a decision tree add-in for Microsoft Excel 7 & & & 6 (Windows) and Microsoft Excel & 6 (Macintosh). TreePlan helps you build a decision

More information

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

More information

THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018

THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018 THE CHINESE UNIVERSITY OF HONG KONG Department of Mathematics MMAT5250 Financial Mathematics Homework 2 Due Date: March 24, 2018 Name: Student ID.: I declare that the assignment here submitted is original

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

Simulation. Decision Models

Simulation. Decision Models Lecture 9 Decision Models Decision Models: Lecture 9 2 Simulation What is Monte Carlo simulation? A model that mimics the behavior of a (stochastic) system Mathematically described the system using a set

More information

Statistical analysis of the inverse problem

Statistical analysis of the inverse problem Statistical analysis of the inverse problem Hongyuan Cao and Jayanta Kumar Pal SAMSI SAMSI/CRSC Undergraduate Workshop at NCSU May 24, 2007 Outline 1 Introduction 2 Preliminary analysis Estimation of parameters

More information

Chapter 6 Forecasting Volatility using Stochastic Volatility Model

Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using SV Model In this chapter, the empirical performance of GARCH(1,1), GARCH-KF and SV models from

More information

Bidding Decision Example

Bidding Decision Example Bidding Decision Example SUPERTREE EXAMPLE In this chapter, we demonstrate Supertree using the simple bidding problem portrayed by the decision tree in Figure 5.1. The situation: Your company is bidding

More information

Lecture 3: Factor models in modern portfolio choice

Lecture 3: Factor models in modern portfolio choice Lecture 3: Factor models in modern portfolio choice Prof. Massimo Guidolin Portfolio Management Spring 2016 Overview The inputs of portfolio problems Using the single index model Multi-index models Portfolio

More information

Tests for the Difference Between Two Linear Regression Intercepts

Tests for the Difference Between Two Linear Regression Intercepts Chapter 853 Tests for the Difference Between Two Linear Regression Intercepts Introduction Linear regression is a commonly used procedure in statistical analysis. One of the main objectives in linear regression

More information

Non-Inferiority Tests for Two Means in a 2x2 Cross-Over Design using Differences

Non-Inferiority Tests for Two Means in a 2x2 Cross-Over Design using Differences Chapter 510 Non-Inferiority Tests for Two Means in a 2x2 Cross-Over Design using Differences Introduction This procedure computes power and sample size for non-inferiority tests in 2x2 cross-over designs

More information

One note for Session Two

One note for Session Two ESD.70J Engineering Economy Module Fall 2004 Session Three Link for PPT: http://web.mit.edu/tao/www/esd70/s3/p.ppt ESD.70J Engineering Economy Module - Session 3 1 One note for Session Two If you Excel

More information

Risk Analysis. å To change Benchmark tickers:

Risk Analysis. å To change Benchmark tickers: Property Sheet will appear. The Return/Statistics page will be displayed. 2. Use the five boxes in the Benchmark section of this page to enter or change the tickers that will appear on the Performance

More information

Public Financial Management Database Users' Guide

Public Financial Management Database Users' Guide Public Financial Management Database Users' Guide FEBRUARY 2015 CONTENTS Executive summary.............................................1 The public financial management database...........................2

More information

Tests for Two Independent Sensitivities

Tests for Two Independent Sensitivities Chapter 75 Tests for Two Independent Sensitivities Introduction This procedure gives power or required sample size for comparing two diagnostic tests when the outcome is sensitivity (or specificity). In

More information

Math of Finance Exponential & Power Functions

Math of Finance Exponential & Power Functions The Right Stuff: Appropriate Mathematics for All Students Promoting the use of materials that engage students in meaningful activities that promote the effective use of technology to support mathematics,

More information

DECISION SUPPORT Risk handout. Simulating Spreadsheet models

DECISION SUPPORT Risk handout. Simulating Spreadsheet models DECISION SUPPORT MODELS @ Risk handout Simulating Spreadsheet models using @RISK 1. Step 1 1.1. Open Excel and @RISK enabling any macros if prompted 1.2. There are four on-line help options available.

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

Question from Session Two

Question from Session Two ESD.70J Engineering Economy Fall 2006 Session Three Alex Fadeev - afadeev@mit.edu Link for this PPT: http://ardent.mit.edu/real_options/rocse_excel_latest/excelsession3.pdf ESD.70J Engineering Economy

More information

Expected Return Methodologies in Morningstar Direct Asset Allocation

Expected Return Methodologies in Morningstar Direct Asset Allocation Expected Return Methodologies in Morningstar Direct Asset Allocation I. Introduction to expected return II. The short version III. Detailed methodologies 1. Building Blocks methodology i. Methodology ii.

More information

Non-Inferiority Tests for the Ratio of Two Means in a 2x2 Cross-Over Design

Non-Inferiority Tests for the Ratio of Two Means in a 2x2 Cross-Over Design Chapter 515 Non-Inferiority Tests for the Ratio of Two Means in a x Cross-Over Design Introduction This procedure calculates power and sample size of statistical tests for non-inferiority tests from a

More information

Real Options Valuation, Inc. Software Technical Support

Real Options Valuation, Inc. Software Technical Support Real Options Valuation, Inc. Software Technical Support HELPFUL TIPS AND TECHNIQUES Johnathan Mun, Ph.D., MBA, MS, CFC, CRM, FRM, MIFC 1 P a g e Helpful Tips and Techniques The following are some quick

More information

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days 1. Introduction Richard D. Christie Department of Electrical Engineering Box 35500 University of Washington Seattle, WA 98195-500 christie@ee.washington.edu

More information

36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part IV

36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part IV 36106 Managerial Decision Modeling Monte Carlo Simulation in Excel: Part IV Kipp Martin University of Chicago Booth School of Business November 29, 2017 Reading and Excel Files 2 Reading: Handout: Optimal

More information

The Process of Modeling

The Process of Modeling Session #3 Page 1 The Process of Modeling Plan Visualize where you want to finish Do some calculations by hand Sketch out a spreadsheet Build Start with a small-scale model Expand the model to full scale

More information

Session Window. Variable Name Row. Worksheet Window. Double click on MINITAB icon. You will see a split screen: Getting Started with MINITAB

Session Window. Variable Name Row. Worksheet Window. Double click on MINITAB icon. You will see a split screen: Getting Started with MINITAB STARTING MINITAB: Double click on MINITAB icon. You will see a split screen: Session Window Worksheet Window Variable Name Row ACTIVE WINDOW = BLUE INACTIVE WINDOW = GRAY f(x) F(x) Getting Started with

More information

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop

GETTING STARTED. To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop Minitab 14 1 GETTING STARTED To OPEN MINITAB: Click Start>Programs>Minitab14>Minitab14 or Click Minitab 14 on your Desktop The Minitab session will come up like this 2 To SAVE FILE 1. Click File>Save Project

More information

FINA 695 Assignment 1 Simon Foucher

FINA 695 Assignment 1 Simon Foucher Answer the following questions. Show your work. Due in the class on March 29. (postponed 1 week) You are expected to do the assignment on your own. Please do not take help from others. 1. (a) The current

More information

Using the Principia Suite

Using the Principia Suite Using the Principia Suite Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 Generating Research Mode Reports........................................... 2 Overview -

More information

Using the Clients & Portfolios Module in Advisor Workstation

Using the Clients & Portfolios Module in Advisor Workstation Using the Clients & Portfolios Module in Advisor Workstation Disclaimer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Overview - - - - - - - - - - - - - - - - - - - - - -

More information

GuruFocus User Manual: My Portfolios

GuruFocus User Manual: My Portfolios GuruFocus User Manual: My Portfolios 2018 version 1 Contents 1. Introduction to User Portfolios a. The User Portfolio b. Accessing My Portfolios 2. The My Portfolios Header a. Creating Portfolios b. Importing

More information

Creating a Rolling Income Statement

Creating a Rolling Income Statement Creating a Rolling Income Statement This is a demonstration on how to create an Income Statement that will always return the current month s data as well as the prior 12 months data. The report will be

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

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Chapter 6 Analyzing Accumulated Change: Integrals in Action

Chapter 6 Analyzing Accumulated Change: Integrals in Action Chapter 6 Analyzing Accumulated Change: Integrals in Action 6. Streams in Business and Biology You will find Excel very helpful when dealing with streams that are accumulated over finite intervals. Finding

More information

XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING

XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING INTRODUCTION XLSTAT makes accessible to anyone a powerful, complete and user-friendly data analysis and statistical solution. Accessibility to

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

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007.

DazStat. Introduction. Installation. DazStat is an Excel add-in for Excel 2003 and Excel 2007. DazStat Introduction DazStat is an Excel add-in for Excel 2003 and Excel 2007. DazStat is one of a series of Daz add-ins that are planned to provide increasingly sophisticated analytical functions particularly

More information

Computing interest and composition of functions:

Computing interest and composition of functions: Computing interest and composition of functions: In this week, we are creating a simple and compound interest calculator in EXCEL. These two calculators will be used to solve interest questions in week

More information

Window Width Selection for L 2 Adjusted Quantile Regression

Window Width Selection for L 2 Adjusted Quantile Regression Window Width Selection for L 2 Adjusted Quantile Regression Yoonsuh Jung, The Ohio State University Steven N. MacEachern, The Ohio State University Yoonkyung Lee, The Ohio State University Technical Report

More information

Non-Inferiority Tests for the Ratio of Two Means

Non-Inferiority Tests for the Ratio of Two Means Chapter 455 Non-Inferiority Tests for the Ratio of Two Means Introduction This procedure calculates power and sample size for non-inferiority t-tests from a parallel-groups design in which the logarithm

More information

Discrete Probability Distributions

Discrete Probability Distributions 5 Discrete Probability Distributions 5-3 Binomial Probability Distributions 5-5 Poisson Probability Distributions 52 Chapter 5: Discrete Probability Distributions 5-3 Binomial Probability Distributions

More information

SFSU FIN822 Project 1

SFSU FIN822 Project 1 SFSU FIN822 Project 1 This project can be done in a team of up to 3 people. Your project report must be accompanied by printouts of programming outputs. You could use any software to solve the problems.

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

Prepared By. Handaru Jati, Ph.D. Universitas Negeri Yogyakarta.

Prepared By. Handaru Jati, Ph.D. Universitas Negeri Yogyakarta. Prepared By Handaru Jati, Ph.D Universitas Negeri Yogyakarta handaru@uny.ac.id Chapter 7 Statistical Analysis with Excel Chapter Overview 7.1 Introduction 7.2 Understanding Data 7.2.1 Descriptive Statistics

More information

TIE2140 / IE2140e Engineering Economy Tutorial 6 (Lab 2) Engineering-Economic Decision Making Process using EXCEL

TIE2140 / IE2140e Engineering Economy Tutorial 6 (Lab 2) Engineering-Economic Decision Making Process using EXCEL TIE2140 / IE2140e Engineering Economy Tutorial 6 (Lab 2) Engineering-Economic Decision Making Process using EXCEL Solutions Guide by Wang Xin, Hong Lanqing & Mei Wenjie 1. Learning Objectives In this lab-based

More information

To complete this workbook, you will need the following file:

To complete this workbook, you will need the following file: CHAPTER 7 Excel More Skills 11 Create Amortization Tables Amortization tables track loan payments for the life of a loan. Each row in an amortization table tracks how much of a payment is applied to the

More information

Tests for Two Means in a Multicenter Randomized Design

Tests for Two Means in a Multicenter Randomized Design Chapter 481 Tests for Two Means in a Multicenter Randomized Design Introduction In a multicenter design with a continuous outcome, a number of centers (e.g. hospitals or clinics) are selected at random

More information

FORECASTING & BUDGETING

FORECASTING & BUDGETING FORECASTING & BUDGETING W I T H E X C E L S S O L V E R WHAT IS SOLVER? Solver is an add-in that comes pre-built into Microsoft Excel. Simply put, it allows you to set an objective value which is subject

More information

SIMS FMS6 Academies. USER BULLETIN No.A34

SIMS FMS6 Academies. USER BULLETIN No.A34 For the Attention of the SIMS FMS6 Operator SIMS FMS6 Academies USER BULLETIN No.A34 Budget Forecast Return 2017 to 2018 Financial Services for Schools Helpline Tel: 01992 555753 Fax: 01992 555727 Email:

More information

STA 371G Outline Fall 2018

STA 371G Outline Fall 2018 STA 371G Outline Fall 2018 Instruct: Mingyuan Zhou, Ph.D., Assistant Profess of Statistics Office: CBA 6.458 Phone: 512-232-6763 Email: mingyuan.zhou@mccombs.utexas.edu Website: http://mingyuanzhou.github.io/

More information

Two-Sample T-Tests using Effect Size

Two-Sample T-Tests using Effect Size Chapter 419 Two-Sample T-Tests using Effect Size Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the effect size is specified rather

More information

Superiority by a Margin Tests for the Ratio of Two Proportions

Superiority by a Margin Tests for the Ratio of Two Proportions Chapter 06 Superiority by a Margin Tests for the Ratio of Two Proportions Introduction This module computes power and sample size for hypothesis tests for superiority of the ratio of two independent proportions.

More information

First Steps in Revenue Estimating

First Steps in Revenue Estimating 04--Chapter 4--37-4/7/08 3:42 PM Page 37 Chapter 4 First Steps in Revenue Estimating Learning objectives: Calculate percentages and rate of inflation Establish data trends Learn difference between current

More information

Computing compound interest and composition of functions

Computing compound interest and composition of functions Computing compound interest and composition of functions In today s topic we will look at using EXCEL to compute compound interest. The method we will use will also allow us to discuss composition of functions.

More information

BudgetPak: Phase II Budget Reallocation

BudgetPak: Phase II Budget Reallocation BudgetPak: Phase II Budget Reallocation Session Objectives for 2019 Operating Budget 1 Planning and Creating the Operating Budget 2 Benefits of Running BudgetPak Reports 3 4 Reallocating the Operating

More information

Spreadsheet Directions

Spreadsheet Directions The Best Summer Job Offer Ever! Spreadsheet Directions Before beginning, answer questions 1 through 4. Now let s see if you made a wise choice of payment plan. Complete all the steps outlined below in

More information

Energy Price Processes

Energy Price Processes Energy Processes Used for Derivatives Pricing & Risk Management In this first of three articles, we will describe the most commonly used process, Geometric Brownian Motion, and in the second and third

More information

Midterm Exam. b. What are the continuously compounded returns for the two stocks?

Midterm Exam. b. What are the continuously compounded returns for the two stocks? University of Washington Fall 004 Department of Economics Eric Zivot Economics 483 Midterm Exam This is a closed book and closed note exam. However, you are allowed one page of notes (double-sided). Answer

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

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management BA 386T Tom Shively PROBABILITY CONCEPTS AND NORMAL DISTRIBUTIONS The fundamental idea underlying any statistical

More information

BEx Analyzer (Business Explorer Analyzer)

BEx Analyzer (Business Explorer Analyzer) BEx Analyzer (Business Explorer Analyzer) Purpose These instructions describe how to use the BEx Analyzer, which is utilized during budget development by account managers, deans, directors, vice presidents,

More information

Partial Equilibrium Model: An Example. ARTNet Capacity Building Workshop for Trade Research Phnom Penh, Cambodia 2-6 June 2008

Partial Equilibrium Model: An Example. ARTNet Capacity Building Workshop for Trade Research Phnom Penh, Cambodia 2-6 June 2008 Partial Equilibrium Model: An Example ARTNet Capacity Building Workshop for Trade Research Phnom Penh, Cambodia 2-6 June 2008 Outline Graphical Analysis Mathematical formulation Equations Parameters Endogenous

More information

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3

Washington University Fall Economics 487. Project Proposal due Monday 10/22 Final Project due Monday 12/3 Washington University Fall 2001 Department of Economics James Morley Economics 487 Project Proposal due Monday 10/22 Final Project due Monday 12/3 For this project, you will analyze the behaviour of 10

More information

ExcelSim 2003 Documentation

ExcelSim 2003 Documentation ExcelSim 2003 Documentation Note: The ExcelSim 2003 add-in program is copyright 2001-2003 by Timothy R. Mayes, Ph.D. It is free to use, but it is meant for educational use only. If you wish to perform

More information

Machine Learning for Quantitative Finance

Machine Learning for Quantitative Finance Machine Learning for Quantitative Finance Fast derivative pricing Sofie Reyners Joint work with Jan De Spiegeleer, Dilip Madan and Wim Schoutens Derivative pricing is time-consuming... Vanilla option pricing

More information

9. Appendixes. Page 73 of 95

9. Appendixes. Page 73 of 95 9. Appendixes Appendix A: Construction cost... 74 Appendix B: Cost of capital... 75 Appendix B.1: Beta... 75 Appendix B.2: Cost of equity... 77 Appendix C: Geometric Brownian motion... 78 Appendix D: Static

More information

Financial Reporting. Workday Bentley

Financial Reporting. Workday Bentley Financial Reporting Workday Finance @ Bentley Agenda Financial Reporting Dashboard Navigation Set-Up Instructions How to Use Dashboard Reports Description of Dashboard Reports Using Dashboard Reports View

More information

INTRODUCING RISK MODELING IN CORPORATE FINANCE

INTRODUCING RISK MODELING IN CORPORATE FINANCE INTRODUCING RISK MODELING IN CORPORATE FINANCE Domingo Castelo Joaquin*, Han Bin Kang** Abstract This paper aims to introduce a simulation modeling in the context of a simplified capital budgeting problem.

More information

Importing Historical Returns into Morningstar Office

Importing Historical Returns into Morningstar Office Importing Historical Returns into Morningstar Office Overview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 What are historical returns? - - - - - - - - - - - - - - - -

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Enventive Monte Carlo Analysis Tutorial Version 4.1.x

Enventive Monte Carlo Analysis Tutorial Version 4.1.x Enventive Monte Carlo Analysis Tutorial Version 4.1.x Copyright 2017 Enventive, Inc. All rights reserved. Table of Contents Welcome to the Monte Carlo Analysis Tutorial 1 Getting started 1 Complete the

More information

PRODUCING BUDGETS AND ACQUITTAL REPORTS from MYOB and spreadsheets

PRODUCING BUDGETS AND ACQUITTAL REPORTS from MYOB and spreadsheets Appendix 1 PRODUCING BUDGETS AND ACQUITTAL REPORTS from MYOB and spreadsheets Explanation of Budgeting and Acquitting This appendix outlines the process of preparing budgets and reports so that you can

More information

Cost Center Report. Cost Center Report (revised 02/2015

Cost Center Report. Cost Center Report (revised 02/2015 Cost Center Report The Cost Center Report is a key operational report utilized by campus during the payroll process. The purpose is to validate that employees have payable time and will be correctly paid.

More information

Tests for Two ROC Curves

Tests for Two ROC Curves Chapter 65 Tests for Two ROC Curves Introduction Receiver operating characteristic (ROC) curves are used to summarize the accuracy of diagnostic tests. The technique is used when a criterion variable is

More information

Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs

Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs Online Appendix Sample Index Returns Which GARCH Model for Option Valuation? By Peter Christoffersen and Kris Jacobs In order to give an idea of the differences in returns over the sample, Figure A.1 plots

More information

Tests for Multiple Correlated Proportions (McNemar-Bowker Test of Symmetry)

Tests for Multiple Correlated Proportions (McNemar-Bowker Test of Symmetry) Chapter 151 Tests for Multiple Correlated Proportions (McNemar-Bowker Test of Symmetry) Introduction McNemar s test for correlated proportions requires that there be only possible categories for each outcome.

More information

Index Models and APT

Index Models and APT Index Models and APT (Text reference: Chapter 8) Index models Parameter estimation Multifactor models Arbitrage Single factor APT Multifactor APT Index models predate CAPM, originally proposed as a simplification

More information

2. ANALYTICAL TOOLS. E(X) = P i X i = X (2.1) i=1

2. ANALYTICAL TOOLS. E(X) = P i X i = X (2.1) i=1 2. ANALYTICAL TOOLS Goals: After reading this chapter, you will 1. Know the basic concepts of statistics: expected value, standard deviation, variance, covariance, and coefficient of correlation. 2. Use

More information

Sampling Distributions

Sampling Distributions Section 8.1 119 Sampling Distributions Section 8.1 C H A P T E R 8 4Example 2 (pg. 378) Sampling Distribution of the Sample Mean The heights of 3-year-old girls are normally distributed with μ=38.72 and

More information

Washington University Fall Economics 487

Washington University Fall Economics 487 Washington University Fall 2009 Department of Economics James Morley Economics 487 Project Proposal due Tuesday 11/10 Final Project due Wednesday 12/9 (by 5:00pm) (20% penalty per day if the project is

More information

Gas storage: overview and static valuation

Gas storage: overview and static valuation In this first article of the new gas storage segment of the Masterclass series, John Breslin, Les Clewlow, Tobias Elbert, Calvin Kwok and Chris Strickland provide an illustration of how the four most common

More information

GL Budgets. Account Budget and Forecast. Account Budgets and Forecasts Menu

GL Budgets. Account Budget and Forecast. Account Budgets and Forecasts Menu Account Budget and Forecast The Account Budget and Forecast function allows you to enter and maintain an unlimited number of budgets and/or forecasts values and types. When setting up the account budgets

More information

Lean Six Sigma: Training/Certification Books and Resources

Lean Six Sigma: Training/Certification Books and Resources Lean Si Sigma Training/Certification Books and Resources Samples from MINITAB BOOK Quality and Si Sigma Tools using MINITAB Statistical Software A complete Guide to Si Sigma DMAIC Tools using MINITAB Prof.

More information

Economics 424/Applied Mathematics 540. Final Exam Solutions

Economics 424/Applied Mathematics 540. Final Exam Solutions University of Washington Summer 01 Department of Economics Eric Zivot Economics 44/Applied Mathematics 540 Final Exam Solutions I. Matrix Algebra and Portfolio Math (30 points, 5 points each) Let R i denote

More information

Written by N.Nilgün Çokça. Advance Excel. Part One. Using Excel for Data Analysis

Written by N.Nilgün Çokça. Advance Excel. Part One. Using Excel for Data Analysis Written by N.Nilgün Çokça Advance Excel Part One Using Excel for Data Analysis March, 2018 P a g e 1 Using Excel for Calculations Arithmetic operations Arithmetic operators: To perform basic mathematical

More information