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

Size: px
Start display at page:

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

Transcription

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

2 What we are discussing today Purpose of forecasting (and which important metrics) Humans versus (Learning) Machines A solid and standard forecasting process New journey data Thoughts Unauthorized disclosure is prohibited. 2

3 Why do we forecast? Forecast Requirements Simulation Staff & Capacity Plan Optimization Budget Forecasting is just one part of the planning process We forecast to make resource decisions! What types of contacts to service? How do we best match channels to segments of customers? What standards are right for each contact types? Where (which centers and staff types) and when (which weeks) do we hire? Hiring versus overtime? How many centers are optimal? Budgets and budget priorities? and so much more Unauthorized disclosure is prohibited. 3

4 What should you forecast? Everything! Predicting shrink is as important as volumes! Unauthorized disclosure is prohibited. 4

5 Man Vs. Machines There are many things that humans do intuitively, that is difficult to code Pattern recognition Anomaly detection Intuition Error detection (we can see when something is off) Machines are great at Searches Algorithms Number crunching But machines (really algorithms) are getting better at human stuff! Unauthorized disclosure is prohibited. 5

6 There is a standard forecasting process Source, organize, and clean data Evaluate and add judgment (or scenarios) Get data Look for anomalies Smooth outliers Describe data Does the forecast make sense? Are there possible scenarios that history isn t aware of? Model and prove Choose appropriate statistical method(s) Choose model parameters Understand error on holdout sample What is the seasonality? Is it growing, shrinking, or stationary? Unauthorized disclosure is prohibited. 6

7 Source and Clean Data 1. Data needs to be accessible 2. Must find anomalous data Outliers unexplained change Data we know is wrong. Data hiccup? Missing data? Flagged? Non-repeating, one-off events 3. Smooth or correct anomalous data Unauthorized disclosure is prohibited. 7

8 Can we get a computer to do this? Yes! Three odd data points. How can a computer find these? Unauthorized disclosure is prohibited. 8

9 Anomaly/outlier detection: a simple process Interesting method: 1. Build a rough forecast, using a standard method, and keep track of the forecast error 2. Assume the forecast is correct 3. The data point farthest away from the forecast (say 3 standard deviations from the mean) is considered an outlier and should be replaced by the forecast 4. Repeat until no more outliers Unauthorized disclosure is prohibited. 9

10 More iterations When finished iterating, you have cleaned and removed outliers. Question does a human need to check the machine?? Unauthorized disclosure is prohibited. 10

11 Special events/calendar effect Trading/working day effect: Leap year effect: every 4 years, February Number of working days in a given month varies Volumes affected by 1 st and 15 th pay cycles Holiday effect: fixed holidays are accounted for in seasonal component; moving holidays may occur in different weeks or months Easter (can fall on different day/week every year) Lunar vs. Lunisolar vs. Gregorian (i.e. Solar) Calendar Impact surrounding the holiday itself (i.e. build-up to Christmas) Unauthorized disclosure is prohibited. 11

12 Describe the data: Trend and/or Seasonal or Stationary Time series data can be described mathematically as a combination of various components: trend, seasonal, and irregular (random/stationary) components Trend: An upward or downward variance in time series data. It represents a general linear or nonlinear component that changes over time and does not repeat Seasonal: The systematic, calendar related variance in time series data. It repeats itself in regular intervals over time Irregular: The unsystematic, unpredictable, short-term fluctuations around a mean value Unauthorized disclosure is prohibited. 12

13 How to spot seasonality (if you are a computer) First, if you are not a computer, much of the seasonality (for contact center data) is already known. We have weekly and annual seasonality (we can often just look at the data) But sometimes, we can t see the seasonality! Computers can help You can transform your data to determine periodicity: see Fast Fourier Transform ( and e ve a new white paper coming out soon!) There is a prominent spike at frequency , indicating that it is the dominant frequency of the time series. The corresponding dominant period is 1/ = 52, which is the number of weeks in a year Unauthorized disclosure is prohibited. 13

14 What method(s) should you use to forecast? Unauthorized disclosure is prohibited. 14

