Synagogue Capacity Planning

Size: px
Start display at page:

Download "Synagogue Capacity Planning"

Transcription

1 Synagogue Capacity Planning Ellie Schachter Professor Lefkovitz JWSS Module 22 March 2017

2 Introduction 3 Current State 3 Data Analysis 4 Predictive Model 7 Future State 15 Works Cited 16 2

3 Introduction While the concept of a Jewish community evolving around a synagogue with vast event spaces and a full social calendar was normative for Baby Boomers and Generation X, Millennials and Generation Z have shied away from synagogue centric activity in favor of social practice that aligns more closely with their secular community. Once a staple of the Jewish community, JCCs are now closing their doors, combining congregations, and planning for the next fad in religious community construct. Attendance at synagogue events is fluctuating with the seasons, following trends year over year. One challenge for synagogues is to predict capacity needs with respect to these trends for events such as weekly services, group meetings, and major religious events. Synagogues generally have little to no data on attendance or participation, making forecasting trends definitively speculative and unreliable. Implementing methods for gathering data on attendance and capacity of a synagogue will help synagogues plan for events throughout the year, ultimately providing a more personal experience to the congregation. Current State To measure the current state capacity of a synagogue there must be a way to collect the amount of people that enter and exit the space daily. This is vital to understand trends in attendance over the course of a day, week, year, and multiple years. This data may be aggregated over time to make computations for predictive modeling faster. Daily data needed to model the current state includes the number of people that enter and exit per hour collected every hour throughout the day. This data can be collected through a counter located over each door to the space. This data collection uses a camera to detect the head of each person along with the direction of their movement. (J. García, 2012) A sample of data is shown in Table 1 below, depicting the first twelve hours of traffic in a synagogue on New Year s Day, Table 2 Raw Data Collected by People Counter Date Hour Traffic in per hour Day total 1/1/17 0: /1/17 1: /1/17 2: /1/17 3: /1/17 4: /1/17 5: /1/17 6: /1/17 7: /1/17 8: /1/17 9: /1/17 10:

4 1/1/17 11: /1/17 12: The output of this system would be a live data file that feeds into a data visualization tool, such as Tableau to calculate and visualize trends over any specified time period. Data Analysis Data analysis can be done in Tableau, a computer software that is generally used to create visualizations of data for practical applications. The data can be aggregated by day, week day, month, week, year, etc. This is an easy way for the synagogue to view their attendance and track changes over any time period. Sample data for the Month of January 2016 is show in the figure below. This depicts the total traffic per day, broken down by hour, shown by a heat map for hourly traffic. The following images include other ways that the tableau software can aggregate the data however is most useful for the synagogue. Figure 1 Total Traffic per Day by Hour 4

5 Figure 2 Total Traffic per Day Figure 3 Average Traffic by Weekday 5

6 Figure 4 Time Series Data 6

7 Predictive Model To predict expected traffic for the future there are a few ways to use existing data. Some common predictive techniques are moving average, and exponential smoothing. Moving average uses traffic data from a set past number of days and averages them to predict the future attendance. The formula for this technique using 7 days: F! =!!!!!!!! 7 Where n is the current day, and A is the attendance on day n. This method takes the past 7 day attendance and finds an average to use as the prediction for the next day. This method is good for calculating predictions over a short period of time, as it only takes into account the most recent week s attendance. This will fall short to show seasonality and trend in attendance over a long period of time, therefore should not be used for predicting more than a few weeks in advance. When used to predict attendance for the month of January, this method was accurate to within 2 people and had an overall error of about 4%. Another method for predicting attendance is exponential smoothing. This method takes into account all historical data, weighting more recent data more heavily by a factor, α. This α can be adjusted to find the value that best fits the set of data. For the purpose of this report there were three α values tested: 0.1, 0.2, and 0.3. The formula for forecasting using exponential smoothing is as follows: F! = αa! + 1 α F!!! Where A is the actual attendance at day n. This weights the most recent day by alpha, and each past day by α-1 so that days become exponentially less weighted. This method is good for forecasting with data that has no trend over time, and may prove useful for attendance forecasting if the overall rate of attendance is not trending up or down over long periods of time. If there is a trend in attendance, this method of forecasting will always lag behind the trend. Calculations for Mean Squared Error (MSE), Mean Absolute Deviation (MAD), and Mean Absolute Percent Error (MAPE) are as follows: A! MSE = 1 n F! A!!!!!! MAD = 1 n F! A!!!!! MAPE = 1! n!!! A! F! A! Where F is the prediction for day n, and A is the actual attendance on day n. 7

8 Table 3 Seven Day Moving Average Date Day total 7 day moving average MSE MA(7) MAD MA(7) MAPE MA(7) 1/1/ /2/ /3/ /4/ /5/ /6/ /7/ /8/ /9/ /10/ /11/ /12/ /13/ /14/ /15/ /16/ /17/ /18/ /19/ /20/ /21/ /22/ /23/ /24/ /25/ /26/ /27/ /28/ /29/ /30/ /31/ Error

9 Table 4 Exponential Smoothing with Alpha = 0.1 Date Day total Exponential Smoothing α=0.1 MSE ES 0.1 MAD ES 0.1 MAPE ES 0.1 1/1/ /10/ /2/ /1/ /3/ /1/ /4/ /8/ /5/ /3/ /6/ /22/ /7/ /15/ /8/ /1/ /9/ /18/ /10/ /6/ /11/ /20/ /12/ /27/ /13/ /28/ /14/ /13/ /15/ /13/ /16/ /23/ /17/ /5/ /18/ /31/ /19/ /24/ /20/ /10/ /21/ /15/ /22/ /19/ /23/ /12/ /24/ /10/ /25/ /14/ /26/ /14/ /27/ /3/ /28/ /9/ /29/ /23/ /30/ /5/ /31/ /24/ Error

