TopGolf Inc: Demand Forecasting

Size: px
Start display at page:

Download "TopGolf Inc: Demand Forecasting"

Transcription

1 Senior Design Final Report TopGolf Inc: Demand Forecasting Prepared by: Kaitlyn Farmer, Janie Flowers, Zach Taher May 8th, 2014

2 Table of Contents Management Summary... 1 Background and Description of Project... 2 Analysis of the Situation... 3 Technical Description of the Model... 4 Dallas R Software Output... 6 Dallas R Software Output (No 2014)... 8 Austin R Software Outputs Analysis and Managerial Interpretation Austin, TX Site Regression Chart Dallas, TX Site Regression Chart Dallas, TX Site (No 2014) Regression Chart Conclusions and Critique Appendix A - Austin Diagnosis Appendix B - Austin Plot Appendix C - Dallas Plot Appendix D - Dallas Diagnostics Appendix E- Dallas Plot (No 2014) Appendix F - Dallas Diagnostics (No 2014)

3 Management Summary TopGolf is a unique entertainment facility that provides guests with a new type of golfing experience that allows players of all ages and skill levels to participate in a fun point-scoring golf game. Players can hit microchip golf balls at targets located in the outfield and track their hits with the balls unique tracking system. TopGolf is also a premier event venue that provides guests with upscale food and beverage options, VIP memberships, special events, private event services, and much more. They currently have 10 locations in two countries and will have opened 90 more sites within the next five years. That s over 900% growth in five years. Despite TopGolf s great amount of success and growth, they currently have no form of revenue forecasting models or programs to help them better predict their daily business operations. TopGolf s quick growth and massive success has allowed them to get by without having to forecast their customers spending patterns. However, without any type of demand forecasting models, TopGolf indicated to us the difficulty this creates in many daily business decisions such as optimizing the staffing schedule. With this in mind, our team decided that our senior design project would be to create a type of forecasting model to help TopGolf better track revenue data and predict daily demand. Our team was also interested in finding out if weather conditions had any effect on customer play and sales at TopGolf. Our project would look at these variables and create a future revenue forecasting model to be implemented to help staff scheduling, so that TopGolf can better meet Key Performance Indicators, such as sales per employee hour. Our team was given over 1.8 million data points from TopGolf s data revenue collection file. Our team set out to identify potential factors that could influence revenue, build an accurate model that will forecast future demand with respect to these factors. Over the course of our project our team used AWK, a software tool, to break down the large revenue file into multiple files based on specific site data. We also used Microsoft Excel to organize, manipulate, and run basic regressions of the weather and revenue data. Finally, we used R software to create models, analyze the data, and build our final forecasting models. The first step of analysis was discovering which variables would be significant in forecasting revenue. We looked at TopGolf s revenue data, day of the week, month of the year, and historical weather data to create a forecasting model. The data was inconclusive for the Dallas, TX location due to the new collection process; however, the Austin, TX site had a good collection of data we were able to use to create a model. We concluded using the Austin data that day of the week plays the largest role in determining revenue for a given day at TopGolf. Through our model, we found that weekends yield better results than the weeknights. In addition, we found that TopGolf also performs very well when the weather is between 51 and 70 degrees Fahrenheit. 1

4 Background and Description of Project TopGolf is a new company, with operations only spanning over five years. After Ken May, Chief Operating Officer, came on board with the company he made it his mission to incorporate Business Intelligence strategies into daily business operations. Less than a year ago, Ken May created a Business Intelligence and Analytics group at the company to start tracking and modeling data. Coming into this project, the Business Intelligence and Analytics group at TopGolf was still in its preliminary stages of working towards condensing all the data collection that had been untouched for the entire life of the company. TopGolf s had many problems when it came to Business Intelligence. TopGolf has all this data that is not being tracked, organized, or put into any standardization models. They have no current forecasting software. The company is manually forecasting daily sales in spreadsheets. With all of these problems, it is very difficult for TopGolf to come up with a standardization in making daily business decisions such as creating optimal staffing schedules for their multiple sites. Our senior design team was motivated to apply our expertise in Management Science modeling and analytics to help TopGolf create this solution to this problem. The purpose of our study is to help TopGolf to predict customer treads by creating a demand forecasting model, which will allow them to make more informed business decisions. Our team had to first decide what software we would use to create the forecasting model. TopGolf currently was using an advanced Microsoft Business Package. So we decided to start running our models in excel. We ran preliminary regressions in excel to see if there was any correlation. However, Excel is only able run regressions using 16 variables. So after seeing some correlation in the data using excel and speaking with TopGolf about what software they could utilize, we converted the data to CSV format and uploaded it into R software which is able to handle more variables. Another decision we had to make is how to group the variables. We decided to group the variables by the day of the week, month of the year, and temperature range. We used these variables against the TopGolf revenue data to analyze if they affected the revenue for a given time. We chose these variables through deductive reasoning using personal experiences to hypothesize what would be largest influencers on revenue. There were many variables to consider when looking at what weather data to include in the study. We were able to find historic daily weather data that included tons information from humidity to wind direction. Our team decided to only focus on a few key weather factors that we believed might have an impact on customers TopGolf usage. This model will affect the Business Intelligence (BI) group because they will be able to use our model to implement future decisions in regards to staffing. Our results will help the BI group compare the trends they have seen in-house and what we found. As TopGolf employees become more aware of customer trends they will be able to better forecast revenues and become a more efficient company. 2

5 Analysis of the Situation Our senior design teams problem/ goal to tackle this project was to create a forecasting model that looked at the daily correlation between date, climate factors, and daily revenues collected at a specific TopGolf sites. Our team s general approach to the problem of demand forecasting for TopGolf began with data mining the revenue data we received. We converted this data to a txt file to ensure that it could later be put into excel. After reviewing the data file, we found that it had over 1.8 million data points. Therefore from this point, we decided that to even consider tackling the data, we must first break it down. We decided the most practical way to divide up the data was to break the file down by the different TopGolf site locations. We were able to use AWK to split this data up into the different sites. Once we had separated the data for the different TopGolf sites, we were able to input it into Excel for further data scrubbing. First, we started out comparing weather data and revenue data against each other in basic Excel pivot charts and graphs. Next, our team created regression models in Excel using the Dallas, TX site revenue data and Dallas weather data for further analysis. After analysis of the results we saw a large spike in 2014 revenue data. After speaking with TopGolf, they stated that this spike was due to the cause of their new revenue collection where customers rented bays per hour and no longer by purchasing physical quantities of balls. Our team decided to first take a look at the results without 2014 data, to see the effect the new pricing strategy had on the regression. Surprisingly, these results turned out to provide an even worse result for forecasting the revenue. After finally finding a somewhat significant correlation with the Austin, TX site, we decided to starting running the data in R software to create models using larger amounts of data. Our team started running the Dallas and Austin, Texas site data in R software. We decided to not use the Houston, TX site data because it showed poor correlation. It seems that the reporting for the Houston site was off due to the total revenues were very low and often below $10,000 for certain days. This caused a significant impact in the results and was not even able to produce R 2 values above 0.1 in Excel, despite running it many different ways. Fortunately, the results of the Austin data were promising, achieving an R 2 value around 0.7. The only factor that reduces this results credibility is the fact that the Austin, Texas TopGolf site data only holds about nine months of data. Our team was able to find distinct weekly and monthly trends in this data which can be seen in the graphs in the Appendix. Dallas regressions were not as promising; with the R 2 value resulting in 0.2, so we decided to run the regression twice. The first time we used the data is that was provided to our team by TopGolf. However, as you can see in the Dallas plot graph (Appendix C), there is an obvious change in reporting between 2013 and 2014 which throws off the regression. To account for this change, we took away all of the 2014 data (see Appendix E) and ran the regression again. Unfortunately, the results were still not providing strong correlation, as you can see from the actual vs. forecasted plotted points (Appendix E). The full models created can be found further in this report to further clarify variables, technical analysis, and project results. 3

