问题如下:
Allen wants to predict the sales volume of his shop in December 20X8, so he uses sales volume of January 20X7 to November 20X8 as samples to make a linear trend model and gets the following result: ŷt =264.75+2.58t. What is the predicted sales volume of December 20X8?
选项:
A.324.09
B.329.25
C.326.67
解释:
C is correct.
考点: Linear trend model & log-linear trend model.
解析: 已知Allen使用的样本是20X7年1月到20X8年11月 , 即23个样本数据 , 所以在线性趋势模型中 , 要想预测20X8年12月的销售量 , 应代入的自变量为t=24 。 通过给出的方程我们就可以得到 , 20X8年12月销售量的预测值 Y^24 =264.75+2.58*24=326.67 。 选择C选项 。
老师好, “这道题给了23个样本,目的是要预测第24个时间点上的数据(Y24),所以自变量代入的也需要是第24个,也就是t=24” 所以这里n 的含义是什么 不是number of samples ,是什么? 谢谢。