15 Forecasting methods Stationary Simple moving average Point estimate single exponential smoothing Point estimate weighted average Single exponential smoothing Seasonal Holt Winters (many flavors) Additive decomposition Multiplicative decomposition ARIMA Trends Simple moving average Point estimate (many flavors) Linear weighted moving average Double Moving Average Double exponential smoothing Damped linear exponential smoothing Unauthorized disclosure is prohibited. 15

16 Validating models (what humans can do) Data Train Test Use this part of history to build statistical forecasting models. This data trains your model Is the model accurate? Well if it passes a statistical accuracy test on the test data, then it is our best guess as to whether the model will work in the future Use this part of history to test whether your model works on parts of the history that were not used to build the model. This is test or hold out data Unauthorized disclosure is prohibited. 16

17 Cross-validating (what computers can do (better)) When evaluating different forecasting methodologies against a time series data, the question then becomes which of these methodologies is best used for forecasting activity. Cross-validation is the most robust process to use in order to select the best-of-the-best forecasting methodologies. Unauthorized disclosure is prohibited. 17

18 Finding the best parameters for each model Each method has a set of parameters that describe the slope, periodicity, etc The goal for the forecaster is to find the set of parameters that develop forecasts that reduce forecast error on the holdout data Humans can guess and test but computers (cloud) can test every combination of every parameter of every method, and fairly quickly! Unauthorized disclosure is prohibited. 18

19 Measuring error Mean Absolute Percentage Error (MAPE) Expresses accuracy as a percentage of the error. Because this number is a percentage, it can be easier to understand than the other statistics. Percentage errors have the advantage of being scale-independent, and so are frequently used to compare forecast performance between different data sets. For example, if the MAPE is 5, on average, the forecast is off by 5%. Mean Absolute Deviation (MAD) MAD expresses accuracy in the same units as the data, which helps conceptualize the amount of error. MAD is scale-dependent and therefore cannot be used to make comparisons between series of different scales. Also, outliers have less of an effect on MAD than on MSE. Mean Squared Error (MSE) A commonly-used measure of accuracy of fitted time series values. MSE is also scale-dependent and cannot be used between series of different scales. Unauthorized disclosure is prohibited. 19

20 Cool New Data: Journey Mapping The below journey map outlines the overall process a customer may travel when interacting with a company. Customers move between journey stages following a path either determined by their own choice, or driven by the organization s processes. Some of these interactions have agent involvement, others do not. Interactions without human involvement are critical to identifying which the customer stage. Journey Stages Stage 2a Stage N+1 Agent Activity Non Agent Activity Stage 4a Stage N+1 Stage 1 Stage N+1 Customer N+1 Stage 3a Stage N+1 Stage N+1 Stage 2b Stage 3b Stage N+1 Stage N+1 Stage 3c Stage N+1 Unauthorized disclosure is prohibited. 20

21 Tracking customer journeys provides great data Activity A 20% Activity Z 70% 10% 20% Activity C Stage 3b Tracking of the customer journey is important and cool; understanding the distribution of time among activities allows for great analytics including forecasting. Activity O Activity to Activity Distribution Pattern Activity to Activity Distribution Pattern Activity to Activity Distribution Pattern Volume Volume Volume Time Time Time 1000 Interactions 200 Interactions 40 Interactions Activity A Activity Z Activity O Unauthorized disclosure is prohibited. 21

22 Final Thoughts Forecast Everything: Volume forecasts are important, but so, too, are shrinkage, handle times, attrition, Automate: So much of forecasting drudgery can be removed by taking time to code Embrace the Future: Cloud computing will bring opportunities to improve every stage of Customer Experiences even forecasting and planning Embrace the Future (2): New data sources will improve our resource planning and WFM Unauthorized disclosure is prohibited. 22

23 What is Decisions? Decisions is a long-term contact center strategic planning and what-if analysis system. Forecast Requirements Simulation Staff & Capacity Plan Optimization Budget Because it is fast and accurate: Perform risk and sensitivity analysis of your contact center Evaluate center what-ifs: investments, consolidation, and growth opportunities Decisions complements traditional workforce management software by focusing on strategic decision making and long-term planning Unauthorized disclosure is prohibited. 23