6 Technical Description of the Model Data was initially received from Top Golf in a crystal reports format. Crystal Reports is a SAP program which pulls database queried information into a viewable report. Another reason files are exported in this format is so that the data can be compressed and large amounts of data are not hogging computer processing power. We initially tried to install a free report viewer for the data however the data would not open using this program and we were forced to look for other methods to view the data. By changing the file extension to a.txt file, we were able to open the file with Notepad. The data file was very large, over 800 megabytes in size, and contained over 1.8 million rows of data. This was due to the fact that the file contained every transaction for the last two years at all 10 operating top golf sites. Once we were able to actually view the data, we needed to find a method in which to clean up the data to find the chunks that would be useful to us. Initially we read the data into Excel, however Excel would only take slightly over one million rows of data in, leaving half of our data file unused. Fortunately, the data was ordered by site ID. The Top Golf site ID for the Dallas location was 5 and we were able to run data validation in Excel which left us only with the data for the Dallas location. A problem we ran into was that the date recorded for each entry was not split up by month day and year. Instead it was provided as a Date ID with a value such as By analyzing multiple lines of data, we were able to infer that the first four numbers of the Date ID contained the year, the next two numbers contained the day of the week, and the last two numbers were the month number. We were able to use Excel s =RIGHT(string, #characters), =MID(string, start character #, #characters) and =LEFT(string, #characters), functions to change the info into separate year, month, and day columns. Using this data we were then able to use the =WEEKDAY(date) function in Excel to determine the weekday for each data point, which would be 7 of the variables that we used in our analysis. The data still required more scrubbing because it could not yet be used in a regression. We needed to delete all of the entries with no reported revenue. These showed up as NULL and could not be used as their value would greatly skew any regression models. Unneeded columns such as transaction type and transaction amount were deleted. We considered using transaction type as a variable however there were over 25 different transaction types and it was not known how we would assign numerical values to each different transaction type. Lastly, we put the revenue into a pivot table so that we would have daily sums. After cleaning up all the data, we needed to add weather data. We pulled the data from which had daily reports of weather statistics for the past five years. Our data only went back three years so we had weather data for each TopGolf operating. The weather data files contained much more data than we needed and had info such as minimum temperature, maximum temperature, average temperature, wind speed, humidity, visibility, and precipitation. We decided that the temperature and precipitation data were the data that would have the greatest impact and decided to use these in our model. This data was able to be added to the TopGolf data using multiple VLookUps in excel where the formula would search for the date in the weather spreadsheet and then pull the relevant information. To illustrate, we would use the date in the 4

7 TopGolf revenue sheet, the formula would then look for the corresponding date in the weather spreadsheet and then look into the specified column (temperature or precipitation) for that row. This accurately and quickly pulled all of the relevant weather data into our main top golf data file. After the data had been cleaned, we needed to select variables which looked to have a significant impact on revenue. To help us decide on these variables, we graphed the raw daily revenue data in which there were obvious seasonality and weather trends. We also predicted originally that weather would have a significant impact on the revenue and decided to use temperature and precipitation as variables as well. Originally, and mistakenly, we were using the variables as typical numerical values. Thus we essentially only had four variables, weekday (with values ranging from 1-7), month of year (values ranging from 1-12), precipitation, and temperature (ranging from ). We ran an initial regression on the data using Excel s regression analysis tool and came away with an R 2 value less than 0.1 indicating poor correlation. We concluded that this was poor model design due to our variables. In this type of scenario, we would be assuming that later in the week, later in the year, and the hotter it was, the greater revenue would be. Under this assumption, a 110 degree day on a Sunday in December would produce the highest revenue. Thus we decided to change our variables into binary variables. This meant each day of the week and each month would become its own independent variable. The weather data we would then stratify and use IF formulas in excel to assign either a 1 or 0 depending on if the average temperature fell within that range. We kept precipitation as a normal variable assuming that it would have a negative coefficient and that the more it rained in a day, the less revenue top golf would recognize. We again attempted to run the regression in Excel; however Excel s regression tool will only take 16 variables. We used day of the week, and temperature data, and precipitation for a total of 16 variables. The regression gave us a correlation coefficient of 0.28 which was still poor. The coefficient for the precipitation data was strangely positive as well indicating that with more rain, there would be more revenue. This seemed incorrect and after reassessing the precipitation data, determined that it was incorrect. There had been days where there had been rain according to other sources where our data did not indicate such. As a result we decided to remove the precipitation data from our model. This increased our R 2 value to 0.3 which was a slight improvement. We noticed there were a few data points that were large outliers. There were certain days with revenue over $500,000 when a typical day sat between $50,000 and $100,000 in revenue. We decided to remove these days from our model. We also noticed a large jump in sales for 2014 data. Daily revenue was almost 4 times what it was in previous years. This was not simply a result increased business but was a reporting difference. We deleted the 2014 entries and ran another regression which resulted in a R 2 =.35 which was another improvement. In an effort to get better results, we decided to look at another site. That site ended up being the Austin site which we chose because the site was opened with the new reporting system. The methods above were repeated to clean the Austin data and after running a regression, we were able 5

8 to achieve an R 2 =.65 which showed that there was actually correlation between the daily revenue and the variables that we selected. We still had not run the regression with all 25 variables due to Excel s variables limits so we decided to use the R statistical package. To get the data into R, we saved the Excel files into csv format which can easily be read into R using the read.csv(csv name) command. Each file was read into the program and saved as its own data frame. We then used R s lm command to designate a linear regression and designated which variables we wanted to use. The variables analyzed in the regression are below: Temperature range (50 and below, degrees, degrees, degrees, degrees, above 90 degrees) Day of the Week (Monday, Tuesday, Wednesday, etc) Month of the year (January, February, March, etc) The regression was run three different times, once for all of the Dallas data, once for the Dallas data without 2014 revenue, and once for the Austin location. The outputs of R s linear regression are below: Dallas R Software Output Call: lm(formula = tgd$total.amount ~ tgd$below.50 + tgd$x tgd$x tgd$x tgd$x tgd$above.90 + tgd$monday + tgd$tuesday + tgd$wednesday + tgd$thursday + tgd$friday + tgd$saturday + tgd$sunday + tgd$january + tgd$february + tgd$march + tgd$april + tgd$may + tgd$june + tgd$july + tgd$august + tgd$september + tgd$october + tgd$november + tgd$december) Residuals: Min 1Q Median 3Q Max Coefficients: (2 not defined because of singularities) Estimate Std. Error t value Pr(> t ) 6

9 (Intercept) ** tgd$below tgd$x tgd$x tgd$x tgd$x tgd$above tgd$monday tgd$tuesday tgd$wednesday tgd$thursday tgd$friday * tgd$saturday *** tgd$sunday NA NA NA NA tgd$january e-07 *** tgd$february tgd$march tgd$april e-05 *** tgd$may ** tgd$june *** tgd$july *** tgd$august *** tgd$september *** tgd$october e-07 *** tgd$november tgd$december NA NA NA NA 7

10 --- Signif. codes: 0 *** ** 0.01 * Residual standard error: 7199 on 647 degrees of freedom Multiple R-squared: , Adjusted R-squared: F-statistic: 8.3 on 23 and 647 DF, p-value: < 2.2e-16 Dallas R Software Output (No 2014) Call: lm(formula = tgd$total.amount ~ tgd$below.50 + tgd$x tgd$x tgd$x tgd$x tgd$above.90 + tgd$monday + tgd$tuesday + tgd$wednesday + tgd$thursday + tgd$friday + tgd$saturday + tgd$sunday + tgd$january + tgd$february + tgd$march + tgd$april + tgd$may + tgd$june + tgd$july + tgd$august + tgd$september + tgd$october + tgd$november + tgd$december) Residuals: Min 1Q Median 3Q Max Coefficients: (2 not defined because of singularities) Estimate Std. Error t value Pr(> t ) (Intercept) e-09 *** tgd$below ** tgd$x ** tgd$x * 8

11 tgd$x tgd$x tgd$above tgd$monday *** tgd$tuesday e-05 *** tgd$wednesday *** tgd$thursday ** tgd$friday tgd$saturday e-07 *** tgd$sunday NA NA NA NA tgd$january tgd$february tgd$march ** tgd$april tgd$may e-05 *** tgd$june tgd$july tgd$august tgd$september tgd$october tgd$november tgd$december NA NA NA NA --- Signif. codes: 0 *** ** 0.01 * Residual standard error: on 496 degrees of freedom 9

12 Multiple R-squared: , Adjusted R-squared: F-statistic: on 23 and 496 DF, p-value: < 2.2e-16 Austin R Software Outputs Residuals: Min 1Q Median 3Q Max Coefficients: (4 not defined because of singularities) Estimate Std. Error t value Pr(> t ) (Intercept) ** tga$monday ** tga$tuesday tga$wednesday tga$thursday ** tga$friday e-07 *** tga$saturday < 2e-16 *** tga$sunday NA NA NA NA tga$below * tga$x *** tga$x ** tga$x tga$x tga$above tga$january e-05 *** tga$february < 2e-16 *** 10

13 tga$march < 2e-16 *** tga$april NA NA NA NA tga$may NA NA NA NA tga$june e-10 *** tga$july ** tga$august ** tga$september *** tga$october e-08 *** tga$november e-11 *** tga$december NA NA NA NA --- Signif. codes: 0 *** ** 0.01 * Residual standard error: on 259 degrees of freedom Multiple R-squared: 0.618, Adjusted R-squared: F-statistic: on 21 and 259 DF, p-value: < 2.2e-16 The results of the regression were a little worse than what we had achieved in excel. We then graphed the forecasted revenue against the actual revenue for each scenario using R as well as ran regression analysis and graphed these to illustrate the accuracy/inaccuracy of our models. These graphs can be found in the Appendix. 11

14 Analysis and Managerial Interpretation We came up with the following forecasting models for each of the three scenarios. Austin, TX Site Regression Chart Austin Regression Day of Week Month Temperature Variable Coefficient Variable Coefficient Variable Coefficient Monday -11,384 January -20, and Below 34,155 Tuesday -2,987 February -52, Degrees 49,210 Wednesday 3,502 March -54, Degrees 47,933 Thursday 11,532 April N/A Degrees -2,500 Friday 23,180 May N/A Degrees -1,034 Saturday 40,430 June -61,289 Above 90 Degrees 6,951 Sunday N/A July -24,679 August -25,144 September -28,664 October -32,609 November -35,586 Intercept of December N/A *Coefficients with N/A are due to singularities Dallas, TX Site Regression Chart Dallas Regression Day of Week Month Temperature Variable Coefficient Variable Coefficient Variable Coefficient Monday -594 January -6, and Below -1,077 Tuesday -42 February Degrees 741 Wednesday 208 March 1, Degrees 246 Thursday 430 April -7, Degrees -882 Friday 2,052 May -5, Degrees -697 Saturday 3,653 June -6,267 Above 90 Degrees -887 Sunday N/A July -6,371 August -6,466 September -6,597 October -7,312 November 278 Intercept of December N/A *Coefficients with N/A are due to singularities 12

15 Dallas, TX Site (No 2014) Regression Chart Dallas Regression (No 2014 Data) Day of Week Month Temperature Variable Coefficient Variable Coefficient Variable Coefficient Monday -455 January and Below -832 Tuesday -492 February Degrees -681 Wednesday -429 March Degrees -567 Thursday -325 April Degrees -445 Friday 146 May Degrees -487 Saturday 601 June 226 Above 90 Degrees -474 Sunday N/A July -11 August -39 September -123 October -185 November 59 Intercept of December N/A *Coefficients with N/A are due to singularities The results for the Dallas location showed poor correlation between our selected variables and the revenue reported. This is most likely due to the change in reporting at the Dallas site. The system that Top Golf had in place prior to January of 2014 poorly reported revenue on transactions and showed in the results, generating a poor regression model. This is one of the reasons we decided to repeat our methods in Austin where the new reporting software had been used since the opening of the facility. Our results from the Austin model show that there is some validity to our forecasted model. With time, as Top Golf collects more and more revenue, it is likely that more trends will begin to emerge in the data and it will be easier to accurately forecast revenue. The Austin location is the best site to look at if we are going to make any conclusions from the model. First, we can look at the coefficients from the day of the week data. It is obvious that revenues are much higher on weekends than they are on weekdays. In fact, as the week goes on, revenue slightly increases with a peak on Saturday, a decrease on Sunday, and then a sharp decline for Monday of the following week. Another conclusion that can be made is that revenue seems to be higher when it is below 70 degrees or above 90 degrees. This could be due to customers knowing that Top Golf has heated and air conditioned bays. Our hypothesis on this result is that people would rather be outside when the weather is ideal. They know that if it is cold outside, they can play Top Golf with heaters on when they could not play golf on a golf course. The same applies for the high temperatures when customers may want to avoid staying out of the blistering Texas heat. Another possible reason for increased revenue in high temperature is that these high temperatures happen in the summer when customers are more likely to go out for entertainment than during the school year. 13

16 We believe that the Austin regression model should be applied but cautiously so. The issues with the model is that it is coming from less than a year of data, the results are somewhat correlated but not very highly correlated, and the coefficients are large which could cause very large variations in day to day predictions. The best application of this model would be to consider these variables when TopGolf implements their new forecasting software in the future. I would also recommend looking into many more variables and combinations of variables for these forecasts. Revenue prediction is as much of an art as it is a science and it takes many iterations of trial and error to find an accurate revenue model. It would be interesting to look at information such as how prior day revenue affects the next day revenue. Other variables such as events in the area, promotions (coupons, sales, etc), the number of memberships sold, and corporate bookings, may have large impacts on revenue and should be considered. In addition to the many variables that need to be considered, every day new data is added which may change the model. This means that analysis will have to be done iteratively as new data is received. This is a large and complex issue which requires a lot of dedication to solve. Conclusions and Critique Based on our analysis and testing of various cases, we recommend to management that correlation can be found, as shown in the Austin, TX site data. Also this information can be used to forecast future demand using our model. However at this time we recommend that TopGolf, continue to gather revenue data for all sites to create stronger models for all site locations. Hopefully after multiple years of data collection, they will have more knowledge that will better explain customer behaviors and clearly define all possible outliers to encompass into future forecasting models that will allow them to create a very accurate model. This potential for creating accurate forecasting models with future site date, the business intelligence team to supply the rest of the company with demand forecast to help the business make better daily operating decisions, such as staffing. Also, these results conclude that there is a possibility for future models to be created to build software that can automatically calculate amount of employees that should be staffed based on the weather forecast and date. This could create huge opportunity for TopGolf to help reduce their operating cost and move towards becoming a more efficient workplace. As a senior design team we were faced with a lot of unavoidable problems. One area we believe we could have approved upon would be to research outlying events that could affect data before deciding to move forward with a project. It would have been helpful to know before running multiple forecasts with the Dallas, TX site data that the whole company had switched over to a new revenue collection model. TopGolf provided us with many years of data that we thought would allow us to create very accurate forecasting models; however our team did not know that the company had changed its revenue collection over to a new system a few years ago. Luckily we were able to discover this information early on because any old revenue data before the change in revenue collection would be pointless in forecasting future revenue and predicting demand. However, this had a large impact in the forecasting of future revenues with their new pricing model because very few data of this type existed. If our team was to have known about this change before 14

17 hand, it would have been easy to conclude that the data would not be mature enough to provide sound results for TopGolf to implement in their daily business operations. As TopGolf does continue to collect data from their sites over the next few years we are hoping that they will be able to implement a more accurate version of the revenue forecasting models we created. 15

18 Appendix A - Austin Diagnosis Appendix B - Austin Plot 2 16

19 Appendix C - Dallas Plot Appendix D - Dallas Diagnostics 17

20 Appendix E- Dallas Plot (No 2014) Appendix F - Dallas Diagnostics (No 2014) 18

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative?

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative? 1. Does a moving average forecast become more or less responsive to changes in a data series when more data points are included in the average? 2. Does an exponential smoothing forecast become more or

More information

5, 0. Math 112 Fall 2017 Midterm 1 Review Problems Page Which one of the following points lies on the graph of the function f ( x) (A) (C) (B)

5, 0. Math 112 Fall 2017 Midterm 1 Review Problems Page Which one of the following points lies on the graph of the function f ( x) (A) (C) (B) Math Fall 7 Midterm Review Problems Page. Which one of the following points lies on the graph of the function f ( ) 5?, 5, (C) 5,,. Determine the domain of (C),,,, (E),, g. 5. Determine the domain of h

More information

Math 112 Spring 2018 Midterm 1 Review Problems Page 1

Math 112 Spring 2018 Midterm 1 Review Problems Page 1 Math Spring 8 Midterm Review Problems Page Note: Certain eam questions have been more challenging for students. Questions marked (***) are similar to those challenging eam questions.. Which one of the

More information

Determine the trend for time series data

Determine the trend for time series data Extra Online Questions Determine the trend for time series data Covers AS 90641 (Statistics and Modelling 3.1) Scholarship Statistics and Modelling Chapter 1 Essent ial exam notes Time series 1. The value

More information

A Plot of the Tracking Signals Calculated in Exhibit 3.9

A Plot of the Tracking Signals Calculated in Exhibit 3.9 CHAPTER 3 FORECASTING 1 Measurement of Error We can get a better feel for what the MAD and tracking signal mean by plotting the points on a graph. Though this is not completely legitimate from a sample-size

More information

STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; )

STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; ) STATISTICAL FORECASTING and SEASONALITY (M. E. Ippolito; 10-6-13) PART I OVERVIEW The following discussion expands upon exponential smoothing and seasonality as presented in Chapter 11, Forecasting, in

More information

Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018

Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018 Advance signals that can be used to foresee demand response days PJM SODRTF - March 9, 2018 1 OVERVIEW BGE s load response programs are split between two programs Peak Rewards and Smart Energy Rewards

More information

Chapter 1 0+7= 1+6= 2+5= 3+4= 4+3= 5+2= 6+1= 7+0= How would you write five plus two equals seven?

Chapter 1 0+7= 1+6= 2+5= 3+4= 4+3= 5+2= 6+1= 7+0= How would you write five plus two equals seven? Chapter 1 0+7= 1+6= 2+5= 3+4= 4+3= 5+2= 6+1= 7+0= If 3 cats plus 4 cats is 7 cats, what does 4 olives plus 3 olives equal? olives How would you write five plus two equals seven? Chapter 2 Tom has 4 apples

More information

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES This topic includes: Transformation of data to linearity to establish relationships

More information

November 2018 Weather Summary West Central Research and Outreach Center Morris, MN

November 2018 Weather Summary West Central Research and Outreach Center Morris, MN November 2018 Weather Summary Lower than normal temperatures occurred for the second month. The mean temperature for November was 22.7 F, which is 7.2 F below the average of 29.9 F (1886-2017). This November

