PROJECT REPORT FORECASTING ANALYTICS. Submitted By: Arka Sarkar ( ) Kushal Paliwal ( ) Malvika Gaur ( )

Size: px
Start display at page:

Download "PROJECT REPORT FORECASTING ANALYTICS. Submitted By: Arka Sarkar ( ) Kushal Paliwal ( ) Malvika Gaur ( )"

Transcription

1 FORECASTING ANALYTICS PROJECT REPORT Submitted By: Arka Sarkar (613161) Kushal Paliwal (613128) Malvika Gaur ( ) Shwaitang Singh ( )

2 Executive Summary: Problem Description: We aim to forecast daily sales (unit sold) of the top 5 selling SKUs for the coming week (1 st August 212 to 7 th August 212). We identify the top 5 selling SKUs in 212 as follows: Item Sales (INR) Saffola Gold Oil 5 Lt. Jar 92,92.47 BikajiNmknBhujiaSev 1KG 819, DaawatDevaaya BM Rice 5 Kg. Pack 78, Ashirwaad Atta 1 Kg PO 587, Fortune Refine Soya Oil 5 Lt. Jar 538, From a total of nearly 1, SKUs, the top 5 SKUs alone are responsible for nearly 3% of the store s revenues (see Appendix I). Also these 5 SKUs are bellwether products for their classesand it would be instructive for store managers to note change in sales in these as an indication for change in sales for the respective classes themselves. Forecasts of the sales of the top 5 SKUs can help managers to: Estimate volatility of earning and design promotion campaigns to smoothen earnings Protect against stock-outs to avoid lost business opportunities Data Description: We re provided with 2 datasets, namely customer data and transaction data. The transaction data comprises of details (quantity sold, extended price etc.) Figure: per day for Saffola Gold 5 Lt. Jar per day Figure: per day of the week for Saffola Gold 5 Lt. Jar

3 Key Data Characteristics: Missing Values: There were a number of missing values for the Top 5 SKUs. These missing values can either be interpreted as (1) error in recording data or (2) no sales (i.e. data value = ) due either stock-outs or no demand for the product. Seasonality: The SKUs exhibit some level of seasonality. In most cases there is a pronounced shift in trend over the weekends as compared to the weekdays. In some cases, the there is a 7 day seasonality that is exhibited. Transaction size: We see that the transaction size (i.e. the number of units bought) is in multiples of 3 each. Outliers: There are number of outliers (i.e. when values are more than 3 standard deviations away). These occur due to (1) more than normal number of transactions driven in some cases by proximity to public holidays (2) a single bulk buyer who dominates the sales. High Level description of the final forecasting method and performance: Item Forecasting Method* RMSE MAPE Saffola Gold Oil 5 Lt. Jar MLR and Residual Forecast % Bikaji Nmkn Bhujia Sev 1KG Seasonal Naïve Forecast** % Daawat Devaaya BM Rice 5 Kg. Pack MLR and Residual Forecast % Ashirwaad Atta 1 Kg PO Multiple Linear Regression (MLR) % Fortune Refine Soya Oil 5 Lt. Jar Holt-Winters Smoothening % *Please refer to appendix III, IV, V and VI for the respective models tested, intermediate results and forecast plot for the next 7 days. Forecast for Saffola shown in the accompanying presentation. **For the SKU Bikaji, although the MLR with Residual Forecast shows a much better visual fit (see appendix III), it does not outperform seasonal naive when it comes to the error measures for the specific 7 day period that we chose. Forecast assumptions: Level of confidence for the forecast: There are just forecast and should not be construed as predictions. Methods used produce forecast with a 95% level of confidence. We believe the relevant error measures in this case are: RMSE and MAPE. Relatively higher values of Customer preferences do not change over the 7 day forecast period and stay the same experienced over the training and validation period (1 st August, 211 to 31 st July, 212) The store has sufficient inventory and there would be no stock outs that would act as upper limits number of units that can be sold Missing Values imply that there were no sales on that given day for the SKU. The data has been fitted to incorporate zeros in cases where there was missing data. Outliers due to bulk purchases (>4X times the regular purchase size) made by a particular customer are considered to be random events and cannot be forecasted Impact of holidays is not incorporated as we do not have an exhaustive set of holidays in the region where the store is located. Additionally, we have limited information on how the effect of the holiday should be built into the model. In some cases, the the SKU sales peak 2 days before the actual holiday, in others they peak on the actual day of the holiday while in others they peak 2 days after the actual holiday. In the absence of credible source of different types of