10 Table 5 Exponential Smoothing with Alpha = 0.2 Date Day total Exponential Smoothing α=0.2 MSE ES 0.2 MAD ES 0.2 MAPE ES 0.2 1/1/ /10/ /2/ /22/ /3/ /6/ /4/ /13/ /5/ /1/ /6/ /15/ /7/ /7/ /8/ /10/ /9/ /23/ /10/ /2/ /11/ /2/ /12/ /18/ /13/ /23/ /14/ /23/ /15/ /16/ /16/ /23/ /17/ /5/ /18/ /12/ /19/ /21/ /20/ /12/ /21/ /10/ /22/ /24/ /23/ /22/ /24/ /29/ /25/ /20/ /26/ /2/ /27/ /17/ /28/ /9/ /29/ /6/ /30/ /5/ /31/ /16/ Error

11 Table 6 Exponential Smoothing with Alpha = 0.3 Date Day total Exponential Smoothing α=0.3 MSE ES 0.3 MAD ES 0.3 MAPE ES 0.3 1/1/ % 1/2/ % 1/3/ % 1/4/ % 1/5/ % 1/6/ % 1/7/ % 1/8/ % 1/9/ % 1/10/ % 1/11/ % 1/12/ % 1/13/ % 1/14/ % 1/15/ % 1/16/ % 1/17/ % 1/18/ % 1/19/ % 1/20/ % 1/21/ % 1/22/ % 1/23/ % 1/24/ % 1/25/ % 1/26/ % 1/27/ % 1/28/ % 1/29/ % 1/30/ % 1/31/ % Error % 11