More information

FURTHER MATHEMATICS Units 3 & 4 - Written Examination 2

FURTHER MATHEMATICS Units 3 & 4 - Written Examination 2 THIS BOX IS FOR ILLUSTRATIVE PURPOSES ONLY 2016 Examination Package - Trial Examination 4 of 5 Figures STUDENT NUMBER Letter Words FURTHER MATHEMATICS Units 3 & 4 - Written Examination 2 (TSSM s 2014 trial

More information

Weather Prediction Using Historical Data

Weather Prediction Using Historical Data Weather Prediction Using Historical Data COMP 381 Project Report Michael Smith 1. Problem Statement Weather prediction is a useful tool for informing populations of expected weather conditions. Weather

More information

Chapter 16. Simple Linear Regression and Correlation

Chapter 16. Simple Linear Regression and Correlation Chapter 16 Simple Linear Regression and Correlation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Midterm 2 - Solutions

Midterm 2 - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis February 24, 2010 Instructor: John Parman Midterm 2 - Solutions You have until 10:20am to complete this exam. Please remember to put

More information

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

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

More information

BESPOKEWeather Services Tuesday Morning Update: SLIGHTLY BEARISH

BESPOKEWeather Services Tuesday Morning Update: SLIGHTLY BEARISH Weather guidance overnight continued to tick demand expectations higher even after some very impressive afternoon guidance yesterday. We still see weather as extremely supportive for natural gas prices,

More information

Defining Normal Weather for Energy and Peak Normalization

Defining Normal Weather for Energy and Peak Normalization Itron White Paper Energy Forecasting Defining Normal Weather for Energy and Peak Normalization J. Stuart McMenamin, Ph.D Managing Director, Itron Forecasting 2008, Itron Inc. All rights reserved. 1 Introduction

More information

Multivariate Regression Model Results

Multivariate Regression Model Results Updated: August, 0 Page of Multivariate Regression Model Results 4 5 6 7 8 This exhibit provides the results of the load model forecast discussed in Schedule. Included is the forecast of short term system

More information

Every day, health care managers must make decisions about service delivery

Every day, health care managers must make decisions about service delivery Y CHAPTER TWO FORECASTING Every day, health care managers must make decisions about service delivery without knowing what will happen in the future. Forecasts enable them to anticipate the future and plan

More information

Empirical Project, part 1, ECO 672

Empirical Project, part 1, ECO 672 Empirical Project, part 1, ECO 672 Due Date: see schedule in syllabus Instruction: The empirical project has two parts. This is part 1, which is worth 15 points. You need to work independently on this

More information

Analyzing the effect of Weather on Uber Ridership

Analyzing the effect of Weather on Uber Ridership ABSTRACT MWSUG 2016 Paper AA22 Analyzing the effect of Weather on Uber Ridership Snigdha Gutha, Oklahoma State University Anusha Mamillapalli, Oklahoma State University Uber has changed the face of taxi

More information

Demand Forecasting. for. Microsoft Dynamics 365 for Operations. User Guide. Release 7.1. April 2018

Demand Forecasting. for. Microsoft Dynamics 365 for Operations. User Guide. Release 7.1. April 2018 Demand Forecasting for Microsoft Dynamics 365 for Operations User Guide Release 7.1 April 2018 2018 Farsight Solutions Limited All Rights Reserved. Portions copyright Business Forecast Systems, Inc. This

More information

79 Wyner Math Academy I Spring 2016

79 Wyner Math Academy I Spring 2016 79 Wyner Math Academy I Spring 2016 CHAPTER NINE: HYPOTHESIS TESTING Review May 11 Test May 17 Research requires an understanding of underlying mathematical distributions as well as of the research methods

More information

A summary of the weather year based on data from the Zumwalt weather station

A summary of the weather year based on data from the Zumwalt weather station ZUMWALT PRAIRIE WEATHER 2016 A summary of the weather year based on data from the Zumwalt weather station Figure 1. An unusual summer storm on July 10, 2016 brought the second-largest precipitation day

More information

Motorcycle Sales January 9 February 7 March 10 April 8 May 7 June 12 July 10 August 11 September 12 October 10 November 14 December 16

Motorcycle Sales January 9 February 7 March 10 April 8 May 7 June 12 July 10 August 11 September 12 October 10 November 14 December 16 Problems 1 The Saki motorcycle dealer in the MinneapolisSt Paul area wants to make an accurate forecast of demand for the Saki Super TXII motorcycle during the next month Because the manufacturer is in

More information

Stockmarket Cycles Report for Wednesday, January 21, 2015

Stockmarket Cycles Report for Wednesday, January 21, 2015 Stockmarket Cycles Report for Wednesday, January 21, 2015 Welcome to 2015! As those of you who have been reading these reports over the past year or longer know, 2015 is set up in so many different ways

More information

Discrete distribution. Fitting probability models to frequency data. Hypotheses for! 2 test. ! 2 Goodness-of-fit test

Discrete distribution. Fitting probability models to frequency data. Hypotheses for! 2 test. ! 2 Goodness-of-fit test Discrete distribution Fitting probability models to frequency data A probability distribution describing a discrete numerical random variable For example,! Number of heads from 10 flips of a coin! Number

More information

My Calendar Notebook

My Calendar Notebook My Calendar Notebook 100 Days of School! Today s number + what number equals 100? + =100 Today is: Sunday Monday Tuesday Wednesday Thursday Friday Saturday The date is: The number before... The number

More information

Chapter 16. Simple Linear Regression and dcorrelation

Chapter 16. Simple Linear Regression and dcorrelation Chapter 16 Simple Linear Regression and dcorrelation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

BESPOKEWeather Services Monday Morning Update: NEUTRAL

BESPOKEWeather Services Monday Morning Update: NEUTRAL Weather guidance over the weekend trended right in line with our expectations on Friday, as we saw warm forecasts continue through the short-term but significant cooling in both the medium and long-term.

More information

EVALUATION OF ALGORITHM PERFORMANCE 2012/13 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR

EVALUATION OF ALGORITHM PERFORMANCE 2012/13 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR EVALUATION OF ALGORITHM PERFORMANCE /3 GAS YEAR SCALING FACTOR AND WEATHER CORRECTION FACTOR. Background The annual gas year algorithm performance evaluation normally considers three sources of information

More information

C Further Concepts in Statistics

C Further Concepts in Statistics Appendix C.1 Representing Data and Linear Modeling C1 C Further Concepts in Statistics C.1 Representing Data and Linear Modeling Use stem-and-leaf plots to organize and compare sets of data. Use histograms

More information

BESPOKEWeather Services Friday Morning Update: SLIGHTLY BEARISH

BESPOKEWeather Services Friday Morning Update: SLIGHTLY BEARISH Forecasts overnight cooled dramatically, with European cooling the medium-range the most. A cool shot from the Midwest into the Ohio River Valley and East from the 15 th through the 18 th looks to pull

More information

Skupos Data Helps Convenience Stores Predict Inventory Needs Before Hurricanes

Skupos Data Helps Convenience Stores Predict Inventory Needs Before Hurricanes Case Study: Hurricane Florence Winter 2018 SKUPOS Inc. 300 Kansas St. Suite 103 San Francisco, CA 94103 www.skupos.com Skupos Data Helps Convenience Stores Predict Inventory Needs Before Hurricanes A Look

More information

Regression Analysis II

Regression Analysis II Regression Analysis II Measures of Goodness of fit Two measures of Goodness of fit Measure of the absolute fit of the sample points to the sample regression line Standard error of the estimate An index

More information

STATISTICAL LOAD MODELING

STATISTICAL LOAD MODELING STATISTICAL LOAD MODELING Eugene A. Feinberg, Dora Genethliou Department of Applied Mathematics and Statistics State University of New York at Stony Brook Stony Brook, NY 11794-3600, USA Janos T. Hajagos

More information

Fundamentals of Transmission Operations

Fundamentals of Transmission Operations Fundamentals of Transmission Operations Load Forecasting and Weather PJM State & Member Training Dept. PJM 2014 9/10/2013 Objectives The student will be able to: Identify the relationship between load

More information

Unit 1: Weather. Real-World Math 2

Unit 1: Weather. Real-World Math 2 Unit 1: Weather Key Concepts Discuss temperatures below zero. Draw a number line to review negative numbers. Do some whole-class practice with sample questions. For example, If it was degrees when you

More information

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769)

