Q21 — Advertising Effectiveness and Sales Prediction(广告效果与销量预测)
Question (EN): A retail company studies whether the number of online advertisements () influences weekly sales (, in thousands of dollars). The following sample data are collected:
| (Ads) | (Sales) |
|---|---|
Additional information:
- ,
Tasks:
- Compute the estimated simple linear regression equation .
- Interpret the slope in a business context.
- Given , compute the correlation coefficient and interpret its meaning.
📖 点击查看翻译
题目(中文):
某零售公司研究线上广告投放次数 () 是否会影响每周销售额 (,单位:千美元)。
样本数据如下表所示。已知:
- ,
要求:
- 计算简单线性回归方程 。
- 从商业角度解释斜率 的含义。
- 已知 ,计算相关系数 并解释其意义。
📖 点击查看答案
Step 1: Estimate
Step 2: Estimate
Estimated Regression Equation
Step 3: Correlation Coefficient
Quantity Formula Value 结论:
每增加一次广告投放,平均销售额增加约 (千美元),广告与销量之间存在极强的正线性关系。
📝 点击查看解析
思路 / 解析:
- 使用最小二乘法公式计算斜率 ,衡量广告的边际影响。
- 再用 得到截距,从而确定回归方程。
- 决定系数 衡量模型解释能力,相关系数 衡量线性关系强度。
- 本题中 和 都很高,说明广告投放对销量具有显著的线性解释力,但不必然代表因果关系。
Q22 — Multi-Observation Regression Analysis (Corrected Version)(多观测值回归分析|纠错重出版)
Question (EN): A regional e-commerce company analyzes whether weekly digital advertising exposure (, measured as the number of campaigns) affects weekly revenue (, in thousands of dollars). A random sample of weeks is collected as follows:
| (Campaigns) | (Revenue) |
|---|---|
Tasks:
- Use the least squares method to estimate the simple linear regression equation .
- Interpret the slope in a business context.
- Compute the coefficient of determination .
- Compute the correlation coefficient and comment on the strength of the linear relationship.
- Briefly evaluate whether the model is appropriate for prediction.
📖 点击查看翻译
题目(中文):
某区域性电商公司研究每周数字广告投放次数(,广告活动数量)是否会影响每周收入(,单位:千美元)。
随机抽取 周的数据如上表所示。要求:
- 使用最小二乘法估计简单线性回归方程 。
- 从商业角度解释斜率 的含义。
- 计算决定系数 。
- 计算相关系数 并评价线性关系强度。
- 简要判断该模型是否适合用于预测。
📖 点击查看答案
Step 1: Estimated Regression Equation (from TI LinReg)
Using a graphing calculator (TI LinReg ):
,
Estimated Regression Equation
Step 2: Coefficient of Determination
Step 3: Correlation Coefficient
Quantity Formula Value slope from LinReg intercept from LinReg 结论:
每增加一次广告投放,平均每周收入增加约 (千美元),广告投放与收入之间存在极强的正线性关系,模型拟合度极高。
📝 点击查看解析
思路 / 解析:
- 使用原始样本数据通过计算器执行最小二乘回归(LinReg),直接得到 与 ,这是考试与实务中最可靠的方法。
- 斜率 衡量广告的边际收益,数值较大说明广告效果显著。
- 接近 表明模型解释了绝大部分收入波动; 接近 表示极强的正线性相关。
- 需要注意:即使 与 很高,也不能据此断言因果关系,预测时仍需考虑样本量与潜在遗漏变量。