12 Given the seasonal nature of the data as seen in the tableau aggregation by day, as seen previously in Figure 3, there should be a better method for predicting attendance following a weekly seasonal factor. This method of season predictive modeling is called Winter s method and is preferable over moving average or exponential smoothing because it can track trend over time, and seasonality, in addition to forecasting week by week. To calculate the forecast using Winter s Method the following equations are used for each time period, t: L! = α A! s! + 1 α L!!! + T!!! T! = β L! L!!! + 1 β T!!! s!!! = γ( A! L! + 1 γ s! F!!! = L! + T! S!!! where A is the actual attendance in time t, L is the level at time t, T is the trend at time t, and s is the seasonal factor for time t. In this case α = 0.15, β = 0.10, γ = This method proves to be more accurate as it predicts attendance within 5% accuracy while finding trends and seasonality in the data. 12

13 Table 7 Winter's Method Date Day total S S value Level Trend Winter's Method MSE Winter's MAD Winter's MAPE Winter's 1/1/ s /2/ s /3/ s /4/ s /5/ s /6/ s /7/ s /8/ s /9/ s /10/ s /11/ s /12/ s /13/ s /14/ s /15/ s /16/ s /17/ s /18/ s /19/ s /20/ s /21/ s /22/ s /23/ s /24/ s /25/ s /26/ s /27/ s /28/ s /29/ s /30/ s /31/ s Error

14 By comparing methods of prediction against the actual attendance records, we see that Winter s method follows the actual attendance most accurately while maintaining both trend and seasonality, which are vital to the synagogue to understand patterns of attendance. This can be seen in the figure below. Table 8 Comparison of Predictive Methods Total Attendance Total Traffic 14

15 Future State The application of data visualization can help synagogues track trends in attendance including seasonality in weekly, monthly, and holiday peak and off peak times. Predictive methods such as moving average, exponential smoothing, and Winter s method can be applied to such data trends to assist synagogues in accommodating crowds throughout the year. These methods can be applied to follow the Jewish calendar, as high holidays do not fall consistently on the Gregorian calendar. Predictive modeling and data visualization are tools which have just begun to be applied to large scale, high risk industries such as healthcare and manufacturing. The technologies and principles shown here will spread to commercial and religious sectors as the software and technology become more refined and user friendly. Data visualization is an efficient way to communicate abstract or discrete trends in information that would otherwise be conveyed anecdotally with little to no ability to be verified. 15

16 Works Cited J. García, A. G. (2012, July 6). Directional People Counter Based on Head Tracking. IEEE Transactions on Industrial Electronics, 60(9),

REGIONAL DEMAND FORECASTING STUDY FOR TRANSPORTATION FUELS IN TURKEY

REGIONAL DEMAND FORECASTING STUDY FOR TRANSPORTATION FUELS IN TURKEY REGIONAL DEMAND FORECASTING STUDY FOR TRANSPORTATION FUELS IN TURKEY Özlem Atalay Prof. Gürkan Kumbaroğlu INTRODUCTION The prediction of fuel consumption has been an important tool for energy planning,

More information

Silky Silk & Cottony Cotton Corp

Silky Silk & Cottony Cotton Corp Silky Silk & Cottony Cotton Corp Business Optimization Exercise 2/9/2012 Data_Miners_Anonymous Naveen Kumar 61210144 Akshay Sethi 61210413 Karthik Vemparala 61210505 Sruthi Yalaka 61210416 Contents Executive

More information

Lecture Outline. Learning Objectives. Building Prototype BIS with Excel & Access Short demo & Model-Driven Business Intelligence Systems: Part I

Lecture Outline. Learning Objectives. Building Prototype BIS with Excel & Access Short demo & Model-Driven Business Intelligence Systems: Part I Building Prototype BIS with Excel & Access Short demo & Model-Driven Business Intelligence Systems: Part I Week 8 Dr. Jocelyn San Pedro School of Information Management & Systems Monash University IMS3001

More information

New Methods and Data that Improves Contact Center Forecasting. Ric Kosiba and Bayu Wicaksono

New Methods and Data that Improves Contact Center Forecasting. Ric Kosiba and Bayu Wicaksono New Methods and Data that Improves Contact Center Forecasting Ric Kosiba and Bayu Wicaksono What we are discussing today Purpose of forecasting (and which important metrics) Humans versus (Learning) Machines

More information

Managers require good forecasts of future events. Business Analysts may choose from a wide range of forecasting techniques to support decision making.

Managers require good forecasts of future events. Business Analysts may choose from a wide range of forecasting techniques to support decision making. Managers require good forecasts of future events. Business Analysts may choose from a wide range of forecasting techniques to support decision making. Three major categories of forecasting approaches:

More information

APPLICATION OF TIME-SERIES DEMAND FORECASTING MODELS WITH SEASONALITY AND TREND COMPONENTS FOR INDUSTRIAL PRODUCTS

APPLICATION OF TIME-SERIES DEMAND FORECASTING MODELS WITH SEASONALITY AND TREND COMPONENTS FOR INDUSTRIAL PRODUCTS International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 7, July 2017, pp. 1599 1606, Article ID: IJMET_08_07_176 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=7

More information

Chapter 2 Forecasting

Chapter 2 Forecasting Chapter 2 Forecasting There are two main reasons why an inventory control system needs to order items some time before customers demand them. First, there is nearly always a lead-time between the ordering

More information

There has been a lot of interest lately

There has been a lot of interest lately BENCHMARKING SALES FORECASTING PERFORMANCE MEASURES By Kenneth B. Kahn Although different companies use different measures to evaluate the performance of forecasts, mean absolute % error (MAPE) is the

More information

Impact of Consumption Demand Data on DLA Forecast Accuracy

Impact of Consumption Demand Data on DLA Forecast Accuracy Impact of Consumption Demand Data on DLA Forecast Accuracy Presented By Vivek Kumar Robert Lo Linda Tsang Project Advisor: Robin Roundy Project Sponsor: Eric Gentsch 1 Agenda Background Study Objectives

More information

Examinations for Semester I / 2014 Semester II

Examinations for Semester I / 2014 Semester II Programme BSc (Hons) Management BSc (Hons) Economics and Management Cohort BMANM/09/PT BMANM/L/12B/FT BMANG/12A/12B/FT BMANG/F/12B/FT BMANG/L/12A/FT BEM/12B/FT Examinations for 2014 2015 Semester I / 2014

More information

Syllabus Autumn 2015 OPMGT 443: Inventory and Supply Chain Management M W 10:30-12:20 DEM 004

Syllabus Autumn 2015 OPMGT 443: Inventory and Supply Chain Management M W 10:30-12:20 DEM 004 Syllabus Autumn 2015 OPMGT 443: Inventory and Supply Chain Management M W 10:30-12:20 DEM 004 Prof. Apurva Jain apurva@uw.edu PACCAR 532, Ph: 685-4970; Office hours: M W 9:30-10:25 Course Objectives &

More information

LECTURE 8: MANAGING DEMAND

LECTURE 8: MANAGING DEMAND LECTURE 8: MANAGING DEMAND AND SUPPLY IN A SUPPLY CHAIN INSE 6300: Quality Assurance in Supply Chain Management 1 RESPONDING TO PREDICTABLE VARIABILITY 1. Managing Supply Process of managing production

More information

In Chapter 3, we discussed the two broad classes of quantitative. Quantitative Forecasting Methods Using Time Series Data CHAPTER 5

In Chapter 3, we discussed the two broad classes of quantitative. Quantitative Forecasting Methods Using Time Series Data CHAPTER 5 CHAPTER 5 Quantitative Forecasting Methods Using Time Series Data In Chapter 3, we discussed the two broad classes of quantitative methods, time series methods and causal methods. Time series methods are

More information

Forecasting product demand for a retail chain to reduce cost of understocking and overstocking Group B5

Forecasting product demand for a retail chain to reduce cost of understocking and overstocking Group B5 Forecasting product demand for a retail chain to reduce cost of understocking and overstocking Group B5 Konpal Agrawal 61910895 Prakash Sarangi 61910902 Rahul Anand 61910361 Raj Mukul Dave 61910269 Ramchander

More information

Choosing Smoothing Parameters For Exponential Smoothing: Minimizing Sums Of Squared Versus Sums Of Absolute Errors

Choosing Smoothing Parameters For Exponential Smoothing: Minimizing Sums Of Squared Versus Sums Of Absolute Errors Journal of Modern Applied Statistical Methods Volume 5 Issue 1 Article 11 5-1-2006 Choosing Smoothing Parameters For Exponential Smoothing: Minimizing Sums Of Squared Versus Sums Of Absolute Errors Terry

More information

New Clustering-based Forecasting Method for Disaggregated End-consumer Electricity Load Using Smart Grid Data

New Clustering-based Forecasting Method for Disaggregated End-consumer Electricity Load Using Smart Grid Data New Clustering-based Forecasting Method for Disaggregated End-consumer Electricity Load Using Smart Grid Data Peter Laurinec, and Mária Lucká 4..7 Slovak University of Technology in Bratislava Motivation

More information

BA3352 : Midterm on 8 October 2001

BA3352 : Midterm on 8 October 2001 BA3352 : Midterm on 8 October 2001 This is a closed textbook and lecture notes exam. You may not use a calculator so leave quantities as fractions, additions or products. Do not forget to define any variables

More information

Improving the Usability of Demand Planning Solutions SAP APO

Improving the Usability of Demand Planning Solutions SAP APO Improving the Usability of Demand Planning Solutions SAP APO April 25, 2014 Mark Chockalingam Demand Planning LLC 2014 Demand Planning LLC 1 Outline About Demand Planning LLC Demand Planning LLC Client

More information

Inventory Management for the Reduction of Material Shortage Problem for Pasteurized Sugarcane Juice: The Case of a Beverage Company

Inventory Management for the Reduction of Material Shortage Problem for Pasteurized Sugarcane Juice: The Case of a Beverage Company Inventory Management for the Reduction of Material Shortage Problem for Pasteurized Sugarcane Juice: The Case of a Beverage Company Roongrat Pisuchpen Faculty of Engineering, Industrial Engineering, Kasetsart

More information

Forecasting Introduction Version 1.7

Forecasting Introduction Version 1.7 Forecasting Introduction Version 1.7 Dr. Ron Tibben-Lembke Sept. 3, 2006 This introduction will cover basic forecasting methods, how to set the parameters of those methods, and how to measure forecast

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 370-374 3 rd World Conference on Information Technology (WCIT-2012) Automatically Forecasting Magazine Demands and Modeling Seasonality

More information

EnterpriseOne JDE5 Forecasting PeopleBook

EnterpriseOne JDE5 Forecasting PeopleBook EnterpriseOne JDE5 Forecasting PeopleBook May 2002 EnterpriseOne JDE5 Forecasting PeopleBook SKU JDE5EFC0502 Copyright 2003 PeopleSoft, Inc. All rights reserved. All material contained in this documentation

More information

SIOPRED performance in a Forecasting Blind Competition

SIOPRED performance in a Forecasting Blind Competition SIOPRED performance in a Forecasting Blind Competition José D. Bermúdez, José V. Segura and Enriqueta Vercher Abstract In this paper we present the results obtained by applying our automatic forecasting

More information

Determination of Optimum Smoothing Constant of Single Exponential Smoothing Method: A Case Study

Determination of Optimum Smoothing Constant of Single Exponential Smoothing Method: A Case Study Int. J. Res. Ind. Eng. Vol. 6, No. 3 (2017) 184 192 International Journal of Research in Industrial Engineering www.riejournal.com Determination of Optimum Smoothing Constant of Single Exponential Smoothing

More information

Development of a Macro-level Approach to Estimate Technical Losses in Malaysia Distribution Network

Development of a Macro-level Approach to Estimate Technical Losses in Malaysia Distribution Network Development of a Macro-level Approach to Estimate Technical es in Malaysia Distribution Network Asnawi. Mohd Busrah, Mau Teng. Au, and Ching Hooi. Tan Abstract This paper describes the macro-level approach

More information

Operation Management Forecasting: Demand Characteristics

Operation Management Forecasting: Demand Characteristics Paper Coordinator Co-Principal Investigator Principal Investigator Development Team Prof.(Dr.) S.P. Bansal Vice Chancellor, Maharaja Agreshen University, Baddi, Solan, Himachal Pradesh, INDIA Co-Principal

More information

Forecasting Cash Withdrawals in the ATM Network Using a Combined Model based on the Holt-Winters Method and Markov Chains

Forecasting Cash Withdrawals in the ATM Network Using a Combined Model based on the Holt-Winters Method and Markov Chains Forecasting Cash Withdrawals in the ATM Network Using a Combined Model based on the Holt-Winters Method and Markov Chains 1 Mikhail Aseev, 1 Sergei Nemeshaev, and 1 Alexander Nesterov 1 National Research

More information

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform

Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Electrical and Electronic Engineering 2018, 8(2): 37-52 DOI: 10.5923/j.eee.20180802.02 Day-Ahead Price Forecasting of Electricity Market Using Neural Networks and Wavelet Transform Kamran Rahimimoghadam

More information

Sales Forecast for Rossmann Stores SUBMITTED BY: GROUP A-8

Sales Forecast for Rossmann Stores SUBMITTED BY: GROUP A-8 Sales Forecast for Rossmann Stores SUBMITTED BY: GROUP A-8 Executive Summary: a. Problem description: Business Problem: Rossman is Germany s second largest drug store chain with more than 1000 stores across

More information

Forecasting of Outbound Product Flow

Forecasting of Outbound Product Flow University of Twente Master s Thesis Extended Summary Forecasting of Outbound Product Flow Author: Catharina Elisabeth Lolkema Supervisory Committee: Dr. ir. L.L.M. van der Wegen Dr. M.C. van der Heijden

More information

Applied Hybrid Grey Model to Forecast Seasonal Time Series

Applied Hybrid Grey Model to Forecast Seasonal Time Series Applied Hybrid Grey Model to Forecast Seasonal Time Series FANG-MEI TSENG, HSIAO-CHENG YU, and GWO-HSIUNG TZENG ABSTRACT The grey forecasting model has been successfully applied to finance, physical control,

More information

Spreadsheets in Education (ejsie)

Spreadsheets in Education (ejsie) Spreadsheets in Education (ejsie) Volume 2, Issue 2 2005 Article 5 Forecasting with Excel: Suggestions for Managers Scott Nadler John F. Kros East Carolina University, nadlers@mail.ecu.edu East Carolina

More information

Linking Forecasting with Operations and Finance. Bill Tonetti November 15, 2017 IIF Foresight Practitioner Conference

Linking Forecasting with Operations and Finance. Bill Tonetti November 15, 2017 IIF Foresight Practitioner Conference Linking Forecasting with Operations and Finance Bill Tonetti November 15, 2017 IIF Foresight Practitioner Conference About the Speaker Bill Tonetti Founding Member, Foresight Practitioner Advisory Board

More information

Knowledge-based Short-Term Load Forecasting for Maritime Container Terminals

Knowledge-based Short-Term Load Forecasting for Maritime Container Terminals Knowledge-based Short-Term Load Forecasting for Maritime Container Terminals Evaluation of two approaches based on operation plans @International Data Science Conference Norman Ihle R&D-Division Energy

More information

Short Term Load Forecasting by Using Time Series Analysis through Smoothing Techniques

Short Term Load Forecasting by Using Time Series Analysis through Smoothing Techniques Short Term Load Forecasting by Using Time Series Analysis through Smoothing Techniques Mr. Dileshwar Prasad Patel 1, Assit.Prof.Amit Vajpayee 2 Assit.Prof. Jitendra Dangra 3 1 LNCT, Indore (M.P), 2 LNCT,

More information

Enhancing Forecasting Capability of Excel with User Defined Functions

Enhancing Forecasting Capability of Excel with User Defined Functions Spreadsheets in Education (ejsie) Volume 2 Issue 3 Article 6 5-10-2008 Enhancing Forecasting Capability of Excel with User Defined Functions Deepak K. Subedi Marshall University, subedi@marshall.edu Follow

More information

Selection of a Forecasting Technique for Beverage Production: A Case Study

Selection of a Forecasting Technique for Beverage Production: A Case Study World Journal of Social Sciences Vol. 6. No. 3. September 2016. Pp. 148 159 Selection of a Forecasting Technique for Beverage Production: A Case Study Sonia Akhter**, Md. Asifur Rahman*, Md. Rayhan Parvez

More information

ASSIGNMENT SUBMISSION FORM

ASSIGNMENT SUBMISSION FORM Course Name: Assignment Title: Submitted by: ASSIGNMENT SUBMISSION FORM Treat this as the first page of your assignment FCAS Group Member Name Sanchit Garg 61310634 Ankur Pandey 61310573 Mohammad Shahid

More information

Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis

Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis Peter Laurinec, Marek Lóderer, Petra Vrablecová, Mária Lucká, Viera Rozinajová, Anna Bou Ezzeddine 12.12.2016 Slovak

More information

A Parametric Bootstrapping Approach to Forecast Intermittent Demand

A Parametric Bootstrapping Approach to Forecast Intermittent Demand Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. A Parametric Bootstrapping Approach to Forecast Intermittent Demand Vijith Varghese, Manuel Rossetti Department

More information

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS

DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Time Series and Their Components QMIS 320 Chapter 5 Fall 2010 Dr. Mohammad Zainal 2 Time series are often recorded at fixed time intervals. For

More information

A Time Series Approach to Forecast Highway Peak Period Spreading and Its Application in Travel Demand Modeling

A Time Series Approach to Forecast Highway Peak Period Spreading and Its Application in Travel Demand Modeling A Time Series Approach to Forecast Highway Peak Period Spreading and Its Application in Travel Demand Modeling Sabya Mishra (University of Memphis) Timothy F. Welch (Georgia Institute of Technology) Subrat

More information

Operation Management Qualitative Forecasting Methods

Operation Management Qualitative Forecasting Methods Paper Coordinator Co-Principal Investigator Principal Investigator Development Team Prof.(Dr.) S.P. Bansal Vice Chancellor, Maharaja Agreshen University, Baddi, Solan, Himachal Pradesh, INDIA Co-Principal

More information

Integration of Demand Management in Production Planning and Purchasing Management: Metal Packaging Industry The Colep Case Study

Integration of Demand Management in Production Planning and Purchasing Management: Metal Packaging Industry The Colep Case Study Integration of Demand Management in Production Planning and Purchasing Management: Metal Packaging Industry The Colep Case Study Diogo Lopo Department of Engineering and Management, Instituto Superior

More information

Comparison of Efficient Seasonal Indexes

Comparison of Efficient Seasonal Indexes JOURNAL OF APPLIED MATHEMATICS AND DECISION SCIENCES, 8(2), 87 105 Copyright c 2004, Lawrence Erlbaum Associates, Inc. Comparison of Efficient Seasonal Indexes PETER T. ITTIG Management Science and Information

More information

Forecast Accuracy and Inventory Strategies

Forecast Accuracy and Inventory Strategies 26 Henshaw Street, Woburn, MA 01801 www.demandplanning.net By Mark Chockalingam Ph.D. Forecast Accuracy and Inventory Strategies Demand Planning LLC 03/25/2009 Revised: April 30, 2018 1 Forecast Accuracy

More information

FORECASTING AND DEMAND MANAGEMENT

FORECASTING AND DEMAND MANAGEMENT FORBUS JUNE 2013 EXAMINATION DATE: 7 JUNE 2013 TIME: 09H00 11H00 TOTAL: 100 MARKS DURATION: 2 HOURS PASS MARK: 40% (XN-88) FORECASTING AND DEMAND MANAGEMENT THIS EXAMINATION PAPER CONSISTS OF 3 SECTIONS:

More information

Mid-Term Examination. Suggested Solution to ECLT 5940 Supply Chain Management. Time: 7:00 9:45 PM

Mid-Term Examination. Suggested Solution to ECLT 5940 Supply Chain Management. Time: 7:00 9:45 PM Mid-Term Examination Suggested Solution to ECLT 5940 Supply Chain Management Time: 7:00 9:45 PM 1. This is an open-book/note examination. 2. One cannot lend books/notes to others. 3. There are totally

More information

Oracle Value Chain Planning Demantra Demand Management

Oracle Value Chain Planning Demantra Demand Management Oracle Value Chain Planning Demantra Demand Management Is your company trying to be more demand driven? Do you need to increase your forecast accuracy or quickly converge on a consensus forecast to drive

More information

Copyright Infor. All Rights Reserved.

Copyright Infor. All Rights Reserved. 1 Infor Demand Planning What's New in Version 6.6 Thursday 14 th March. 15:00 CET, 10:00EST Shaun Phillips 2 A short notice This document reflects the direction Infor may take with regard to the specific

More information

Project Time Management

Project Time Management Project Time Management Project Time Management Project Time Management includes the processes required to manage timely completion of the project. Plan schedule management The process of establishing

More information

SCM 301 (Solo) Exam 2 Practice Exam Answer Key 2. A A payment to your raw materials supplier

SCM 301 (Solo) Exam 2 Practice Exam Answer Key 2. A A payment to your raw materials supplier 1. A Process www.liontutors.com SCM 301 (Solo) Exam 2 Practice Exam Answer Key 2. A A payment to your raw materials supplier B, C, and D are all fixed costs, not variable costs 3. C Delphi method 4. A

More information

Cluster-based Forecasting for Laboratory samples

Cluster-based Forecasting for Laboratory samples Cluster-based Forecasting for Laboratory samples Research paper Business Analytics Manoj Ashvin Jayaraj Vrije Universiteit Amsterdam Faculty of Science Business Analytics De Boelelaan 1081a 1081 HV Amsterdam

More information

Development of a Data Mining Driven Forecasting Software Tool for Quality Function Deployment *1 Shivani K Purohit, 2 Prof. Ashish K.

Development of a Data Mining Driven Forecasting Software Tool for Quality Function Deployment *1 Shivani K Purohit, 2 Prof. Ashish K. DOI 10.29042/2018-3993-3997 Development of a Data Mining Driven Forecasting Software Tool for Quality Function Deployment *1 Shivani K Purohit, 2 Prof. Ashish K. Sharma 1, 2 Department of Computer Technology,

More information

Demand Forecasting in the Supply Chain The use of ForecastPro TRAC

Demand Forecasting in the Supply Chain The use of ForecastPro TRAC Demand Forecasting in the Supply Chain The use of ForecastPro TRAC Marco Arias Vargas Global EMBA INCAE Distribution & Warehousing Inventory Forecasting 2 Complexity in the Supply Chain Vendor DC Materials

More information

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY

EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY EXAMINATIONS OF THE ROYAL STATISTICAL SOCIETY HIGHER CERTIFICATE IN STATISTICS, 2011 MODULE 7 : Time series and index numbers Time allowed: One and a half hours Candidates should answer THREE questions.

More information

Application of Theory of Constraint Supply Chain Replenishment System in Fast Moving Consumer Goods Company

Application of Theory of Constraint Supply Chain Replenishment System in Fast Moving Consumer Goods Company Vol. 6 No. 4, December 2017 167 Application of Theory of Constraint Supply Chain Replenishment System in Fast Moving Consumer Goods Company Margaretha 1, Dyah Budiastuti 2, Taufik Roni Sahroni 3 1,3 Master

More information

Strategic Supply Chain Management Chapter 8 Strategic Supply Chain Management

Strategic Supply Chain Management Chapter 8 Strategic Supply Chain Management Strategic Supply Chain Management Chapter 8 Strategic Supply Chain Management Contents Topic Sales Forecasting Cost Factors & Data Aggregation Strategic Supply Chain Model from Practice Page 1 Strategic

More information

PLANNING FOR PRODUCTION

PLANNING FOR PRODUCTION PLANNING FOR PRODUCTION Forecasting Forecasting is the first major activity in the planning, involving careful study of past data and present scenario to estimate the occurence, timing or magnitude of

More information

Application of PIMOGA for Optimization to Upgrade Drainage Gates in Network

Application of PIMOGA for Optimization to Upgrade Drainage Gates in Network Application of for Optimization to Upgrade Drainage Gates in Network Prudtipong Pengsiri Faculty of Science and Technology, Computer Science Division, Rajamangala University of Technology Suvarnabhumi,

More information

Determining the Effectiveness of Specialized Bank Tellers

Determining the Effectiveness of Specialized Bank Tellers Proceedings of the 2009 Industrial Engineering Research Conference I. Dhillon, D. Hamilton, and B. Rumao, eds. Determining the Effectiveness of Specialized Bank Tellers Inder S. Dhillon, David C. Hamilton,

More information

Supply Chain MICROSOFT BUSINESS SOLUTIONS DEMAND PLANNER

Supply Chain MICROSOFT BUSINESS SOLUTIONS DEMAND PLANNER Supply Chain MICROSOFT BUSINESS SOLUTIONS DEMAND PLANNER DEMAND PLANNING FOR BUSINESSES Demand planning is the first step towards business planning. As businesses are moving towards a demand-centric environment

More information

Supply Chain Management Department Sprott School of Business, Carleton University. BUSI 2301 Operations Management. Winter 2013.

Supply Chain Management Department Sprott School of Business, Carleton University. BUSI 2301 Operations Management. Winter 2013. Name: Student I: Section: / B / C Supply Chain Management epartment Sprott School of Business, Carleton University BUSI 2301 Operations Management Winter 2013 Midterm Exam March 2nd, 2013 Instructor: lan

More information

Forecasting Construction Cost Index using Energy Price as an Explanatory Variable

Forecasting Construction Cost Index using Energy Price as an Explanatory Variable Forecasting Construction Cost Index using Energy Price as an Explanatory Variable Variations of ENR (Engineering News Record) Construction Cost Index (CCI) are problematic for cost estimation and bid preparation.

More information

INSE 6300/4/UU-Quality Assurance in Supply Chain Management (Winter 2008) Mid-Term Exam

INSE 6300/4/UU-Quality Assurance in Supply Chain Management (Winter 2008) Mid-Term Exam INSE 6300/4/UU-Quality Assurance in Supply Chain Management (Winter 2008) Mid-Term Exam Professor: J. Bentahar ate: Thursday, April 03, 2008 uration: 90 minutes NAME: I: INSTRUCTIONS: Answer all questions

More information

Examination. Telephone: Please make your calculations on Graph paper. Max points: 100

Examination. Telephone: Please make your calculations on Graph paper. Max points: 100 KPP227 TEN1 Production and Logistics Planning Examination Course: Production and Logistics Planning Date: 2014-01-14 Number of hours: 5 hours Group: Freestanding course Course code: KPP227 Examination

More information

JD Edwards World. Forecasting Guide Release A9.3 E

JD Edwards World. Forecasting Guide Release A9.3 E JD Edwards World Forecasting Guide Release A9.3 E20706-02 April 2013 JD Edwards World Forecasting Guide, Release A9.3 E20706-02 Copyright 2013, Oracle and/or its affiliates. All rights reserved. This software

More information

Prediction of Labour Rates by Using Multiplicative and Grey Model

Prediction of Labour Rates by Using Multiplicative and Grey Model International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 6 Ver IV June 2018 PP 48-53 Prediction of Labour Rates by Using Multiplicative

More information

TEMPLE BETH ZION BUFFALO, NEW YORK JOB DESCRIPTION: TEMPLE ADMINISTRATOR

TEMPLE BETH ZION BUFFALO, NEW YORK JOB DESCRIPTION: TEMPLE ADMINISTRATOR TEMPLE BETH ZION BUFFALO, NEW YORK JOB DESCRIPTION: TEMPLE ADMINISTRATOR I. OVERVIEW The Temple Administrator serves as the chief Administrator of the synagogue. This professional executes the vision of

More information

NAVAL POSTGRADUATE SCHOOL

NAVAL POSTGRADUATE SCHOOL NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA MBA PROFESSIONAL REPORT Development of a Consumable Inventory Management Strategy for the Supply Management Unit By: John Bacon, Jr. Alfred E. Hunter Juan

More information

360 Supply Chain Excellence Week

360 Supply Chain Excellence Week 360 Supply Chain Excellence Week 25-28,June, 2012 Shanghai Workshop A: Advanced Demand Planning and Forecasting Improve your forecasts with better models and diagnostics (25-26,June,2012) Workshop B: Best

More information

An Analysis of the Impact of ENSO (El Niño/Southern Oscillation) on Global Crop Yields

An Analysis of the Impact of ENSO (El Niño/Southern Oscillation) on Global Crop Yields An Analysis of the Impact of ENSO (El Niño/Southern Oscillation) on Global Crop Yields John N. (Jake) Ferris Professor Emeritus Department of Agricultural Economics Michigan State University Annual Meeting

More information

STATISTICAL CONTEMPLATION OF BALANCING ENERGY IN AUSTRIA

STATISTICAL CONTEMPLATION OF BALANCING ENERGY IN AUSTRIA STATISTICAL CONTEMPLATION OF BALANCING ENERGY IN AUSTRIA Activated quantities of secondary and tertiary balancing energy in the context of regression and time series analysis David Lun, Tara Esterl, Fabian

More information

Temperature, Storage and Natural Gas Prices

Temperature, Storage and Natural Gas Prices Temperature, Storage and Natural Gas Prices Peter Hartley George & Cynthia Mitchell Professor of Economics and Rice Scholar in Energy Studies, James A. Baker III Institute for Public Policy Rice University

More information

RRS Education Session #1

RRS Education Session #1 RRS Education Session #1 Patricio Rocha Garrido Sr. Engineer Resource Adequacy Planning 11/24/2015 IRM/FPR Basics - Rationale IRM/FPR are computed for future delivery years. And the future is uncertain

More information

3.2 Market Settlements.

3.2 Market Settlements. 3.2 Market Settlements. If a dollar-per-mw-hour value is applied in a calculation under this section 3.2 where the interval of the value produced in that calculation is less than an hour, then for purposes

More information

3.2 Market Buyers Spot Market Energy Charges.

3.2 Market Buyers Spot Market Energy Charges. 3.2 Market Buyers. 3.2.1 Spot Market Energy Charges. (a) The Office of the Interconnection shall calculate System Energy Prices in the form of Day-ahead System Energy Prices and Real-time System Energy

More information

In-depth Analytics of Pricing Discovery

In-depth Analytics of Pricing Discovery In-depth Analytics of Pricing Discovery Donald Davidoff, D2 Demand Solutions Annie Laurie McCulloh, Rainmaker LRO Rich Hughes, RealPage Agenda 1. Forecasting Forecasting Model Options Principles of Forecasting

More information

Pedro J. Saavedra, Paula Weir and Michael Errecart Pedro J. Saavedra, Macro International, 8630 Fenton St., Silver Spring, MD 20910

Pedro J. Saavedra, Paula Weir and Michael Errecart Pedro J. Saavedra, Macro International, 8630 Fenton St., Silver Spring, MD 20910 IMPUTING PRICE AS OPPOSED TO REVENUE IN THE EIA-782 PETROLEUM SURVEY Pedro J. Saavedra, Paula Weir and Michael Errecart Pedro J. Saavedra, Macro International, 8630 Fenton St., Silver Spring, MD 20910

More information

QUANTITATIVE METHODS AND OPERATIONS MANAGEMENT. Answer not more than four questions, two from Section A and two from Section B.

QUANTITATIVE METHODS AND OPERATIONS MANAGEMENT. Answer not more than four questions, two from Section A and two from Section B. MANAGEMENT STUDIES TRIPOS DIPLOMA IN MANAGEMENT STUDIES Tuesday 2 May 2000 1.30 to 4.30 Paper M2 QUANTITATIVE METHODS AND OPERATIONS MANAGEMENT Answer not more than four questions, two from Section A and

More information

LOW R&D EFFICIENCY IN LARGE PHARMACEUTICAL COMPANIES

LOW R&D EFFICIENCY IN LARGE PHARMACEUTICAL COMPANIES American Journal of Medical Research 3(2), 2016 pp. 141 151, ISSN 2334-4814, eissn 2376-4481 LOW R&D EFFICIENCY IN LARGE PHARMACEUTICAL COMPANIES ERIK STRØJER MADSEN Ema@econ.au.dk Department of Economics

More information

ANNUAL LEAVE AND GENERAL PUBLIC HOLIDAYS POLICY

ANNUAL LEAVE AND GENERAL PUBLIC HOLIDAYS POLICY ANNUAL LEAVE AND GENERAL PUBLIC HOLIDAYS POLICY Last Review Date Adopted 2 nd April 2013 Approving Body Remuneration Committee Date of Approval 27 th February 2014 Date of Implementation 1 st April 2014

More information

INSIGHTS. Demand Planner for Microsoft Dynamics. Product Overview. Date: November,

INSIGHTS. Demand Planner for Microsoft Dynamics. Product Overview. Date: November, INSIGHTS Demand Planner for Microsoft Dynamics Product Overview Date: November, 2007 www.microsoft.com/dynamics Contents Demand Planning for Business... 1 Product Overview... 3 Multi-dimensional Data Visibility...

More information

Incorporating macro-economic leading indicators in inventory management

Incorporating macro-economic leading indicators in inventory management ISIR 16 Presentation: Leading Indicators to Management Incorporating macro-economic leading indicators in inventory management Yves R. Sagaert, Stijn De Vuyst, Nikolaos Kourentzes, El-Houssaine Aghezzaf,

More information

COMPILED BY 10/09/2014 JMP/LOGISTICS/UNIT I/RADHA IYER

COMPILED BY 10/09/2014 JMP/LOGISTICS/UNIT I/RADHA IYER DEMAND FORECASTING COMPILED BY RADHA IYER 1 What is demand forecasting? It is a tool which attempts to cope up with the uncertainty of the future. Starts with certain assumptions based on experience, knowledge

More information

ASSIGNMENT SUBMISSION FORM

ASSIGNMENT SUBMISSION FORM ASSIGNMENT SUBMISSION FORM Course Name Section Project Report : Forecasting Analytics : A : Inventory Management through Sales Forecasting PGID Name of the Member 1. 61710012 Anand Abhishek 2. 61710773

More information

FAQ: Operations and Forecasting

FAQ: Operations and Forecasting Question 1: Why is accurate forecasting vital to operations management? Answer 1: The following are three key areas that rely on accurate forecasts in operations management (Gaither & Frazier, 2002): Facility

More information

COORDINATING DEMAND FORECASTING AND OPERATIONAL DECISION-MAKING WITH ASYMMETRIC COSTS: THE TREND CASE

COORDINATING DEMAND FORECASTING AND OPERATIONAL DECISION-MAKING WITH ASYMMETRIC COSTS: THE TREND CASE COORDINATING DEMAND FORECASTING AND OPERATIONAL DECISION-MAKING WITH ASYMMETRIC COSTS: THE TREND CASE ABSTRACT Robert M. Saltzman, San Francisco State University This article presents two methods for coordinating

More information

Chapter 5 Demand Forecasting

Chapter 5 Demand Forecasting Chapter 5 Demand Forecasting TRUE/FALSE 1. One of the goals of an effective CPFR system is to minimize the negative impacts of the bullwhip effect on supply chains. 2. The modern day business environment

More information

Zehai Zhou Department of FEMIS, University of Houston-Downtown One Main Street, Houston, TX 77002, USA

Zehai Zhou Department of FEMIS, University of Houston-Downtown One Main Street, Houston, TX 77002, USA Analysis of U.S. E-Commerce Sales Using Winters Method Zehai Zhou Department of FEMIS, University of Houston-Downtown One Main Street, Houston, TX 77002, USA Abstract More than three billion people around

More information

Vipul Mehra December 22, 2017

Vipul Mehra December 22, 2017 Forecasting USD to INR foreign exchange rate using Time Series Analysis techniques like HoltWinters Simple Exponential Smoothing, ARIMA and Neural Networks Vipul Mehra December 22, 2017 Abstract Forecasting

More information

Short Term Demand Forecasting for the Integrated Electricity Market

Short Term Demand Forecasting for the Integrated Electricity Market Student Journal of Energy Research Volume 2 Number 1 Article 1 2017 Short Term Demand Forecasting for the Integrated Electricity Market Katie Kavanagh Dublin Institute of Technology, d15125143@mydit.ie

More information

Optimizing Retail Allocation:

Optimizing Retail Allocation: Optimizing Retail Allocation: 10 Must Have Capabilities WHITE PAPER Optimizing Retail Allocation: 10 Must Have Capabilities Superior retail allocation from DC to store door requires the right resources

More information

AD-A DEFENSE CONTRACT MANAGEMENT COMMAND DATA VALIDATION FILTER June 1993 DTIC - T. S, ELECT-rE DLA-93-P30054 N1) DEFENSE LOGISTICS AGENCY