4 holiday, coupled with the fact that the data that we have is only for 1 year (i.e. we cannot confirm the type of holiday across years), we ve not incorporated the effects of holidays into our forecast. Conclusions and recommendations: Cash flow variations: Since these five SKUs combined account for over 2% of the revenues of the store, accurate forecasting will help in understanding the cash flows via receipts over the immediate future. This information can then be used to balance outflows of cash, including payments to be made to suppliers, wholesalers, etc. We recommend the store-owner to use this information to manage cash flow positions. Protection against stock-outs: Accurate forecasts will help us to gauge demand for these products over the next one week. Since these SKUs are important from a revenue standpoint, accurate forecasts will help us to anticipate an increase in demand, and give the store-owner ample lead time to order the SKUs and prevent stock-outs. Inventory management: The store-owner could contrast revenues generated by these SKUs and lower selling SKUs. In case of high anticipated demand and limited shelf space, the owner could remove lower grossing items and order excess quantity of these top selling SKUs. Additionally, these forecasts could be used to better manage inventory levels in general. Holiday demand: It was observed that the sales of these 5 SKUs tend to peak just before holidays. The store-owner could use these forecasts to protect against stock-outs during such periods, especially since these SKUs are the highest grossing items. Technical Summary: Data Preparation Issues: Filtering: The first level of data preparation included filtering for the particular SKU of interest Missing Values Removal:We insert zeros (assuming that there were no sales on the particular day) for the dates where there were no data in the dataset Outlier Removal: In this step, a frequency chart wascreated to understand if there any aberrations in the purchase pattern. For example, if 3 and 6 are the most common purchase quantities, we needed to understand how to deal with a customer who has bought 9 units. Our treatment of outliers has been conservative and we have replaced the rows with only the highest frequency with the average value, for example a value of 9 has been replaced with 3 in the case of Saffola Gold Methodology: The sequence of steps in forecast is shown below: Data Visualization Random Walk Test Benchmarking: Naive and Seasonal Forecast Single Layer: Multiple Linear Regression Model Dual Layer: Multiple Linear Regression Model with Residual Forecast Smoothing Method (Additive Holt-Winters)

5 Caveats: As part of our investigations, we also did find customers who purchased certain SKUs (eg: Saffola) did in-fact return for a second purchase after a certain period of time. To forecast the sales of Saffola, an alternate method could have been to build a forecast on the number of customers visiting the particular store on any given day to purchase Saffola Gold. We believe this would be venturing into the realm of econometric models, which given the current data may have a very high explanatory power; the correlation could not be construed as causation and made the basis for a forecast. Data Visualization: We first perform a visual check to detect level, trend and seasonality in the data. To detect seasonality we plot ACF plots of the quantity sold, to identify the seasonal lags. An example of how this was done for the Saffola SKU is shown below, where in we conclude that there is 7 day seasonality in the data base on the ACF Plot. We also see that we would need an additive model based on the linear trend line plotted for the quantity of Saffola Gold SKU sold per day. Random Walk Test: We perform the random walk test to determine if the series at hand can actually be forecasted. We find that all the series are not random walks. Benchmarking: We use the naïve and the seasonal naïve forecast as the benchmark for the final model. Error Measure Naïve Forecast Seasonal Naïve Forecast RMSE MAPE 15.2% 89.7% Multiple Linear Regression Model: Based on the trend and seasonality involved we forecast each SKU using a multiple linear trend model with seasonality being built in by using dummy variables with Training, Validation and Testing partitions. The time period for each of these periods are: o Training: 1 st August 211 to July 24 th, 212 o Validation (1 week): July 25 th 212 to 31 st July 212 o Test (1 month): August 1 st 212 and August 31 st 212

6 Multiple Linear Regression Model with Residual Forecast:To further improve the model, we add an additional layer of residual forecast to the model. In the case of Saffola Gold SKU, we notice that there is still some seasonality (lag 4) that remains in the residuals, which can be captured by an AR(4) model. Holt Winter s Smoothing Method: Last but not the least, we try a smoothing method to estimate the sales for the various SKUs to find the most optimal values of RMSE and MAPE for the 1 week forecast that we intend to develop. To take the example of Saffola Gold, we find the below results by running the Holt Winters Smoothing, using the various parameters. Time Plot of Actual Vs Forecast (Training Data) Dayindex Actual Forecast Summary of results for the various SKUs:

7 Appendix I: Selection of Top 5 SKUs Top 5 selling SKUs in 212 are as shown below: Total Sales in the Department for the years 211 and 212: Top 5 selling SKUs in 212 as a percentage of total sales (in INR) in 212, is shown below: SaffolaGold Oil 5 Lt. Jar 92,92.47 BikajiNmknBhujiaSev 1KG 819, DaawatDevaaya BM Rice 5 Kg. Pack 78, Ashirwaad Atta 1 Kg PO 587, Fortune Refine Soya Oil 5 Lt. Jar 538, Sum of Top 5 SKUs 3,628,387.8 Total (for all SKUs) 122,781,98.6 % of sales 2.96%

8 Appendix II: Line Graphs for SKUs Figure: Haldiram Sev Bhujia ( on Y-axis and dates on X-axis) Figure: Fortune Refined Oil ( on Y-axis and dates on X-axis) Figure: Daawat Rice ( on Y-axis and dates on X-axis) Figure: Aashirwaad Aata ( on Y-axis and dates on X-axis)

9 Frequency ACF Appendix III: Bikaji Sev Bhujia A histogram plot of the data, after data cleaning was performed. The ACF plot shows that there is a seven day seasonality that can be exploited during forecasting. 2 Histogram 1.5 ACF Plot for Lags ACF UCI LCI Visualizing the data: Data is fairly noisy with a close to no trend Linear () 2 per. Mov. Avg. () Naïve forecast and the Seasonal Naive Forecast: Naïve Forecast Seasonal Naïve Forecast Multiple Linear Regression Plot using a 7 day seasonality (modelled using dummy variables)

10 Forecast ACF plot for the residuals shows that the there is some signal that remains in the residuals We see a good fit, once we capture the signal in the residuals using an AR(5) model and add it back to our orginal, however for the one week forecast that we wish to make we do not get a result better than the seasonal naive forecast on the error measures chosen. Actual Value New Forecast

11 ACF Plot for residuals shows that there is no further signal to be captured. Forecast for Bikaji Namkeen, for the next 7 days using the multiple linear regression with AR(5) model for the residuals: Actual Forecast