24 Thank you, and (please) sign up for the rest of the webinar series! Ric Kosiba, Vice President, Genesys Decisions office mobile

STAFFING AND BUDGETING IN AN AGE OF CONTINUOUS PLANNING. Ric Kosiba

STAFFING AND BUDGETING IN AN AGE OF CONTINUOUS PLANNING. Ric Kosiba STAFFING AND BUDGETING IN AN AGE OF CONTINUOUS PLANNING Ric Kosiba Your Seminar Leader Ric Kosiba is vice president and founder of the Interaction Decisions Group at Interactive Intelligence. He founded

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

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

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

WHAT-IF, COST VERSUS SERVICE, AND VARIANCE ANALYSIS. Ric Kosiba

WHAT-IF, COST VERSUS SERVICE, AND VARIANCE ANALYSIS. Ric Kosiba WHAT-IF, COST VERSUS SERVICE, AND VARIANCE ANALYSIS Ric Kosiba Your Seminar Leader Ric Kosiba is vice president and founder of the Interaction Decisions Group at Interactive Intelligence. He founded the

More information

Choosing the Right Type of Forecasting Model: Introduction Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What?

Choosing the Right Type of Forecasting Model: Introduction Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What? Choosing the Right Type of Forecasting Model: Statistics, Econometrics, and Forecasting Concept of Forecast Accuracy: Compared to What? Structural Shifts in Parameters Model Misspecification Missing, Smoothed,

More information

Leveraging Human Capacity Planning for Efficient Infrastructure Provisioning

Leveraging Human Capacity Planning for Efficient Infrastructure Provisioning Leveraging Human Capacity Planning for Efficient Infrastructure Provisioning Shashank Pawnarkar, Tata Consultancy Services Today there are several infrastructure capacity planning techniques are available

More information

Synagogue Capacity Planning

Synagogue Capacity Planning Synagogue Capacity Planning Ellie Schachter Professor Lefkovitz JWSS Module 22 March 2017 Introduction 3 Current State 3 Data Analysis 4 Predictive Model 7 Future State 15 Works Cited 16 2 Introduction

More information

SAP APO DP (Demand Planning) Sample training content and overview.. All rights reserved Copyright 2005 TeknOkret Services. All Rights Reserved.

SAP APO DP (Demand Planning) Sample training content and overview.. All rights reserved Copyright 2005 TeknOkret Services. All Rights Reserved. SAP APO DP (Demand Planning) Sample training content and overview Sample course content Demand Planning Concepts Importance of Demand Planning SAP APO Demand Planning terminology APO Data structure: Source

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

Getting Started with Machine Learning

Getting Started with Machine Learning Getting Started with Machine Learning Machine learning is now easily accessible for companies of all sizes due to the recent availability of robust data platforms. And while these platforms make it faster

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

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

What Now? How to Proceed When Automatic Forecasting Doesn t Work

What Now? How to Proceed When Automatic Forecasting Doesn t Work What Now? How to Proceed When Automatic Forecasting Doesn t Work Presented by Eric Stellwagen Vice President & Cofounder estellwagen@forecastpro.com Business Forecast Systems, Inc. 68 Leonard Street Belmont,

More information

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels W O R K I N G P A P E R S A N D S T U D I E S ISSN 1725-4825 Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels Conference on seasonality, seasonal

More information

Sales forecasting at Dyson (As right as rain?)

Sales forecasting at Dyson (As right as rain?) Sales forecasting at Dyson (As right as rain?) EARL London 2018 13/09/2018 Dan Erben dan.erben@dyson.com Senior Data Scientist Global Data and Analytics Outline DS at Dyson Sales forecasting where we are

More information

a gil i ty (əˈjilədē/)

a gil i ty (əˈjilədē/) 14 Blending Agile Forecasting with an Integrated Business Planning Process a gil i ty (əˈjilədē/) noun Ability to move quickly and easily. Ability to think and understand quickly. This chapter describes