AD-A DEFENSE CONTRACT MANAGEMENT COMMAND DATA VALIDATION FILTER June 1993 DTIC - T. S, ELECT-rE DLA-93-P30054 N1) DEFENSE LOGISTICS AGENCY AD-A270 507 DLA-93-P30054 DEFENSE CONTRACT MANAGEMENT COMMAND DATA VALIDATION FILTER June 1993 DTIC - T r, j ISI Q D S, ELECT-rE FOR mw DEPARTMENT OF DEFENSE N1) DEFENSE LOGISTICS AGENCY DEFENSE CONTRACT

More information

METHOD FOR VALIDATION OF STATISTICAL ENERGY MODELS. Department of Mechanical Engineering, Dalhousie University Halifax.

METHOD FOR VALIDATION OF STATISTICAL ENERGY MODELS. Department of Mechanical Engineering, Dalhousie University Halifax. METHOD FOR VALIDATION OF STATISTICAL ENERGY MODELS Miroslava Kavgic 1, Trent Hilliard 1, Lukas Swan 1, Zheng Qin 2 1 Department of Mechanical Engineering, Dalhousie University Halifax. NS, Canada 2 Green

More information

Chapter 2 Maintenance Strategic and Capacity Planning

Chapter 2 Maintenance Strategic and Capacity Planning Chapter 2 Maintenance Strategic and Capacity Planning 2.1 Introduction Planning is one of the major and important functions for effective management. It helps in achieving goals and objectives in the most

More information

FAQ: Efficiency in the Supply Chain

FAQ: Efficiency in the Supply Chain Question 1: What is a postponement strategy? Answer 1: A postponement or delayed differentiation strategy involves manipulating the point at which a company differentiates its product or service. These

More information

FORECASTING AND DEMAND MANAGEMENT

FORECASTING AND DEMAND MANAGEMENT FORBUS NOVEMBER 2013 EXAMINATION DATE: 8 NOVEMBER 2013 TIME: 09H00 11H00 TOTAL: 100 MARKS DURATION: 2 HOURS PASS MARK: 40% (XN-88) FORECASTING AND DEMAND MANAGEMENT THIS EXAMINATION PAPER CONSISTS OF 3

More information

Advancing NEMS: Demand-side Management of Peak Loads

Advancing NEMS: Demand-side Management of Peak Loads Advancing NEMS: Demand-side Management of Peak Loads A L E X A N D E R M. S M I T H M A R I LY N B R O W N 02/26/2013 G e o r g i a I n s t i t u t e o f Te c h n o l o g y Impacts from Reducing Peak Load

More information