12 Appendix IV: Daawat Rice Day of the week break down for Daawat Rice is shown below. We notice that there is a clear difference in levels for weekends as compared to weekdays. Data preparation, we see that there a number of missing values and negative values. For the missing values, we use our judgement to conclude that these were recording errors and replace them with the average value in the data. Quantity bought per Transaction Number of such transactions Grand Total 1166 Seasonal Naïve Forecast Naïve Forecast

13 Frequency ACF We show histogram of the data of the data after we correct for missing values and negative values. We also show the ACF plot see that there is seven seasonality in the data. 2 1 Histogram ACF Plot for Lags ACF UCI LCI Training and Validation Actual vs. Forecasted (MLR with seven day seasonality) and the respective residual plot is shown below. We then check the ACF plot for Actual Value Predicted Value Training and Validation Residuals Residuals Actual Predicted Residual

14 1-Aug-11 1-Sep-11 1-Oct-11 1-Nov-11 1-Dec-11 1-Jan-12 1-Feb-12 1-Mar-12 1-Apr-12 1-May-12 1-Jun-12 1-Jul-12 ACF ACF We check the residual plots to see that there is some seasonality that is not captured and we attempt to do it via an AR model. 1 ACF Plot for Residual Combined Lags ACF UCI LCI Results of the multiple linear regression with overlay of the residual forecasts show a much better fit. Additionally, the residual plots do not show any further signal that can be captured ARIMA Forecast ACF Plot for New Residuals Lags ACF UCI LCI

15 Appendix V: Fortune Oil Visualizing the data : Sales Dominant on Weekends: Data Clean Up: Negative quantity values are replaced with the lowest value (assuming those were data entry errors). For missing values we ve inserted zero value rows. Quantity bought per transaction No. of such transactions Grand Total 583

16 ACF Test for Random Walk: ARIMA Model ARIMA Coeff StErr p-value Const. term AR Naïve Forecast: Naïve Forecast Residuals & Errors: Residual Residual -2-4 Seasonal Naïve Forecast: Not much improvement since there are many intermediate missing values which cause even the seasonal model to break quite often. We then check for seasonality in data. We notice that seasonality is most pronounced for day ACF Plot for Lags ACF UCI LCI

17 Multiple Linear Regression with 7 day seasonality: The Regression Model Input variables Coefficient Std. Error p-value SS Constant term Dayindex Weekday_ Weekday_ Weekday_ Weekday_ Weekday_ Weekday_ Training Data scoring - Summary Report Total sum of squared errors RMS Error Average Error E-8 Validation Data scoring - Summary Report Total sum of squared errors RMS Error Average Error Actual Vs Forecast and Residuals: Forecast Residuals Res

18 ACF ACF Plot for Residuals of the multiple linear regression 1 ACF Plot for E Lags ACF UCI LCI Plot of multiple linear regression with overlay of AR model for residuals, we see that there is still some signal remaining in the residuals however on running the model, we do not see a significant improvement in terms of the error measures.

19 Appendix VI: Aashirwaad Atta Visualizing the data: Sales dominant on weekends: Outliers and Missing Data: Transaction Size Count of Customer_No

20 Grand Total 1166 Missing values are replaced with zero. Spikes are treated as outliers and are replaced with closest values that fall within our tolerance range. Most such cases are due to one single customer doing infrequent bulk purchases. Random Walk Test: We see that the ARIMA Coeff StErr p-value Const. term AR Naïve Forecast: Naïve Forecast Residuals: Residual Residual

21 ACF ACF Plot to detect seasonality: ACF Values Lags ACF ACF Plot for Lags ACF UCI LCI Multiple Linear Regression with seven day seasonality: Forecast Residuals: Residuals Residuals -2

22 Multiple Linear Regression with overlay of the AR(7) for the residuals: Double Layer Forecast

Indian School of Business Forecasting Sales for Dairy Products

Indian School of Business Forecasting Sales for Dairy Products Indian School of Business Forecasting Sales for Dairy Products Contents EXECUTIVE SUMMARY... 3 Data Analysis... 3 Forecast Horizon:... 4 Forecasting Models:... 4 Fresh milk - AmulTaaza (500 ml)... 4 Dahi/

More information

Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan

Forecasting Analytics. Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Forecasting Analytics Group members: - Arpita - Kapil - Kaushik - Ridhima - Ushhan Business Problem Forecast daily sales of dairy products (excluding milk) to make a good prediction of future demand, and

More information

Demand Forecasting to Increase Profits on Perishable Items

Demand Forecasting to Increase Profits on Perishable Items Demand Forecasting to Increase Profits on Perishable Items Ankur Pandey Arun Chaubey Sanchit Garg Shahid Siddiqui Sharath Srinivas Forecasting Analytics, ISB Over stock Wastage Ordering/ Inventory of Perishable

More information

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal

MGT 267 PROJECT. Forecasting the United States Retail Sales of the Pharmacies and Drug Stores. Done by: Shunwei Wang & Mohammad Zainal MGT 267 PROJECT Forecasting the United States Retail Sales of the Pharmacies and Drug Stores Done by: Shunwei Wang & Mohammad Zainal Dec. 2002 The retail sale (Million) ABSTRACT The present study aims

More information

Forecast the monthly demand on automobiles to increase sales for automotive company

Forecast the monthly demand on automobiles to increase sales for automotive company Forecast the monthly demand on automobiles to increase sales for automotive company BAFT Group 5 Members: Fang-I Liao, Tzu Yi Lin, Po-Wei Huang, Louie Lu Executive Summary Our client is an automotive corporation

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

