Question

The number of fishing rods selling each day are given below. Perform analyses of the time...

The number of fishing rods selling each day are given below. Perform analyses of the time series to determine which model should be used for forecasting. (5 marks each model) (a) 3 day moving average analysis (b) 4 day moving average analysis (c) 3 day weighted moving average analysis with weights w1=0.2, w2=0.3 and w3=0.5 with w1 on the oldest data (d) exponential smoothing analysis with a = 0.3. (e) Which model provides a better fit of the data? (f) Forecast day 13 sales of fishing rods using the model chosen in part (e). Day Rods sold 1 60 2 70 3 110 4 80 5 70 6 85 7 115 8 105 9 65 10 75 11 95 12 85

Homework Answers

Answer #1

We will use R. I will define a function to measure and we will test for the efficiency

Library: TTR, forecast

error<-function(vect1, vect2){
a<-na.omit(vect1-vect2)
return(sum(a^2)/length(a))
  
}

d<-data

D<-ts(data)

error(d, SMA(D,4))
[1] 238.5417
> error(d, SMA(D,3))
[1] 312.5
> error(d,WMA(D,3, c(.2,.3,.5)))
[1] 164.725

ses(tds, alpha = .3)
ob=ses(tds, alpha = .3)
ob$residuals
error(d, ob$fitted)
[1] 380.0335

We see that lowest error is in the case of weighted moving average, we ought to use that.

By that method, the forcast is: .2*75+.3*95+.5*85= 86

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Data on personal consumption expenditures in the United States are shown in the table below. Date...
Data on personal consumption expenditures in the United States are shown in the table below. Date Expenditures May 12,450 June 11,274 July 11,787 August 11,657 Using the weights w1 = 0.70 for the oldest period, w2 = 0.20 for the next oldest period, and w3 = 0.10 for the most recent period, construct a weighted moving average forecast of order k = 3 (i.e., a WMA(3) forecast) for September, rounded to the nearest whole number.
The following time series shows the number of units of a particular product sold over the...
The following time series shows the number of units of a particular product sold over the past six months. Month Units Sold 1 9 2 4 3 5 4 6 5 13 6 11 ​a. Compute the three-month moving average forecast for month 4. b. Compute the three-month moving average forecast for month 5. c. Compute the three-month moving average forecast for month 6. d. Compute the mean squared error (MSE) for the three-month moving average forecasts. e. Use α...
Given is a historical time series for job services demand in the prior 6 months. Month...
Given is a historical time series for job services demand in the prior 6 months. Month Demand 1 20 2 16 3 17 4 19 5 19 6 19 a) The MAD based on the Exponential smoothing α = 0.3 method =  (4 decimal places). b) The MAD based on the 3 months moving average method =  (in 4 decimal places). c) The MSE based on the 3 months moving average method = . d) Use MAD as an criterion to evaluate...
The table below contains average annual retail value data for crude oil in the US (actual...
The table below contains average annual retail value data for crude oil in the US (actual data is $/barrel). The data was obtained from the inflationdata.com. year actual year actual 1997 28.43 2007 75.66 1998 17.89 2008 103.67 1999 24.28 2009 60.91 2000 38.92 2010 79.93 2001 31.81 2011 94.73 2002 31.02 2012 92.20 2003 36.85 2013 95.79 2004 48.77 2014 88.47 2005 62.66 2015 43.22 2006 70.77 2016 37.02 Problem 2 (moving average), c onstruct the worksheet for three...
Part 1 : Which of the following is often used to forecast the market penetration of...
Part 1 : Which of the following is often used to forecast the market penetration of a new service? A. Regression B. Historical analogy C. Cross-impact analysis D. N-period moving average E. Exponential smoothing with trend adjustment Part 2: Which of the following types of forecasting models uses a specified number of recent observations to make a short-term forecast of demand? A. Regression B. Econometric C. Moving average D. Cross-impact analysis E. Exponential smoothing Part 3: How does the moving...
For the data given below, forecast period 17 using following methods and suggest the best forecasting...
For the data given below, forecast period 17 using following methods and suggest the best forecasting model 1. Simple Moving Average (Three Period) 2. Weighted Average (50% on t-1, 30% on t-2, 20% on t-3) 3. Exponential Smoothing (α=.1), F1= y intercept from regression) 4. Exponential Smoothing (α=.3), F1= y intercept from regression) 5. Exponential Smoothing with trend (α=.3) and (δ=.3), F1= y intercept from regression)** 5. Exponential Smoothing with trend (α=.1) and (δ=.3), F1= y intercept from regression)** 6....
Please note the data for a Burrito shop which is counting the number of customers daily....
Please note the data for a Burrito shop which is counting the number of customers daily. t Observed 1 108 2 130 3 96 4 144 5 136 6 113 7 120 8 119 9 120 10 106 Please answer the two questions below using R code. a. Compute a forecast for the next day by using a 3-day moving average. What is the forecast? What is the MAD for the last five observations? b. Compute a forecast for the...
Use the below data on Company A share price to calculate for each day: the 3...
Use the below data on Company A share price to calculate for each day: the 3 day simple moving average and the exponential moving averaging, with a smoothing weight of 0.8. Date Company A 23/08/2018 163.0 26/08/2018 163.0 27/08/2018 167.0 28/08/2018 167.5 29/08/2018 163.5 30/08/2018 165.5 must show all work step by step
Busy Bee Distilleries is producing a new whiskey for launch on the Labour Day weekend. When...
Busy Bee Distilleries is producing a new whiskey for launch on the Labour Day weekend. When the company has launched other products in the past, actual sales have been as follows: Month    Actual Sales (bottles) 1 5,500 2 6,200 3 7,150 4 8,000 5 9,300 6 10,000 a) Using the 3-month Moving Average method, calculate sales forecasts for months 4, 5 & 6. b) Using the Exponential Smoothing method, calculate sales forecasts for months 4, 5 & 6; let...
Your manager is trying to determine what forecasting method to use. Based upon the following historical...
Your manager is trying to determine what forecasting method to use. Based upon the following historical data, calculate the following forecast and specify what procedure you would utilize. - PLEASE show all work in Excel including formulas. a. Calculate the simple three-month moving average forecast for periods 4-12. b. Calculate the weighted three-month moving average using weights of 0.50, 0.30, and 0.20 for periods 4-12. c. Calculate the single exponential smoothing forecast for periods 2-12 using an initial forecast (F1)...