More information

Getting the Most out of Statistical Forecasting!

Getting the Most out of Statistical Forecasting! Getting the Most out of Statistical Forecasting! Author: Ryan Rickard, Senior Consultant Published: July 2017 About SCMO 2 Founded in 2001, SCMO2 Specializes in High-End Supply Chain Consulting Work Focused

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

Planning and Sourcing

Planning and Sourcing Planning and Sourcing Sales Forecast Accuracy A Lot of Talk, but Is There Enough Action? Facilitated by Matt Wilkerson and Colin Maxwell September 9-10, 2008 New Orleans, LA Session Content Analysis of

More information

Realize the potential of a connected factory

Realize the potential of a connected factory Realize the potential of a connected factory Azure IoT Central Empower your digital business through connected products How to capitalize on the promise Azure IoT Central is a fully managed IoT SaaS (software-as-a-service)

More information

An evaluation of simple vs. complex selection rules for forecasting many time series. Fotios Petropoulos Prof. Robert Fildes

An evaluation of simple vs. complex selection rules for forecasting many time series. Fotios Petropoulos Prof. Robert Fildes An evaluation of simple vs. complex selection rules for forecasting many time series Fotios Petropoulos Prof. Robert Fildes Outline Introduction Research Questions Experimental set-up: methods, data &

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

Big Data: Baseline Forecasting With Exponential Smoothing Models

Big Data: Baseline Forecasting With Exponential Smoothing Models 8 Big Data: Baseline Forecasting With Exponential Smoothing Models PREDICTION IS VERY DIFFICULT, ESPECIALLY IF IT IS ABOUT THE FUTURE NIELS BOHR (1885-1962), Nobel Laureate Physicist Exponential smoothing

More information

A Comparative Study of Different Statistical Techniques Applied to Predict Share Value of State Bank of India (SBI)

A Comparative Study of Different Statistical Techniques Applied to Predict Share Value of State Bank of India (SBI) A Comparative Study of Different Statistical Techniques Applied to Predict Share Value of State Bank of India (SBI) Hota H.S., Sahu Pushpanjali Abstract. Prediction of share value is one of the critical

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

Data-driven: Big decisions in the intelligence age

Data-driven: Big decisions in the intelligence age pwc.co.nz/bigdecisions Data-driven: Big decisions in the intelligence age Executives want greater speed and sophistication in their decision-making, but most say their ambition is greater than what their

More information

UNIT - II TIME SERIES

UNIT - II TIME SERIES UNIT - II TIME SERIES LEARNING OBJECTIVES At the end of this Chapter, you will be able to: Understand the components of Time Series Calculate the trend using graph, moving averages Calculate Seasonal variations

More information

Manufacturing Real cases of how manufacturers use analytics to increase their bottom line

Manufacturing Real cases of how manufacturers use analytics to increase their bottom line Analytics Applications for: Manufacturing Real cases of how manufacturers use analytics to increase their bottom line Table of Contents Section 1.Introduction Section 2.Production scheduling Section 3.Variable

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 Inventory Distribution & Warehousing Forecasting Value Creation in the Supply Chain: Logistics processes

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

Data Science in a pricing process

Data Science in a pricing process Data Science in a pricing process Michaël Casalinuovo Consultant, ADDACTIS Software michael.casalinuovo@addactis.com Contents Nowadays, we live in a continuously changing market environment, Pricing has

More information

Meat and Fish Processing

Meat and Fish Processing MEAT AND FISH PROCESSING Benefits Improved demand planning and supply chain management Full product traceability End to end process management Ability to quickly change production schedules to meet demand

More information

HOW TO USE AI IN BUSINESS

HOW TO USE AI IN BUSINESS HOW TO USE AI IN BUSINESS How to use AI in business 3 FOREWORDS 20 6 EXAMPLES OF USE CASES 4 INTRODUCTION TO AI 33 SUMMARY 10 MACHINE LEARNING IN PRACTICE 35 USEFUL LINKS 14 BEST PRACTISES FOREWORDS Artificial

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

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