Demand forecasting & Aggregate planning in a Supply chain. Session Speaker Prof.P.S.Satish

Demand forecasting & Aggregate planning in a Supply chain. Session Speaker Prof.P.S.Satish Demand forecasting & Aggregate planning in a Supply chain Session Speaker Prof.P.S.Satish 1 Introduction PEMP-EMM2506 Forecasting provides an estimate of future demand Factors that influence demand and

More information

Module 6: Introduction to Time Series Forecasting

Module 6: Introduction to Time Series Forecasting Using Statistical Data to Make Decisions Module 6: Introduction to Time Series Forecasting Titus Awokuse and Tom Ilvento, University of Delaware, College of Agriculture and Natural Resources, Food and

More information

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

More information

Executive Summary. Abstract. Heitman Analytics Conclusions:

Executive Summary. Abstract. Heitman Analytics Conclusions: Prepared By: Adam Petranovich, Economic Analyst apetranovich@heitmananlytics.com 541 868 2788 Executive Summary Abstract The purpose of this study is to provide the most accurate estimate of historical

More information

FORECASTING. Operations Management

FORECASTING. Operations Management 2013 FORECASTING Brad Fink CIT 492 Operations Management Executive Summary Woodlawn hospital needs to forecast type A blood so there is no shortage for the week of 12 October, to correctly forecast, a

More information

Use of Statistical Forecasting Methods to Improve Demand Planning

Use of Statistical Forecasting Methods to Improve Demand Planning Use of Statistical Forecasting Methods to Improve Demand Planning Talk given at the Swiss Days of Statistics 2004 Aarau, November 18th, 2004 Marcel Baumgartner marcel.baumgartner@nestle.com Nestec 1800

More information

Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025

Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 Methodology For Illinois Electric Customers and Sales Forecasts: 2016-2025 In December 2014, an electric rate case was finalized in MEC s Illinois service territory. As a result of the implementation of

More information

Agenda. Managing Uncertainty in the Supply Chain. The Economic Order Quantity. Classic inventory theory

Agenda. Managing Uncertainty in the Supply Chain. The Economic Order Quantity. Classic inventory theory Agenda Managing Uncertainty in the Supply Chain TIØ485 Produkjons- og nettverksøkonomi Lecture 3 Classic Inventory models Economic Order Quantity (aka Economic Lot Size) The (s,s) Inventory Policy Managing

More information

Sensex Realized Volatility Index

Sensex Realized Volatility Index Sensex Realized Volatility Index Introduction: Volatility modelling has traditionally relied on complex econometric procedures in order to accommodate the inherent latent character of volatility. Realized

More information

JetBlue Airways Stock Price Analysis and Prediction

JetBlue Airways Stock Price Analysis and Prediction JetBlue Airways Stock Price Analysis and Prediction Team Member: Lulu Liu, Jiaojiao Liu DSO530 Final Project JETBLUE AIRWAYS STOCK PRICE ANALYSIS AND PREDICTION 1 Motivation Started in February 2000, JetBlue

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

TIME SERIES ANALYSIS

TIME SERIES ANALYSIS TIME SERIES ANALYSIS L.M. BHAR AND V.K.SHARMA Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-0 02 lmb@iasri.res.in. Introduction Time series (TS) data refers to observations

More information

Using INZight for Time series analysis. A step-by-step guide.

Using INZight for Time series analysis. A step-by-step guide. Using INZight for Time series analysis. A step-by-step guide. inzight can be downloaded from http://www.stat.auckland.ac.nz/~wild/inzight/index.html Step 1 Click on START_iNZightVIT.bat. Step 2 Click on

More information

Volatility Tracker: No Surprises in Gold

Volatility Tracker: No Surprises in Gold 11/22/2 : No Surprises in Gold 1. Comment News-making price changes in gold [11] have not been accompanied by any particularly noteworthy behavior in the options market. While it would be wrong to suggest

More information

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2)

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2) Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Regression is always a superior forecasting method to exponential smoothing, so regression should be used

More information

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT

INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT 58 INCREASING FORECASTING ACCURACY OF TREND DEMAND BY NON-LINEAR OPTIMIZATION OF THE SMOOTHING CONSTANT Sudipa Sarker 1 * and Mahbub Hossain 2 1 Department of Industrial and Production Engineering Bangladesh

More information

Data driven approach in analyzing energy consumption data in buildings. Office of Environmental Sustainability Ian Tan

Data driven approach in analyzing energy consumption data in buildings. Office of Environmental Sustainability Ian Tan Data driven approach in analyzing energy consumption data in buildings Office of Environmental Sustainability Ian Tan Background Real time energy consumption data of buildings in terms of electricity (kwh)

More information

Regression and Time Series Analysis of Petroleum Product Sales in Masters. Energy oil and Gas

Regression and Time Series Analysis of Petroleum Product Sales in Masters. Energy oil and Gas Regression and Time Series Analysis of Petroleum Product Sales in Masters Energy oil and Gas 1 Ezeliora Chukwuemeka Daniel 1 Department of Industrial and Production Engineering, Nnamdi Azikiwe University

More information

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

More information

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number

1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number 1) Write the following as an algebraic expression using x as the variable: Triple a number subtracted from the number A. 3(x - x) B. x 3 x C. 3x - x D. x - 3x 2) Write the following as an algebraic expression

More information

Outline: Demand Forecasting

