Course Solutions Uncategorized (Answered) : What is the forecast for Aug based on a weighted moving average applied to the following past demand data and using the weights:

(Answered) : What is the forecast for Aug based on a weighted moving average applied to the following past demand data and using the weights:

What is the forecast for Aug based on a weighted moving average applied to the following past demand data and using the weights: 5, 3, 1.5 (largest weight is for most recent data)?

Feb.

Mar.

Apr.

May

Jun.

Jul.

30

35

22

27

33

40

Expert Answer


For may actual demand = 27 and weight = 1.5

For June actual demand = 33 and weight = 3

For July actual demand = 40 and weight = 5

Using a weighted moving average method the forecast for a period is calculated as :

sum of the product of the actual demand and their respective weights for the previous periods / Sum of weights.

So using the above

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Consider Following Pseudo Code Global Memory Area Accessible Threads Define N 100 Struct F Q30938931 . . . .(Solved) : Consider Following Pseudo Code Global Memory Area Accessible Threads Define N 100 Struct F Q30938931 . . . .

<p>Consider the following pseudo-code:<br/>/* in global memory area accessible by threads */<br/>#define N 100<br/>struct frame *emptyStack[N];<br/>struct frame *displayQueue[N];<br/>int main() {<br/>/*<br/>** Allocate memory for N frames<br/>** Place the frames' addresses into