Breakout 1 Workforce Engagement Management (WEM): It's Time to Balance Optimization with Engaging Contact Center Employees

Breakout 1 Workforce Engagement Management (WEM): It's Time to Balance Optimization with Engaging Contact Center Employees Breakout 1 Workforce Engagement Management (WEM): It's Time to Balance Optimization with Engaging Contact Center Employees Workforce Engagement Management (WEM) solutions help drive employee engagement,

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

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

Understanding the derivative curves in MeltLab

Understanding the derivative curves in MeltLab Understanding the derivative curves in MeltLab MeltLab took a bold step in presenting not just the first derivative but a whole series of derivative curves. A few research papers and an instrument called

More information

MeltLab Systems Using Thermal Analysis in the foundry. Thermal Analysis Metrics by derivatives

MeltLab Systems Using Thermal Analysis in the foundry. Thermal Analysis Metrics by derivatives by David Sparkman Jan 9, 2010 all rights reserved MeltLab took a bold step in introducing not just the first derivative but a whole series of derivative curves into the analysis system. A few research

More information

877.PDW.MGMT

877.PDW.MGMT White Paper: Learn from your Demand Estimates and Achieve Portfolio Excellence 877.PDW.MGMT www.pdware.com Introduction Product development organizations consistently struggle to develop reusable metrics

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

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

SAP Integrated Business Planning (IBP) Towards Digital Now

SAP Integrated Business Planning (IBP) Towards Digital Now SAP Integrated Business Planning (IBP) Towards Digital Now Digital transformation is changing the way we sell, buy, distribute, store, plan, communicate, organize, collaborate and generally speak the essence

More information

Defying MRI. Mastering High Performance CRM. Workforce Management for the Contact Center by Debbie May, president. Featuring Solutions From IEX

Defying MRI. Mastering High Performance CRM. Workforce Management for the Contact Center by Debbie May, president. Featuring Solutions From IEX Defying The Limits Mastering High Performance CRM Featuring Solutions From IEX Workforce Management for the Contact Center by Debbie May, president CRMProject.com Thought Leadership From MRI Montgomery

More information

GAIN A PEOPLE ADVANTAGE WITH ANALYTICS FOR HUMAN CAPITAL MANAGEMENT (HCM)

GAIN A PEOPLE ADVANTAGE WITH ANALYTICS FOR HUMAN CAPITAL MANAGEMENT (HCM) GAIN A PEOPLE ADVANTAGE WITH ANALYTICS FOR HUMAN CAPITAL MANAGEMENT (HCM) THE OPPORTUNITIES FOR HUMAN RESOURCES EXECUTIVES ARE IMMENSE As a leader in human resources, you understand how your field has

More information

Evanios Capabilities. The Top 16 Things We Do Really Well TRUSTED BY

Evanios Capabilities. The Top 16 Things We Do Really Well TRUSTED BY Evanios Capabilities The Top 16 Things We Do Really Well TRUSTED BY Introduction Thank you for considering Evanios! Because our platform offers so much interconnected functionality, we thought it would

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

A Systematic Approach to Performance Evaluation

A Systematic Approach to Performance Evaluation A Systematic Approach to Performance evaluation is the process of determining how well an existing or future computer system meets a set of alternative performance objectives. Arbitrarily selecting performance

More information

Operational Logistics Management (OLM612S)

Operational Logistics Management (OLM612S) Ester Kalipi (M.LSCM.; B. Hons Logistics; B-tech. BA.; Dip. BA.; Cert. BA.) Operational Logistics Management (OLM612S) Unit 2: Logistics Planning 21 February 2018 Table of contents Unit Objectives The

More information

Model Selection, Evaluation, Diagnosis

Model Selection, Evaluation, Diagnosis Model Selection, Evaluation, Diagnosis INFO-4604, Applied Machine Learning University of Colorado Boulder October 31 November 2, 2017 Prof. Michael Paul Today How do you estimate how well your classifier

More information