Outline: Demand Forecasting Outline: Demand Forecasting Given the limited background from the surveys and that Chapter 7 in the book is complex, we will cover less material. The role of forecasting in the chain Characteristics of

More information

Energy Strategy Review 2014. Review of our electricity and gas purchasing strategy in 2014

Energy Strategy Review 2014. Review of our electricity and gas purchasing strategy in 2014 Energy Strategy Review 2014 Review of our electricity and gas purchasing strategy in 2014 Foreword from our Chairman Dorian Nineberg Chairmain Pulse have been procuring electricity and gas using a flexible

More information

An Assessment of Prices of Natural Gas Futures Contracts As A Predictor of Realized Spot Prices at the Henry Hub

An Assessment of Prices of Natural Gas Futures Contracts As A Predictor of Realized Spot Prices at the Henry Hub An Assessment of Prices of Natural Gas Futures Contracts As A Predictor of Realized Spot Prices at the Henry Hub This article compares realized Henry Hub spot market prices for natural gas during the three

More information

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

More information

Financial Operating Procedure: Budget Monitoring

Financial Operating Procedure: Budget Monitoring Financial Operating Procedure: Budget Monitoring Original Created: Jan 2010 Last Updated: Jan 2010 1 Index 1 Scope of Procedure...3 2 Aim of Procedure...3 3 Roles & Responsibilities...3 Appendix A Timetable...7

More information

OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS

OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS OBJECTIVE ASSESSMENT OF FORECASTING ASSIGNMENTS USING SOME FUNCTION OF PREDICTION ERRORS CLARKE, Stephen R. Swinburne University of Technology Australia One way of examining forecasting methods via assignments

More information

Condor Options Volatility Tracker

Condor Options Volatility Tracker 1/25/ Condor Options 1. Comment As I've noted on many occasions here, the relationship between spot VIX and longer-dated VIX estimates has not "worked" as a directional indicator for at least several months.

More information

Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: jina@ilstu.edu

Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: jina@ilstu.edu Submission for ARCH, October 31, 2006 Jinadasa Gamage, Professor of Mathematics, Illinois State University, Normal, IL, e- mail: jina@ilstu.edu Jed L. Linfield, FSA, MAAA, Health Actuary, Kaiser Permanente,

More information

The Changing Relationship Between the Price of Crude Oil and the Price At the Pump

The Changing Relationship Between the Price of Crude Oil and the Price At the Pump In 2007, what goes up, does not necessarily come down... May 3, 2007 The Changing Relationship Between the Price of Crude Oil and the Price At the Pump Prepared by: Tim Hamilton Petroleum Industry Consultant

More information

Equipping your Forecasting Toolkit to Account for Ongoing Changes

Equipping your Forecasting Toolkit to Account for Ongoing Changes Equipping your Forecasting Toolkit to Account for Ongoing Changes Presented by: Roger Parlett Supply Chain Manager January 23, 2014 Overview Forecast Set-up Objectives of Creating a Forecast Identify Critical

More information

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important.

Exponential Smoothing with Trend. As we move toward medium-range forecasts, trend becomes more important. Exponential Smoothing with Trend As we move toward medium-range forecasts, trend becomes more important. Incorporating a trend component into exponentially smoothed forecasts is called double exponential

More information

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC

Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Using JMP Version 4 for Time Series Analysis Bill Gjertsen, SAS, Cary, NC Abstract Three examples of time series will be illustrated. One is the classical airline passenger demand data with definite seasonal

More information

High Frequency Equity Pairs Trading: Transaction Costs, Speed of Execution and Patterns in Returns

High Frequency Equity Pairs Trading: Transaction Costs, Speed of Execution and Patterns in Returns High Frequency Equity Pairs Trading: Transaction Costs, Speed of Execution and Patterns in Returns David Bowen a Centre for Investment Research, UCC Mark C. Hutchinson b Department of Accounting, Finance

More information

Forecasting DISCUSSION QUESTIONS

Forecasting DISCUSSION QUESTIONS 4 C H A P T E R Forecasting DISCUSSION QUESTIONS 1. Qualitative models incorporate subjective factors into the forecasting model. Qualitative models are useful when subjective factors are important. When

More information

Causal Leading Indicators Detection for Demand Forecasting

Causal Leading Indicators Detection for Demand Forecasting Causal Leading Indicators Detection for Demand Forecasting Yves R. Sagaert, El-Houssaine Aghezzaf, Nikolaos Kourentzes, Bram Desmet Department of Industrial Management, Ghent University 13/07/2015 EURO

More information

IT S ALL ABOUT THE CUSTOMER FORECASTING 101

IT S ALL ABOUT THE CUSTOMER FORECASTING 101 IT S ALL ABOUT THE CUSTOMER FORECASTING 101 Ed White CPIM, CIRM, CSCP, CPF, LSSBB Chief Value Officer Jade Trillium Consulting April 01, 2015 Biography Ed White CPIM CIRM CSCP CPF LSSBB is the founder

More information

Qi Liu Rutgers Business School ISACA New York 2013

Qi Liu Rutgers Business School ISACA New York 2013 Qi Liu Rutgers Business School ISACA New York 2013 1 What is Audit Analytics The use of data analysis technology in Auditing. Audit analytics is the process of identifying, gathering, validating, analyzing,

More information

2013 MBA Jump Start Program. Statistics Module Part 3

2013 MBA Jump Start Program. Statistics Module Part 3 2013 MBA Jump Start Program Module 1: Statistics Thomas Gilbert Part 3 Statistics Module Part 3 Hypothesis Testing (Inference) Regressions 2 1 Making an Investment Decision A researcher in your firm just

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