ALGEBRA 1 SEMESTER 1 INSTRUCTIONAL MATERIALS Courses: Algebra 1 S1 (#2201) and Foundations in Algebra 1 S1 (#7769) Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. Ramal goes to the grocery store and buys pounds of apples and pounds of bananas. Apples cost dollars per

More information

Components for Accurate Forecasting & Continuous Forecast Improvement

Components for Accurate Forecasting & Continuous Forecast Improvement Components for Accurate Forecasting & Continuous Forecast Improvement An ISIS Solutions White Paper November 2009 Page 1 Achieving forecast accuracy for business applications one year in advance requires

More information

4.4 MONTHLY WEATHER SUMMARY

4.4 MONTHLY WEATHER SUMMARY 4.4 1 4.4 MONTHLY WEATHER SUMMARY OBJECTIVES The students Collect and summarize monthly weather data about local weather conditions including wind speed and direction, rainfall, temperature, humidity (optional),

More information

Great Lakes Update. Volume 199: 2017 Annual Summary. Background

Great Lakes Update. Volume 199: 2017 Annual Summary. Background Great Lakes Update Volume 199: 2017 Annual Summary Background The U.S. Army Corps of Engineers (USACE) tracks and forecasts the water levels of each of the Great Lakes. This report is primarily focused

More information

TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY

TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY Filed: September, 00 EB-00-00 Tab Schedule Page of 0 TRANSMISSION BUSINESS LOAD FORECAST AND METHODOLOGY.0 INTRODUCTION 0 This exhibit discusses Hydro One Networks transmission system load forecast and

More information

The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017

The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017 The Dayton Power and Light Company Load Profiling Methodology Revised 7/1/2017 Overview of Methodology Dayton Power and Light (DP&L) load profiles will be used to estimate hourly loads for customers without

More information

Preliminary Material Data Sheet

Preliminary Material Data Sheet Level 1/Level 2 Certificate Foundation Level June 2015 Use of Mathematics 43503F/PM Core unit Preliminary Material Data Sheet To be opened and issued to candidates between Monday 27 April 2015 and Monday

More information

What Patterns Can Be Observed in a Year?

What Patterns Can Be Observed in a Year? LESSON 3 What Patterns Can Be Observed in a Year? From this vantage point, you can see the moon, sun, stars, and Earth. From Earth s surface, there are patterns to how the sun, moon, and stars appear in

More information

peak half-hourly Tasmania

peak half-hourly Tasmania Forecasting long-term peak half-hourly electricity demand for Tasmania Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report for

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

11 CHI-SQUARED Introduction. Objectives. How random are your numbers? After studying this chapter you should

11 CHI-SQUARED Introduction. Objectives. How random are your numbers? After studying this chapter you should 11 CHI-SQUARED Chapter 11 Chi-squared Objectives After studying this chapter you should be able to use the χ 2 distribution to test if a set of observations fits an appropriate model; know how to calculate

More information

Mathematics Practice Test 2

Mathematics Practice Test 2 Mathematics Practice Test 2 Complete 50 question practice test The questions in the Mathematics section require you to solve mathematical problems. Most of the questions are presented as word problems.

More information

Solar Open House Toolkit

Solar Open House Toolkit A Solar Open House is an informal meet and greet at a solar homeowner s home. It is an opportunity for homeowners who are considering going solar to see solar energy at work, ask questions about the process

More information

September 2018 Weather Summary West Central Research and Outreach Center Morris, MN

September 2018 Weather Summary West Central Research and Outreach Center Morris, MN September 2018 Weather Summary The mean temperature for September was 60.6 F, which is 1.5 F above the average of 59.1 F (1886-2017). The high temperature for the month was 94 F on September 16 th. The

More information

Worksheet: The Climate in Numbers and Graphs

Worksheet: The Climate in Numbers and Graphs Worksheet: The Climate in Numbers and Graphs Purpose of this activity You will determine the climatic conditions of a city using a graphical tool called a climate chart. It represents the long-term climatic

More information

Orange Visualization Tool (OVT) Manual

Orange Visualization Tool (OVT) Manual Orange Visualization Tool (OVT) Manual This manual describes the features of the tool and how to use it. 1. Contents of the OVT Once the OVT is open (the first time it may take some seconds), it should

More information

PREPARED DIRECT TESTIMONY OF GREGORY TEPLOW SOUTHERN CALIFORNIA GAS COMPANY AND SAN DIEGO GAS & ELECTRIC COMPANY

PREPARED DIRECT TESTIMONY OF GREGORY TEPLOW SOUTHERN CALIFORNIA GAS COMPANY AND SAN DIEGO GAS & ELECTRIC COMPANY Application No: A.1-0- Exhibit No.: Witness: Gregory Teplow Application of Southern California Gas Company (U 0 G) and San Diego Gas & Electric Company (U 0 G) for Authority to Revise their Natural Gas

More information

Summary of Seasonal Normal Review Investigations. DESC 31 st March 2009

Summary of Seasonal Normal Review Investigations. DESC 31 st March 2009 Summary of Seasonal Normal Review Investigations DESC 31 st March 9 1 Introduction to the Seasonal Normal Review The relationship between weather and NDM demand is key to a number of critical processes

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

Effect of Weather on Uber Ridership

Effect of Weather on Uber Ridership SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product

More information

North Carolina Offshore Buoy Data. Christopher Nunalee Deirdre Fateiger Tom Meiners

North Carolina Offshore Buoy Data. Christopher Nunalee Deirdre Fateiger Tom Meiners 1 North Carolina Offshore Buoy Data Christopher Nunalee Deirdre Fateiger Tom Meiners 2 Table of Contents Executive Summary 3 Description of Data..3 Statistical Analysis..4 Major Findings 7 Discussion 8

More information

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. 13 Forecasting PowerPoint Slides by Jeff Heyl For Operations Management, 9e by Krajewski/Ritzman/Malhotra 2010 Pearson Education 13 1 Forecasting Forecasts are critical inputs to business plans, annual

More information

AirSafe.com traffic spikes heat maps May 2006 to November 2015 Todd Curtis November 22, 2015

AirSafe.com traffic spikes heat maps May 2006 to November 2015 Todd Curtis November 22, 2015 AirSafe.com traffic spikes heat maps May 2006 to November 2015 Todd Curtis November 22, 2015 Summary A previous AirSafe.com study, AirSafe.com traffic spikes May 2006 to November 2015, reviewed traffic

More information

Denver International Airport MDSS Demonstration Verification Report for the Season

Denver International Airport MDSS Demonstration Verification Report for the Season Denver International Airport MDSS Demonstration Verification Report for the 2014-2015 Season Prepared by the University Corporation for Atmospheric Research Research Applications Division (RAL) Seth Linden

More information

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR

DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR DAILY QUESTIONS 28 TH JUNE 18 REASONING - CALENDAR LEAP AND NON-LEAP YEAR *A non-leap year has 365 days whereas a leap year has 366 days. (as February has 29 days). *Every year which is divisible by 4

More information

LOADS, CUSTOMERS AND REVENUE

LOADS, CUSTOMERS AND REVENUE EB-00-0 Exhibit K Tab Schedule Page of 0 0 LOADS, CUSTOMERS AND REVENUE The purpose of this evidence is to present the Company s load, customer and distribution revenue forecast for the test year. The

More information

Mean, Median, Mode, and Range

Mean, Median, Mode, and Range Mean, Median, Mode, and Range Mean, median, and mode are measures of central tendency; they measure the center of data. Range is a measure of dispersion; it measures the spread of data. The mean of a data

More information

Algebra 1 Fall Semester Final Review Name

Algebra 1 Fall Semester Final Review Name It is very important that you review for the Algebra Final. Here are a few pieces of information you want to know. Your Final is worth 20% of your overall grade The final covers concepts from the entire

More information

2019 Settlement Calendar for ASX Cash Market Products. ASX Settlement

2019 Settlement Calendar for ASX Cash Market Products. ASX Settlement 2019 Settlement Calendar for ASX Cash Market Products ASX Settlement Settlement Calendar for ASX Cash Market Products 1 ASX Settlement Pty Limited (ASX Settlement) operates a trade date plus two Business

More information

MISSION DEBRIEFING: Teacher Guide

MISSION DEBRIEFING: Teacher Guide Activity 2: It s Raining Again?! Using real data from one particular location, students will interpret a graph that relates rainfall to the number of cases of malaria. Background The relationship between

More information

How Accurate is My Forecast?

How Accurate is My Forecast? How Accurate is My Forecast? Tao Hong, PhD Utilities Business Unit, SAS 15 May 2012 PLEASE STAND BY Today s event will begin at 11:00am EDT The audio portion of the presentation will be heard through your

More information

Year 10 Mathematics Semester 2 Bivariate Data Chapter 13

Year 10 Mathematics Semester 2 Bivariate Data Chapter 13 Year 10 Mathematics Semester 2 Bivariate Data Chapter 13 Why learn this? Observations of two or more variables are often recorded, for example, the heights and weights of individuals. Studying the data

More information

Paper Reference(s) 6683 Edexcel GCE Statistics S1 Advanced/Advanced Subsidiary Thursday 5 June 2003 Morning Time: 1 hour 30 minutes

Paper Reference(s) 6683 Edexcel GCE Statistics S1 Advanced/Advanced Subsidiary Thursday 5 June 2003 Morning Time: 1 hour 30 minutes Paper Reference(s) 6683 Edexcel GCE Statistics S1 Advanced/Advanced Subsidiary Thursday 5 June 2003 Morning Time: 1 hour 30 minutes Materials required for examination Answer Book (AB16) Graph Paper (ASG2)

More information

Demand forecasting. Mehmet Yurdal May White paper

Demand forecasting. Mehmet Yurdal May White paper Microsoft Dynamics AX 2012 R3 White paper Roxana Cristina Diaconu and Mehmet Yurdal May 2014 This white paper explains the value proposition of the tool in Microsoft Dynamics AX 2012 R3 and gives an overview

More information

Weekly newscast April 6th 2012

Weekly newscast April 6th 2012 Learning English with CBC Edmonton Weekly newscast April 6th 2012 Lessons prepared by Jennifer Foote & Justine Light Objectives of the weekly newscast lesson to develop listening skills at the CLB 4 level

More information

Amount of Weight Gained. Regained 5 lb or Less Regained More Than 5 lb Total. In Person Online Newsletter

Amount of Weight Gained. Regained 5 lb or Less Regained More Than 5 lb Total. In Person Online Newsletter This is an open book test. You are allowed your textbook, notes and a calculator. Other books, laptops, or messaging devices are not permitted. Give complete solutions. Be clear about the order of logic

More information

Economics 390 Economic Forecasting

Economics 390 Economic Forecasting Economics 390 Economic Forecasting Prerequisite: Econ 410 or equivalent Course information is on website Office Hours Tuesdays & Thursdays 2:30 3:30 or by appointment Textbooks Forecasting for Economics

More information

Chapter 6: Addition and Subtraction of Integers

Chapter 6: Addition and Subtraction of Integers Chapter 6: Addition and Subtraction of Integers Getting Started, p. 185 1. a) 8 > b) 12 < 14 c) 24 > 6 d) 99 < 113 2. a < b is true, since a is farther to the left than b on the number line. 3. a) 12 +

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Log transformation

