
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A ski resort has come up with a model to predict the number of guests (given in hundreds) checking in throughout the year. The time series model contains both a trend and a seasonal component and is given by the following:
The trend component is reflected in variable , where .
Seasons are defined as follows:
| Season | Months | Dummy |
|---|---|---|
| Winter | December, January and February | — |
| Spring | March, April and May | |
| Summer | June, July and August | |
| Fall | September, October and November |
The model starts in April 2019, i.e., refers to May 2019. How many more guests are expected in April 2020 than in July of the same year?
A
10
B
30
C
9
D
15
Explanation:
The model is given as:
Since we have three dummies and an intercept, quarterly seasonality is reflected by the intercept (10.5) plus the three seasonal dummy variables (, , and ).
If , then:
Note that April falls under (Spring season), while July falls under (Summer season).
Calculation for April 2020 ():
$0.2 \times 12 = 2.4$$10.5$$3.0 \times 1 = 3.0$$2.4 + 10.5 + 3.0 = 15.9$Calculation for July 2020 ():
$0.2 \times 15 = 3.0$$10.5$$2.1 \times 1 = 2.1$$3.0 + 10.5 + 2.1 = 15.6$Difference:
Since the number of guests is given in hundreds, the actual difference is: 0.3` \times 100 = 30 \text{ guests}$$
Thus, the model predicts 1,590 guests in April and 1,560 guests in July, representing a difference of 30 guests.