Definition of Forecasting: Predicting future events based on available data (time series or other).
Importance:
Influences decision-making in present operations.
Applications in Operations:
Forecasting demand for products and services.
Assessing manpower needs.
Planning inventory and material requirements.
Identifying risks for remediation (e.g., Nokia vs. Ericsson).
Uncertainty: Forecasts typically involve a degree of uncertainty.
Detail in Predictions: A good forecast is a range rather than a single figure.
Should include mean value and standard deviation.
Accuracy metrics: high and low value ranges.
Precision in Aggregated Forecasts: Generally more accurate.
Accuracy Over Time: Accuracy decreases with longer time horizons.
Timeliness: Should be generated in a timely manner.
Accuracy: Must aim for high accuracy.
Reliability: Consistency in results.
Meaningful Units: Must be presented in units relevant to the context.
Clarity: Should be documented and easy to understand.
Simplicity: Should be user-friendly.
Product Family Sales: Short-term forecasts for products.
Labor Needs: Planning based on shifts and manpower requirements.
Resource Requirements: For short and long-term needs.
Capacity Planning: Aligning capacities with long-term sales patterns and trends.
Sales Force Composites: Estimates from sales personnel.
Customer Surveys: Gathering feedback directly from customers.
Jury of Executive Opinion: Expert insights aggregated into a consensus.
The Delphi Method: Involves multiple rounds of anonymous expert opinions to reach consensus.
Primary Methods:
Causal Models:
Representation: Y (forecasted quantity) is influenced by multiple variables (X1, X2, ... Xn).
Formulation: Y = f(X1, X2, ... Xn).
Typical relationship: Linear regression model.
Time Series Methods: Focus on historical data for trend analysis.
Purely Random: No identifiable trend.
Increasing Pattern: Rising over time.
Curvilinear Patterns: Trends that are non-linear.
Seasonal Trends: Recognizable increases/decreases tied to specific periods.
Forecast Error Calculation: For a period, forecast error εt = Ft - Dt.
Forecasting Accuracy Metrics:
MAE (Mean Absolute Error) = (1/n) Σ |εi|
MSE (Mean Squared Error) = (1/n) Σ(εi)²
RMSE (Root Mean Squared Error) = √(1/n) Σ(εi)².
Aim for random distribution of forecast errors.
Concept: Arithmetic average of the most recent 'n' observations.
3-month MA: (Oct + Nov + Dec)/3 = 258.33
6-month MA: (Jul + Aug + Dec)/6 = 249.33
12-month MA: (Jan + Feb + Dec)/12 = 205.33.
Data Table:
Demand Month: Data provided for each month from January to December.
Advantages:
Simplicity in computation.
Stability in forecasts.
Disadvantages:
Requires substantial historical data.
Tends to lag trends.
Complexity in data relationships may be overlooked.
Graph indicating how moving averages lag behind actual trends.
Data Context: Weekly sales over 8 weeks.
Tasks: Calculate 2- and 4-period moving average forecasts.
Determine least Mean Absolute Deviation (MAD).
Forecast for the subsequent week.
Calculated Forecasts:
F3 =(32 + 34)/2 = 33
F5 = (32 + 34 + 35 + 33)/4 = 33.5
MAD Calculations:
MAD for 2-period = 1.42;
MAD for 4-period = 1.38 (least MAD).
Simple Method: Uses most recent past data.
Example Context: Given demand data and forecasts for June.
Data Presented: Actual and Forecast Demand calculations for several months.
Overview of how to calculate average demand over years.
3-Year Period Calculation: Use past years for forecasting the demand of the 7th year.
Error Summary: Summary of errors associated with forecasts.
MAD Calculation: MAD calculated as approximately 54.
Displays actual and forecast error values.
Mean Absolute Percentage Error (MAPE): Measures forecasting accuracy as a percentage.
Additional Error Metrics:
Detailed MAPE calculations for various months and forecast values.
Continued metrics calculations.
Link to video resource for additional learning on weighted moving averages.
Concept: Assigns exponentially decreasing weights to observations based on recency.
Smoothing Parameters: Parameter 'alpha' determines the weightings.
Context: Given data up to the 6th year to forecast the 7th year.
Forecasting demand using exponential smoothing with a defined α.
Formula representation: Ft+1 = Ft + α(At-1 - Ft).
Data Context: Utilizes actual and forecast demand with α calculations.
Detailed Walkthrough: Explaining the calculations using given α.
Resource Link: Video referencing exponential smoothing methodologies.
Resource Link: Video in Hindi regarding the techniques in demand forecasting.
Stability Impact: How varying alpha values influence forecast variability.
Video about forecasting concepts.
Linear Regression in Forecasting: Establishing relationships between demand and influencing factors.
Equation Overview: y = a + bx.
Graphical representation of trend analysis based on historical data.
Computation Table Provided: A detailed look at necessary computations for forecasting.
Graph Comparison: Shows actual demand versus linear trend line forecasts.
Definition of Seasonal Patterns: Regular fluctuations in demand over specific periods.
Methodology: Using seasonal factors to adjust baseline forecasts.
Case Study: Analysis of turkey demand over the years.
Forecast Calculation Steps: Calculating seasonal adjustments based on historical data.
Final Adjustments: Seasonal adjustments applied based on forecasted demand.
Summary of linear regression as a forecasting tool.
Explanation of the regression formula, encompassing demand relationships.
Example Application: Developing a budget based on attendance forecasts related to winning streaks.
Summary of computations determining the linear equation for predicting attendance.
Context for Students: Engaging in real-world forecasting scenarios.
Demonstration of Exponential Smoothing Applications: Practical engagement with different values of α.
Detailing results for various smoothing values and their respective forecasts.
Assessment of α Performance: Identifying the optimal α based on lowest MAD.
Summary of Differences: Outlines the distinctions between Moving Average and Exponential Smoothing methodologies.