More information

DELFOS: GAS DEMAND FORECASTING. Author and speaker: JOSÉ MANUEL GÁLVEZ CAÑAMAQUE

DELFOS: GAS DEMAND FORECASTING. Author and speaker: JOSÉ MANUEL GÁLVEZ CAÑAMAQUE DELFOS: GAS DEMAND FORECASTING Author and speaker: JOSÉ MANUEL GÁLVEZ CAÑAMAQUE PROJECT : DELFOS DURATION: OCTOBER 1998 - APRIL 2000 CUSTOMER COMPANY: ENAGAS (GAS NATURAL) OBJECTIVE : GAS DEMAND FORECASTING

More information

13 August Dear Shareholders UPDATE. I am writing to update shareholders on the profit impact of the recent poor harvest and associated matters.

13 August Dear Shareholders UPDATE. I am writing to update shareholders on the profit impact of the recent poor harvest and associated matters. 13 August 2014 Dear Shareholders UPDATE I am writing to update shareholders on the profit impact of the recent poor harvest and associated matters. 2014 Profit Due principally to the lower than average

More information

Nonlinear Regression Curve Fitting and Regression (Statcrunch) Answers to selected problems

Nonlinear Regression Curve Fitting and Regression (Statcrunch) Answers to selected problems Nonlinear Regression Curve Fitting and Regression (Statcrunch) Answers to selected problems Act 1&3 1. a) Exponential growth fits well. b) Statcrunch: Ln ( Y ) = 8.5061554 + 0.5017053 ( x ) Exponential