More information

ENERGY STAR for Data Centers

ENERGY STAR for Data Centers ENERGY STAR for Data Centers Alexandra Sullivan US EPA, ENERGY STAR February 4, 2010 Agenda ENERGY STAR Buildings Overview Energy Performance Ratings Portfolio Manager Data Center Initiative Objective

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

More information

Simple Inventory Management

Simple Inventory Management Jon Bennett Consulting http://www.jondbennett.com Simple Inventory Management Free Up Cash While Satisfying Your Customers Part of the Business Philosophy White Papers Series Author: Jon Bennett September

More information

Hedging Strategies Using

Hedging Strategies Using Chapter 4 Hedging Strategies Using Futures and Options 4.1 Basic Strategies Using Futures While the use of short and long hedges can reduce (or eliminate in some cases - as below) both downside and upside

More information

Time series Forecasting using Holt-Winters Exponential Smoothing

Time series Forecasting using Holt-Winters Exponential Smoothing Time series Forecasting using Holt-Winters Exponential Smoothing Prajakta S. Kalekar(04329008) Kanwal Rekhi School of Information Technology Under the guidance of Prof. Bernard December 6, 2004 Abstract

More information

IBM SPSS Forecasting 22

IBM SPSS Forecasting 22 IBM SPSS Forecasting 22 Note Before using this information and the product it supports, read the information in Notices on page 33. Product Information This edition applies to version 22, release 0, modification

More information

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I

Section A. Index. Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1. Page 1 of 11. EduPristine CMA - Part I Index Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting techniques... 1 EduPristine CMA - Part I Page 1 of 11 Section A. Planning, Budgeting and Forecasting Section A.2 Forecasting

More information

Problem 5: Forecasting the demand for bread. 2011 21st June Fernando Baladrón Laura Barrigón Ángeles Garrido Alejandro González Verónica Hernández

Problem 5: Forecasting the demand for bread. 2011 21st June Fernando Baladrón Laura Barrigón Ángeles Garrido Alejandro González Verónica Hernández Problem 5: Forecasting the demand for bread 2011 21st June Fernando Baladrón Laura Barrigón Ángeles Garrido Alejandro González Verónica Hernández 0. Summary 1. Introduction 2. Descriptive analysis 3. Classification

More information

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480

Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480 1) The S & P/TSX Composite Index is based on common stock prices of a group of Canadian stocks. The weekly close level of the TSX for 6 weeks are shown: Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500

More information

A Guide to the Insider Buying Investment Strategy

A Guide to the Insider Buying Investment Strategy Mar-03 Aug-03 Jan-04 Jun-04 Nov-04 Apr-05 Sep-05 Feb-06 Jul-06 Dec-06 May-07 Oct-07 Mar-08 Aug-08 Jan-09 Jun-09 Nov-09 Apr-10 Sep-10 Mar-03 Jul-03 Nov-03 Mar-04 Jul-04 Nov-04 Mar-05 Jul-05 Nov-05 Mar-06

More information

Replenishment: What is it exactly and why is it important?

Replenishment: What is it exactly and why is it important? Replenishment: What is it exactly and why is it important? Dictionaries define Replenishment as filling again by supplying what has been used up. This definition does not adequately address the business

More information

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY

USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Paper PO10 USE OF ARIMA TIME SERIES AND REGRESSORS TO FORECAST THE SALE OF ELECTRICITY Beatrice Ugiliweneza, University of Louisville, Louisville, KY ABSTRACT Objectives: To forecast the sales made by

More information

Energy Purchasing Strategy Mid-year Review 2015

Energy Purchasing Strategy Mid-year Review 2015 Energy Purchasing Strategy Mid-year Review 2015 Foreword from Ben Dhesi Ben Dhesi Managing Director I am pleased to introduce this midterm Energy Trading report for Pulse Business Energy. At a time when

More information

Chapter 7: Simple linear regression Learning Objectives

Chapter 7: Simple linear regression Learning Objectives Chapter 7: Simple linear regression Learning Objectives Reading: Section 7.1 of OpenIntro Statistics Video: Correlation vs. causation, YouTube (2:19) Video: Intro to Linear Regression, YouTube (5:18) -

More information

Welcome! First Steps to Achieving Effective Inventory Management

Welcome! First Steps to Achieving Effective Inventory Management Welcome! First Steps to Achieving Effective Inventory Management Tuesday, January 25, 2011 10 a.m. 11 a.m. EST Housekeeping Items This meeting will run for approximately one hour. Submit all questions

More information

I. Introduction. II. Background. KEY WORDS: Time series forecasting, Structural Models, CPS

I. Introduction. II. Background. KEY WORDS: Time series forecasting, Structural Models, CPS Predicting the National Unemployment Rate that the "Old" CPS Would Have Produced Richard Tiller and Michael Welch, Bureau of Labor Statistics Richard Tiller, Bureau of Labor Statistics, Room 4985, 2 Mass.

More information

CASH DEMAND FORECASTING FOR ATMS

CASH DEMAND FORECASTING FOR ATMS Report of summer project Institute for development and research in banking technology 13 May -13 July, 2013 CASH DEMAND FORECASTING FOR ATMS Guided By Dr. Mahil Carr Associate Professor IDRBT, Hyderabad

More information

Module 3: Correlation and Covariance

Module 3: Correlation and Covariance Using Statistical Data to Make Decisions Module 3: Correlation and Covariance Tom Ilvento Dr. Mugdim Pašiƒ University of Delaware Sarajevo Graduate School of Business O ften our interest in data analysis

