Fatskills
Practice. Master. Repeat.
Study Guide: Intro to Business Statistics: Time Series Analysis - Forecasting with Trend and Seasonality
Source: https://www.fatskills.com/business-analytics/chapter/intro-to-business-statistics-busstats-time-series-analysis-forecasting-with-trend-and-seasonality

Intro to Business Statistics: Time Series Analysis - Forecasting with Trend and Seasonality

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

What This Is

Forecasting with trend and seasonality is a statistical method used to predict future values of a time series data, accounting for both long-term trends and regular fluctuations. A retail chain wants to know if average daily sales will exceed $10,000 during the upcoming holiday season, considering the trend of increasing sales over the past few years and the seasonal fluctuations due to holidays and promotions.

Key Formulas & Symbols

  • Trend Equation: y = + x where y = predicted value, = intercept, = slope, x = time period.
  • : intercept or constant term
  • : slope or rate of change
  • x: time period (e.g., month, quarter, year)
  • Seasonal Index: SI = (y - y?) / y? where y = observed value, y? = mean value.
  • SI: seasonal index
  • y: observed value
  • y?: mean value
  • Trend and Seasonal Equation: y = + x + sin(2?x/12) + cos(2?x/12) where y = predicted value, = intercept, = slope, = seasonal amplitude, = seasonal phase, x = time period.
  • : seasonal amplitude
  • : seasonal phase
  • Least Squares Estimation: = (X^T X)^-1 X^T y where = estimated coefficients, X = design matrix, y = response variable.
  • : estimated coefficients
  • X: design matrix
  • y: response variable
  • Residual: e = y - y? where e = residual, y = observed value, y? = predicted value.
  • e: residual
  • y: observed value
  • y?: predicted value
  • Mean Absolute Percentage Error (MAPE): MAPE = (1/n) ?|y - y?| / y where MAPE = mean absolute percentage error, n = number of observations, y = observed value, y? = predicted value.
  • MAPE: mean absolute percentage error
  • n: number of observations
  • y: observed value
  • y?: predicted value

Step-by-Step Procedure

  1. State hypotheses: Formulate null and alternative hypotheses about the trend and seasonality of the time series data.
  2. Choose test: Select an appropriate test statistic and critical value based on the type of trend and seasonality (e.g., linear trend, seasonal index).
  3. Compute test statistic: Calculate the test statistic using the observed data and the chosen test.
  4. Find p-value or critical value: Determine the p-value or critical value associated with the test statistic.
  5. Compare to ?: Compare the p-value or critical value to the significance level? (default = 0.05).
  6. Conclude: Make a decision about the trend and seasonality based on the comparison.

Common Mistakes

  • Mistake: Failing to account for seasonality in the trend equation.
  • Correction: Include seasonal terms in the trend equation to capture regular fluctuations.
  • Mistake: Misinterpreting the p-value as the probability that the null hypothesis is true.
  • Correction: The p-value is the probability of observing the data (or more extreme) if the null hypothesis is true.
  • Mistake: Using a linear trend equation when the data exhibits non-linear behavior.
  • Correction: Use a non-linear trend equation (e.g., quadratic, cubic) to capture the underlying pattern.

Quick Practice Problems

  1. A company wants to forecast sales for the next quarter using a trend equation. The observed sales data for the past four quarters are: 100, 120, 140, 160. What is the slope of the trend equation?
  2. Answer: 20, The slope is calculated as the change in sales divided by the change in time (quarter).
  3. A retail chain wants to evaluate the effectiveness of a marketing campaign using a seasonal index. The observed sales data for the past year are: 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320. What is the seasonal index for the first quarter?
  4. Answer: 1.25, The seasonal index is calculated as the observed value minus the mean value divided by the mean value.
  5. A manufacturer wants to predict the demand for a product using a trend and seasonal equation. The observed demand data for the past year are: 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 320. What is the predicted demand for the next quarter?
  6. Answer: 340, The predicted demand is calculated using the trend and seasonal equation.

Last-Minute Cram Sheet

  1. Trend Equation: y = + x
  2. Seasonal Index: SI = (y - y?) / y?
  3. Trend and Seasonal Equation: y = + x + sin(2?x/12) + cos(2?x/12)
  4. Least Squares Estimation: = (X^T X)^-1 X^T y
  5. Residual: e = y - y?
  6. Mean Absolute Percentage Error (MAPE): MAPE = (1/n) ?|y - y?| / y
  7. p-value is NOT the probability that H? is true – it’s the probability of observing the data (or more extreme) if H? is true
  8. Use a non-linear trend equation when the data exhibits non-linear behavior
  9. Include seasonal terms in the trend equation to capture regular fluctuations
  10. Default significance level-= 0.05