Contents Demand Forecasting: A Data-Driven Process What Is New? Scope Coverage Courseware Organization Dedication Acknowledgments

Contents Demand Forecasting: A Data-Driven Process What Is New? Scope Coverage Courseware Organization Dedication Acknowledgments Contents Demand Forecasting: A Data-Driven Process What Is New? Scope Coverage Courseware Organization Dedication Acknowledgments Chapter 1 - Embracing Change and Chance Inside the Crystal Ball Determinants

More information

When Automatic Forecasting Doesn t Do the Job

When Automatic Forecasting Doesn t Do the Job When Automatic Forecasting Doesn t Do the Job Presented by Eric Stellwagen Vice President & Cofounder Business Forecast Systems, Inc. estellwagen@forecastpro.com Eric Stellwagen Vice President & Cofounder

More information

Short-Term Forecasting with ARIMA Models

Short-Term Forecasting with ARIMA Models 9 Short-Term Forecasting with ARIMA Models All models are wrong, some are useful GEORGE E. P. BOX (1919 2013) In this chapter, we introduce a class of techniques, called ARIMA (for Auto-Regressive Integrated

More information

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical and Industrial Engineering Indian Institute of Technology, Roorkee

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical and Industrial Engineering Indian Institute of Technology, Roorkee Industrial Engineering Prof. Inderdeep Singh Department of Mechanical and Industrial Engineering Indian Institute of Technology, Roorkee Module - 04 Lecture - 04 Sales Forecasting I A very warm welcome

More information

Incorporating supply chain risk into a production planning process EXECUTIVE SUMMARY. Joshua Matthew Merrill. May 17, 2007

Incorporating supply chain risk into a production planning process EXECUTIVE SUMMARY. Joshua Matthew Merrill. May 17, 2007 Incorporating supply chain risk into a production planning process EXECUTIVE SUMMARY By Joshua Matthew Merrill May 17, 2007 Firms often must make production planning decisions without exact knowledge of

More information

ORDER PROMISING IN A COMPETITIVE WORLD

ORDER PROMISING IN A COMPETITIVE WORLD WHITE PAPER ORDER PROMISING IN A COMPETITIVE WORLD A HOLISTIC AND AUTOMATED APPROACH TO FULFILLING ORDERS RELIABLY KEY TAKEAWAYS Order fulfillment is the foundational building block of customer service.

More information

Sawtooth Software. Sample Size Issues for Conjoint Analysis Studies RESEARCH PAPER SERIES. Bryan Orme, Sawtooth Software, Inc.

Sawtooth Software. Sample Size Issues for Conjoint Analysis Studies RESEARCH PAPER SERIES. Bryan Orme, Sawtooth Software, Inc. Sawtooth Software RESEARCH PAPER SERIES Sample Size Issues for Conjoint Analysis Studies Bryan Orme, Sawtooth Software, Inc. 1998 Copyright 1998-2001, Sawtooth Software, Inc. 530 W. Fir St. Sequim, WA

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

INTRODUCTION BACKGROUND. Paper

INTRODUCTION BACKGROUND. Paper Paper 354-2008 Small Improvements Causing Substantial Savings - Forecasting Intermittent Demand Data Using SAS Forecast Server Michael Leonard, Bruce Elsheimer, Meredith John, Udo Sglavo SAS Institute

More information

Seven Basic Quality Tools. SE 450 Software Processes & Product Metrics 1

Seven Basic Quality Tools. SE 450 Software Processes & Product Metrics 1 Seven Basic Quality Tools SE 450 Software Processes & Product Metrics 1 The Seven Basic Tools Checklists (Checksheets) Pareto Diagrams Histograms Run Charts Scatter Diagrams (Scatter Plots) Control Charts

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

CPDF Smarter Forecasting & Planning Workshop

CPDF Smarter Forecasting & Planning Workshop CPDF Smarter Forecasting & Planning Workshop Key Learning Objectives: 1. Establish a framework for demand forecasting in the supply chain 2. Introduce a four-step process for streamlining the forecasting

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

Mechanical Engineering 101

Mechanical Engineering 101 Mechanical Engineering 101 University of California, Berkeley Lecture #10 1 Today s lecture Supply Chain Management (SCM) Variance acceleration Safety stock Raw materials factory wholesaler retailer customer

More information

Forecasting Fundamentals: The Art and Science of Predicting Call Center Workload

Forecasting Fundamentals: The Art and Science of Predicting Call Center Workload Forecasting Fundamentals: The Art and Science of Predicting Call Center Workload The basis of any good staffing plan is an accurate workload forecast. Without a precise forecast of the work to be expected,

More information

Unit 2 Economic Models: Trade-offs and Trade

Unit 2 Economic Models: Trade-offs and Trade Unit 2 Economic Models: Trade-offs and Trade Objectives Why models simplified representations of reality play a crucial role in economics Two simple but important models: the production possibility frontier

More information

THE IMPORTANCE OF PLANNING DURING PROJECT EXECUTION

THE IMPORTANCE OF PLANNING DURING PROJECT EXECUTION THE IMPORTANCE OF PLANNING DURING PROJECT EXECUTION A BASIS White Paper by Dr. Dan Patterson, PMP Introduction Twenty-five years ago, I was taught that project management was built upon the premise of

More information

Full Steam Ahead: Finance On Board With Automation

Full Steam Ahead: Finance On Board With Automation Full Steam Ahead: Finance On Board With Automation EXECUTIVE SUMMARY Automation can either put CFOs on track for finance transformation or derail their efforts. Success will depend on automating the right

More information

The lead-time gap. Planning Demand and Supply

The lead-time gap. Planning Demand and Supply Planning Demand and Supply The lead-time gap Reducing the gap by shortening the logistics lead time while simultaneously trying to move the order cycle closer through improved visibility of demand. Copyright

More information

Utility Bill Data Accounts Payable s Secret Weapon for Managing Costs and Addressing Stakeholder Questions

Utility Bill Data Accounts Payable s Secret Weapon for Managing Costs and Addressing Stakeholder Questions EBook Utility Bill Data Accounts Payable s Secret Weapon for Managing Costs and Addressing Stakeholder Questions Part 1 Situation Analysis Utility costs often rank in the top three operational expenses

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

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

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

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

More than Mobile Forms Halliburton s Implementation of an End to End Solution

More than Mobile Forms Halliburton s Implementation of an End to End Solution CUSTOMER INTERVIEW More than Mobile Forms Halliburton s Implementation of an End to End Solution Hosted by: Mark Scott, VP Marketing, ProntoForms Yamina Hibbard, Global Asset Manager, Halliburton Mike

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

Data Cleaning for sales modeling

Data Cleaning for sales modeling Delivering intelligent business solutions to World Class Retailers www.ibs-softsolutions.com Soft Solutions Ibs AMS Data Cleaning for sales modeling Embedded Cleansing engine: Theory and concepts 1/13

More information

Describing DSTs Analytics techniques

Describing DSTs Analytics techniques Describing DSTs Analytics techniques This document presents more detailed notes on the DST process and Analytics techniques 23/03/2015 1 SEAMS Copyright The contents of this document are subject to copyright

More information

Creating value for your customers

Creating value for your customers Creating value for your customers Custom-designed technology solutions to help you understand your customer, cut through the clutter and prepare for tomorrow. Building the right thing and experimentation

More information

10 things to look for in an expenses mobile app.

10 things to look for in an expenses mobile app. WHITE PAPER 10 things to look for in an expenses mobile app. expenses Contents 1. Introduction. 2. Is it an app? 3. Level of functionality. 4. What level of compliance does it offer? 5. Corporate cards.

More information

Workforce Management Doesn t Have to be So Hard. By DMG Consulting LLC

Workforce Management Doesn t Have to be So Hard. By DMG Consulting LLC Workforce Management Doesn t Have to be So Hard By DMG Consulting LLC Foreword It is critical that contact centers to be able to schedule and forecast inbound and outbound call volumes, as well as manage

More information

IBP Special Topic Webinar Statistical Forecasting

IBP Special Topic Webinar Statistical Forecasting IBP Special Topic Webinar Statistical Forecasting Customer Tod Stenger and Anna Linden February 17, 2016 Agenda Forecasting Processes What can IBP do? Demonstration What is in each IBP module Wrap-up 2016

More information

Smart injection molding: A step into the future of intelligent manufacturing

Smart injection molding: A step into the future of intelligent manufacturing www.thingsgosocial.com Smart injection molding: A step into the future of intelligent manufacturing Save the Seas Organization Innovation of: Things Go Social www.thingsgosocial.com INTRODUCTION With the

More information

A Case for FP&A Transformation

A Case for FP&A Transformation A Case for FP&A Transformation Robert S. Hull, Founder and Chairman Adaptive Insights rhull@adaptiveinsights.com 1 1 Session Objectives Hear Adaptive Insights founder Rob Hull discuss why now is the time

More information

Business Forecasting: Techniques, Applications and Best Practices. Forecasting Seminar

Business Forecasting: Techniques, Applications and Best Practices. Forecasting Seminar Forecasting Seminar Business Forecasting: Techniques, November 13-15, 2013 Boston, Massachusetts USA This comprehensive three-day course covers all aspects of business forecasting. Numerous real-world

More information

The combination of factors and their levels describe the battlespace conditions.

The combination of factors and their levels describe the battlespace conditions. Design of Experiments (DOE) is an acronym and a test technique increasingly being used in the T&E community. This will present a conceptual overview of what DOE is, how it compares to other testing techniques,

More information

For the PMP Exam using PMBOK Guide 5 th Edition. PMI, PMP, PMBOK Guide are registered trade marks of Project Management Institute, Inc.

For the PMP Exam using PMBOK Guide 5 th Edition. PMI, PMP, PMBOK Guide are registered trade marks of Project Management Institute, Inc. For the PMP Exam using PMBOK Guide 5 th Edition PMI, PMP, PMBOK Guide are registered trade marks of Project Management Institute, Inc. 1 Contacts Name: Khaled El-Nakib, MSc, PMP, PMI-RMP URL: http://www.khaledelnakib.com

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

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

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

Maximize uptime with Metso Metrics. Data and expertise to directly improve your bottom line

Maximize uptime with Metso Metrics. Data and expertise to directly improve your bottom line Maximize uptime with Metso Metrics Data and expertise to directly improve your bottom line 1 More than the sum of its parts Technology is valuable, but when you combine it with hard-working equipment,

More information

Don t Gamble on Integration: 5 Ways to Improve Marketo

Don t Gamble on Integration: 5 Ways to Improve Marketo Don t Gamble on Integration: 5 Ways to Improve Marketo 1 Don t Gamble on Integration: 5 Ways to Improve Marketo Don t gamble with your top of funnel activity. Connect Marketo faster with a more powerful

More information

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM)

Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Comparative study on demand forecasting by using Autoregressive Integrated Moving Average (ARIMA) and Response Surface Methodology (RSM) Nummon Chimkeaw, Yonghee Lee, Hyunjeong Lee and Sangmun Shin Department

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

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

Presenter Daymond Ling, Professor, Seneca College

Presenter Daymond Ling, Professor, Seneca College Presenter Daymond Ling, Professor, Seneca College Daymond Ling is a Professor at Seneca College of Applied Technology and Arts where he has been teaching advanced analytics and machine learning in the

More information

Driving the Engagement Marketing Process With Technology

Driving the Engagement Marketing Process With Technology Driving the Engagement Marketing Process With Technology By Lisa Flynn Driving the Engagement Marketing Process With Technology It s commonly held that marketing is a combination of art and science, but

More information

Retail Sales Forecasting at Walmart. Brian Seaman WalmartLabs

Retail Sales Forecasting at Walmart. Brian Seaman WalmartLabs Retail Sales Forecasting at Walmart Brian Seaman WalmartLabs 1 The biggest challenge as a forecasting practitioner The boss says: I need a forecast of A forecaster should respond: Why? 2 Today s Focus

More information