More information

Mario Guarracino. Regression

Mario Guarracino. Regression Regression Introduction In the last lesson, we saw how to aggregate data from different sources, identify measures and dimensions, to build data marts for business analysis. Some techniques were introduced

More information

Probabilistic Forecasting of Medium-Term Electricity Demand: A Comparison of Time Series Models

Probabilistic Forecasting of Medium-Term Electricity Demand: A Comparison of Time Series Models Fakultät IV Department Mathematik Probabilistic of Medium-Term Electricity Demand: A Comparison of Time Series Kevin Berk and Alfred Müller SPA 2015, Oxford July 2015 Load forecasting Probabilistic forecasting

More information

16 : Demand Forecasting

16 : Demand Forecasting 16 : Demand Forecasting 1 Session Outline Demand Forecasting Subjective methods can be used only when past data is not available. When past data is available, it is advisable that firms should use statistical

More information

HIGH DIVIDEND STOCKS IN RISING INTEREST RATE ENVIRONMENTS. September 2015

HIGH DIVIDEND STOCKS IN RISING INTEREST RATE ENVIRONMENTS. September 2015 HIGH DIVIDEND STOCKS IN RISING INTEREST RATE ENVIRONMENTS September 2015 Disclosure: This research is provided for educational purposes only and is not intended to provide investment or tax advice. All

More information

Solution-Driven Integrated Learning Paths. Make the Most of Your Educational Experience. Live Learning Center

Solution-Driven Integrated Learning Paths. Make the Most of Your Educational Experience. Live Learning Center Solution-Driven Integrated Learning Paths Educational Sessions Lean Global Supply Chain Basics of Operation Management Demand Management, Forecasting, and S & OP Professional Advancement Special Interest

More information

EIM Effective Inventory Management, Inc.

EIM Effective Inventory Management, Inc. EIM Effective Inventory Management, Inc. Achieving Effective Inventory Management with Microsoft Dynamics NAV Forecasting and Procurement Suite Introduction Distributors make money by selling inventory.

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

Module 5: Multiple Regression Analysis

Module 5: Multiple Regression Analysis Using Statistical Data Using to Make Statistical Decisions: Data Multiple to Make Regression Decisions Analysis Page 1 Module 5: Multiple Regression Analysis Tom Ilvento, University of Delaware, College

More information

Forecasting in supply chains

Forecasting in supply chains 1 Forecasting in supply chains Role of demand forecasting Effective transportation system or supply chain design is predicated on the availability of accurate inputs to the modeling process. One of the

More information

PART 3 CASH FLOW FORMULA:

PART 3 CASH FLOW FORMULA: PART 3 CASH FLOW FORMULA: And, now, back to the question that started this series: What is the secret to SUCCESSFULLY FORECASTING CASH? BY STEVEN D. LORDS FORECASTING CASH In Cash Flow Formula Part 1,

More information

Aurora Updates Aurora Dividend Income Trust (Managed Fund) vs. Listed Investment Companies

Aurora Updates Aurora Dividend Income Trust (Managed Fund) vs. Listed Investment Companies Aurora Updates Aurora Dividend Income Trust (Managed Fund) vs. Listed Investment Companies Executive Summary 21 January 2014 The Aurora Dividend Income Trust (Managed Fund) is an efficient and low risk

More information

Short Term Ridership Forecasting Model (Version 3.0)

Short Term Ridership Forecasting Model (Version 3.0) Washington Metropolitan Area Transit Authority Short Term Ridership Forecasting Model (Version 3.0) Prepared by Office of Long Range Planning, WMATA Cambridge Systematics, Inc. January 2009 Presentation

More information

Need to know finance

Need to know finance Need to know finance You can t hide from it Every decision has financial implications Estimating sales and cost of sales (aka direct costs) Gross Profit and Gross Profit Margin (GPM) Sales cost of sales

More information

The Main Page of RE STATS will provide the range of data at the very top of the page.

The Main Page of RE STATS will provide the range of data at the very top of the page. RE STATS Navigator can be accessed from Tempo under the Financials Tab at the top. It will be your bottom option under the drop down menu. The Main Page of RE STATS will provide the range of data at the

More information

What s behind the liquidity spread? On-the-run and off-the-run US Treasuries in autumn 1998 1

What s behind the liquidity spread? On-the-run and off-the-run US Treasuries in autumn 1998 1 Craig H Furfine +4 6 28 923 craig.furfine@bis.org Eli M Remolona +4 6 28 844 eli.remolona@bis.org What s behind the liquidity spread? On-the-run and off-the-run US Treasuries in autumn 998 Autumn 998 witnessed

More information

Ashley Institute of Training Schedule of VET Tuition Fees 2015

Ashley Institute of Training Schedule of VET Tuition Fees 2015 Ashley Institute of Training Schedule of VET Fees Year of Study Group ID:DECE15G1 Total Course Fees $ 12,000 29-Aug- 17-Oct- 50 14-Sep- 0.167 blended various $2,000 CHC02 Best practice 24-Oct- 12-Dec-

More information

Chapter 23. Inferences for Regression

Chapter 23. Inferences for Regression Chapter 23. Inferences for Regression Topics covered in this chapter: Simple Linear Regression Simple Linear Regression Example 23.1: Crying and IQ The Problem: Infants who cry easily may be more easily

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

More information

Start Your. Business Business Plan