More information

peak half-hourly New South Wales

peak half-hourly New South Wales Forecasting long-term peak half-hourly electricity demand for New South Wales Dr Shu Fan B.S., M.S., Ph.D. Professor Rob J Hyndman B.Sc. (Hons), Ph.D., A.Stat. Business & Economic Forecasting Unit Report

More information

BIOL 458 BIOMETRY Lab 9 - Correlation and Bivariate Regression

BIOL 458 BIOMETRY Lab 9 - Correlation and Bivariate Regression BIOL 458 BIOMETRY Lab 9 - Correlation and Bivariate Regression Introduction to Correlation and Regression The procedures discussed in the previous ANOVA labs are most useful in cases where we are interested

More information

Champaign-Urbana 2001 Annual Weather Summary

Champaign-Urbana 2001 Annual Weather Summary Champaign-Urbana 2001 Annual Weather Summary ILLINOIS STATE WATER SURVEY 2204 Griffith Dr. Champaign, IL 61820 wxobsrvr@sws.uiuc.edu Maria Peters, Weather Observer January: After a cold and snowy December,

More information

Chapter 7 Student Lecture Notes 7-1

Chapter 7 Student Lecture Notes 7-1 Chapter 7 Student Lecture Notes 7- Chapter Goals QM353: Business Statistics Chapter 7 Multiple Regression Analysis and Model Building After completing this chapter, you should be able to: Explain model