Start Your. Business Business Plan Start Your Waste Recycling Business A TECHNICAL STEP-BY-STEP-GUIDE OF HOW TO START A COMMUNITY-BASED WASTE RECYCLING BUSINESS Start Your Waste Recycling Business Business Plan INTERNATIONAL LABOUR OFFICE

More information

A Primer on Forecasting Business Performance

A Primer on Forecasting Business Performance A Primer on Forecasting Business Performance There are two common approaches to forecasting: qualitative and quantitative. Qualitative forecasting methods are important when historical data is not available.

More information

Natural Gas Wholesale Prices at PG&E Citygate as of November 7, 2006

Natural Gas Wholesale Prices at PG&E Citygate as of November 7, 2006 QUARTERLY GAS ISSUES UPDATE December 26 I. Supply Issues Wholesale Natural Gas Prices Above normal temperatures and a lack of hurricane activity caused market prices to decrease in October. By November,

More information

Foreign Exchange Analytics Chartbook. Tactical Perspectives

Foreign Exchange Analytics Chartbook. Tactical Perspectives Foreign Exchange Analytics Chartbook Tactical Perspectives Corporates & Markets Corporate Sales April 2016 Contents 1. EUR/ Foreign Exchange Analytics 3 2. EUR/GBP Foreign Exchange Analytics 14 3. GBP/

More information

How To Plan A Pressure Container Factory

How To Plan A Pressure Container Factory ScienceAsia 27 (2) : 27-278 Demand Forecasting and Production Planning for Highly Seasonal Demand Situations: Case Study of a Pressure Container Factory Pisal Yenradee a,*, Anulark Pinnoi b and Amnaj Charoenthavornying

More information

Nexage Analytics Report December 2013

Nexage Analytics Report December 2013 Nexage Analytics Report December 2013 Programmatic: Becoming the strategic technology foundation of mobile advertising Programmatic is gaining steam. It has rapidly shifted from a disruptive force to the

More information

Contracts. David Simchi-Levi. Professor of Engineering Systems

Contracts. David Simchi-Levi. Professor of Engineering Systems Introduction to Stochastic Inventory Models and Supply Contracts David Simchi-Levi Professor of Engineering Systems Massachusetts Institute of Technology Introduction Outline of the Presentation The Effect

More information

Promotional Forecast Demonstration

Promotional Forecast Demonstration Exhibit 2: Promotional Forecast Demonstration Consider the problem of forecasting for a proposed promotion that will start in December 1997 and continues beyond the forecast horizon. Assume that the promotion

More information

Forecasting in STATA: Tools and Tricks

Forecasting in STATA: Tools and Tricks Forecasting in STATA: Tools and Tricks Introduction This manual is intended to be a reference guide for time series forecasting in STATA. It will be updated periodically during the semester, and will be

More information

Based on Chapter 11, Excel 2007 Dashboards & Reports (Alexander) and Create Dynamic Charts in Microsoft Office Excel 2007 and Beyond (Scheck)

Based on Chapter 11, Excel 2007 Dashboards & Reports (Alexander) and Create Dynamic Charts in Microsoft Office Excel 2007 and Beyond (Scheck) Reporting Results: Part 2 Based on Chapter 11, Excel 2007 Dashboards & Reports (Alexander) and Create Dynamic Charts in Microsoft Office Excel 2007 and Beyond (Scheck) Bullet Graph (pp. 200 205, Alexander,

More information

Smoothing methods. Marzena Narodzonek-Karpowska. Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel

Smoothing methods. Marzena Narodzonek-Karpowska. Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel Smoothing methods Marzena Narodzonek-Karpowska Prof. Dr. W. Toporowski Institut für Marketing & Handel Abteilung Handel What Is Forecasting? Process of predicting a future event Underlying basis of all

More information

VENDOR MANAGED INVENTORY

VENDOR MANAGED INVENTORY VENDOR MANAGED INVENTORY Martin Savelsbergh School of Industrial and Systems Engineering Georgia Institute of Technology Joint work with Ann Campbell, Anton Kleywegt, and Vijay Nori Distribution Systems:

More information

INVESTING IN NZ BONDS

INVESTING IN NZ BONDS INVESTING IN NZ BONDS August 2008 Summary Historically active NZ bond managers have achieved returns about 0.6% p.a., before tax and fees, above that of the NZ government stock index. While on the surface

More information

Analyzing price seasonality

Analyzing price seasonality Analyzing price seasonality Asfaw Negassa and Shahidur Rashid Presented at the COMESA policy seminar Food price variability: Causes, consequences, and policy options" on 25-26 January 2010 in Maputo, Mozambique

More information

Analysis of Whether the Prices of Renewable Fuel Standard RINs Have Affected Retail Gasoline Prices

Analysis of Whether the Prices of Renewable Fuel Standard RINs Have Affected Retail Gasoline Prices Analysis of Whether the Prices of Renewable Fuel Standard RINs Have Affected Retail Gasoline Prices A Whitepaper Prepared for the Renewable Fuels Association Key Findings Changes in prices of renewable

More information

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r),

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r), Chapter 0 Key Ideas Correlation, Correlation Coefficient (r), Section 0-: Overview We have already explored the basics of describing single variable data sets. However, when two quantitative variables

More information

Time Series Analysis and Forecasting

Time Series Analysis and Forecasting Time Series Analysis and Forecasting Math 667 Al Nosedal Department of Mathematics Indiana University of Pennsylvania Time Series Analysis and Forecasting p. 1/11 Introduction Many decision-making applications

More information