More information

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Forecasting Chapter 15 15-1 Chapter Topics Forecasting Components Time Series Methods Forecast Accuracy Time Series Forecasting Using Excel Time Series Forecasting Using QM for Windows Regression Methods

More information

NatGasWeather.com Daily Report

NatGasWeather.com Daily Report NatGasWeather.com Daily Report Issue Time: 5:15 pm EST Sunday, February 28 th, 2016 for Monday, Feb 29 th 7-Day Weather Summary (February 28 th March 5 th ): High pressure will dominate much of the US

More information

Chapter 3. Regression-Based Models for Developing Commercial Demand Characteristics Investigation

Chapter 3. Regression-Based Models for Developing Commercial Demand Characteristics Investigation Chapter Regression-Based Models for Developing Commercial Demand Characteristics Investigation. Introduction Commercial area is another important area in terms of consume high electric energy in Japan.

More information

Put the Weather to Work for Your Company

Put the Weather to Work for Your Company SAP Data Network Put the Weather to Work for Your Company Extend the Value of Your Business and Transactional Solutions by Incorporating Weather Data 1 / 7 Table of Contents 3 Enrich Business Data with

More information

Evaluating Hydrodynamic Uncertainty in Oil Spill Modeling

Evaluating Hydrodynamic Uncertainty in Oil Spill Modeling Evaluating Hydrodynamic Uncertainty in Oil Spill Modeling GIS in Water Resources (CE 394K) Term Project Fall 2011 Written by Xianlong Hou December 1, 2011 Table of contents: Introduction Methods: Data

More information

Homework 2. For the homework, be sure to give full explanations where required and to turn in any relevant plots.

Homework 2. For the homework, be sure to give full explanations where required and to turn in any relevant plots. Homework 2 1 Data analysis problems For the homework, be sure to give full explanations where required and to turn in any relevant plots. 1. The file berkeley.dat contains average yearly temperatures for

More information

Pacific Decadal Oscillation ( PDO ):

Pacific Decadal Oscillation ( PDO ): Time again for my annual Winter Weather Outlook. Here's just a small part of the items I considered this year and how I think they will play out with our winter of 2015-2016. El Nino / La Nina: When looking

More information

MATH 445/545 Homework 1: Due February 11th, 2016

MATH 445/545 Homework 1: Due February 11th, 2016 MATH 445/545 Homework 1: Due February 11th, 2016 Answer the following questions Please type your solutions and include the questions and all graphics if needed with the solution 1 A business executive

More information

CIMA Professional 2018

CIMA Professional 2018 CIMA Professional 2018 Interactive Timetable Version 16.25 Information last updated 06/08/18 Please note: Information and dates in this timetable are subject to change. A better way of learning that s

More information

Discussion Paper on the Impacts of Climate Change for Mount Pearl. August, Darlene Butler. Planning Department. City of Mount Pearl

Discussion Paper on the Impacts of Climate Change for Mount Pearl. August, Darlene Butler. Planning Department. City of Mount Pearl Discussion Paper on the Impacts of Climate Change for Mount Pearl August, 2008 Darlene Butler Planning Department City of Mount Pearl 3 Centennial Street Mount Pearl, NL A1N 1G4 (709) 748 1022 Table of

More information

Forecasting Using Time Series Models

Forecasting Using Time Series Models Forecasting Using Time Series Models Dr. J Katyayani 1, M Jahnavi 2 Pothugunta Krishna Prasad 3 1 Professor, Department of MBA, SPMVV, Tirupati, India 2 Assistant Professor, Koshys Institute of Management

More information

Ørsted. Flexible reporting solutions to drive a clean energy agenda

Ørsted. Flexible reporting solutions to drive a clean energy agenda Ørsted Flexible reporting solutions to drive a clean energy agenda Ørsted: A flexible reporting solution to drive a clean energy agenda Renewable energy company Ørsted relies on having a corporate reporting

More information

Chapter 8 - Forecasting

Chapter 8 - Forecasting Chapter 8 - Forecasting Operations Management by R. Dan Reid & Nada R. Sanders 4th Edition Wiley 2010 Wiley 2010 1 Learning Objectives Identify Principles of Forecasting Explain the steps in the forecasting

More information

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers Diploma Part Quantitative Methods Examiner s Suggested Answers Question 1 (a) The standard normal distribution has a symmetrical and bell-shaped graph with a mean of zero and a standard deviation equal

More information

CIMA Professional 2018

CIMA Professional 2018 CIMA Professional 2018 Newcastle Interactive Timetable Version 10.20 Information last updated 12/06/18 Please note: Information and dates in this timetable are subject to change. A better way of learning

More information