Forecasting Classes 241118 010238
Forecasting Classes 241118 010238
Forecasting is
crucial for decision-making, whether in industries, businesses, or even in daily life. For instance,
a shopkeeper forecasts customer demand to decide how much stock to order from suppliers.
Similarly, big companies like Disney forecast the number of visitors to their parks worldwide—
places like the U.S., Japan, or Hong Kong. This helps them prepare for peak seasons, ensure
resources are in place, and stay competitive.
A key difference is that short-term forecasts are more detailed and precise, while medium- and
long-term forecasts tackle broader, strategic questions.
Now, let’s talk about the product life cycle, which affects forecasting. Products go through four
stages:
1. Introduction: High R&D costs and limited production runs. Demand is uncertain, but the
company needs to focus on quality and gaining market share.
2. Growth: Demand skyrockets, so forecasting becomes critical. Companies expand
facilities to meet demand.
3. Maturity: Demand stabilizes, processes standardize, and cost-cutting becomes a focus.
4. Decline: Demand falls, so companies minimize costs, reduce production, and may
discontinue unprofitable products.
For example, think of CRT monitors. They dominated initially but are obsolete now, replaced by
newer technologies like LCDs and LEDs. Similarly, in mobile phones, models are updated
frequently, with older versions discounted while new ones are priced at a premium.
Effective demand forecasting benefits supply chains, ensuring producers, wholesalers, and
retailers meet customer needs without overstocking or understocking. It also helps HR
departments plan staffing and businesses manage capacity, avoiding unnecessary costs.
• Forecasts are rarely 100% accurate because unpredictable factors can influence
outcomes.
• Most forecasting assumes stability in the system, but disruptions—like market
instability—can throw predictions off.
• Aggregate forecasts (e.g., for a product family) are usually more accurate than individual
item forecasts.
Imagine you’re trying to predict the demand for ceiling pens or LED bulbs. If you group pens
into categories like small, medium, and large, and then forecast the demand for each separately,
it’s often more accurate than forecasting for pens as a whole. Once you’ve forecasted individual
categories, you can sum them up for an aggregated forecast.
When it comes to forecasting techniques, they are broadly divided into two types:
1. Qualitative Methods
These methods rely on intuition, experience, and expert opinions, especially when there’s
little or no historical data available. For instance, when a brand-new product like the iPod
was launched, there was no sales history to analyze, so qualitative forecasting was used to
predict demand.
2. Quantitative Methods
These methods use mathematical models to forecast future demand. They work well
when historical data exists, like forecasting iPhone sales based on previous trends. These
methods are suitable for established products and technologies.
Now, let’s dive into quantitative methods, which involve mathematical models:
1. Naïve Approach
o Assumes that the demand for the next period will be the same as the current
period.
o Simple and suitable for stable environments.
2. Moving Averages
o Takes the average of demand over a set number of recent periods to predict future
demand.
o Helps smooth out fluctuations.
3. Exponential Smoothing
o A weighted average method that gives more importance to recent data.
o Adjusts quickly to changes in demand patterns.
4. Trend Projection
o Analyzes historical data to identify trends and predict future demand.
5. Linear Regression
o Uses a straight-line relationship between two variables (e.g., time and sales) to
make forecasts.
Time series models rely on past numerical data observed at regular intervals (daily, weekly,
monthly, etc.) to predict future values. These models are based on the assumption that the factors
influencing past and present data will continue to do so in the future. A common example is a
shop owner forecasting inventory needs based on previous sales.
1. Trend:
o A general upward or downward movement in the data over time.
o Example: Increasing electricity demand in a city over the years.
2. Seasonal Variation:
o Regular, predictable changes in demand due to seasonal factors.
o Example: Higher demand for school supplies in January when a new academic year
starts.
3. Cyclical Variation:
o Long-term fluctuations influenced by economic or business cycles.
o Example: Changes in automobile sales due to the economic boom or recession.
4. Random Variation:
o Unpredictable fluctuations caused by unforeseen events.
o Example: A sudden roadblock reducing sales in an area temporarily.
Quantitative Techniques
1. Naïve Approach
• Method: Assumes the demand for the next period is the same as the most recent period.
o Example: If yesterday's sales were 100 units, tomorrow’s forecast is also 100 units.
• Advantages:
o Simple and cost-effective.
o Useful when trends or seasonality are minimal.
• Disadvantage:
o Ignores trends or other variations.
2. Moving Average
• Method: Calculates the arithmetic mean of sales data over a specified number of recent
periods.
o Example: A 3-month moving average for April uses the sales data from January,
February, and March.
o Formula: Moving Average=Sum of Demand in Last N PeriodsN\text{Moving Average} =
\frac{\text{Sum of Demand in Last N
Periods}}{N}Moving Average=NSum of Demand in Last N Periods
• Key Points:
o Reduces random fluctuations, making patterns clearer.
o Best used when data lacks trends or strong seasonality.
• Example Calculation:
o January sales: 10, February: 12, March: 13.
o To forecast April: (10+12+13)/3=11.67(10 + 12 + 13) / 3 = 11.67(10+12+13)/3=11.67.
• Limitations:
o Smoothing reduces sensitivity to changes, making it less effective if there’s a trend.
o Requires historical data for accurate forecasting.
• Method: Similar to moving average but assigns weights to past data, giving more
importance to recent periods.
o Formula: Weighted Moving Average=∑(Weight×Demand)Total Weights\text{Weighted
Moving Average} = \frac{\sum (\text{Weight} \times \text{Demand})}{\text{Total
Weights}}Weighted Moving Average=Total Weights∑(Weight×Demand)
o Example: Assign weights of 3 (most recent), 2, and 1 to the last three months' sales.
▪ January: 10, February: 12, March: 13.
▪ Forecast April: (13×3)+(12×2)+(10×1)3+2+1=12.5\frac{(13 \times 3) + (12 \times
2) + (10 \times 1)}{3 + 2 + 1} = 12.53+2+1(13×3)+(12×2)+(10×1)=12.5.
o More recent data influences the forecast more than older data.
• Advantages:
o Adjusts for trends by weighting recent data higher.
• Disadvantage:
o Weight assignments can be subjective or require expert knowledge.
4. Exponential Smoothing
• Method: Uses a weighted average of past data, where the weights decrease exponentially for
older observations.
o Formula: Ft=αDt−1+(1−α)Ft−1F_t = \alpha D_{t-1} + (1 - \alpha) F_{t-1}Ft=αDt−1
+(1−α)Ft−1
▪ FtF_tFt: Forecast for the current period.
▪ α\alphaα: Smoothing constant (0 < α\alphaα < 1).
▪ Dt−1D_{t-1}Dt−1: Actual demand in the last period.
▪ Ft−1F_{t-1}Ft−1: Forecast for the last period.
• Key Points:
o The smoothing constant determines the weight given to recent vs. older data.
o Smaller α\alphaα: Emphasizes older data; larger α\alphaα: Emphasizes recent data.
• Advantages:
o Adapts to changes more effectively than moving averages.
• Disadvantage:
o Not ideal for data with strong seasonal or cyclical variations.
5. Linear Regression
• Method: Fits a straight line to historical data using statistical techniques to predict future values.
o Formula: Y=a+bXY = a + bXY=a+bX
▪ YYY: Forecasted value.
▪ XXX: Time or other independent variable.
▪ aaa: Intercept.
▪ bbb: Slope of the line.
• Key Points:
o Accounts for trends and relationships between variables.
o Often used when other factors besides time influence demand.
• Advantages:
o Provides a clear mathematical model.
• Disadvantages:
o Requires assumptions about linear relationships.
Comparison of Techniques
Moving Average Stable demand without trends Flattens data, needs history
Weighted Moving Average Trends, prioritizing recent data Requires weights, more complex
These techniques are fundamental for understanding demand patterns and making informed
business decisions. Which one resonates with your needs?
4o
Imagine you’re trying to predict something, like the demand for laptops or the price of stocks.
Trends change over time—sometimes they go up, then stabilize, and maybe later they drop. To
catch these trends, we use forecasting techniques like moving averages or exponential
smoothing.
Moving Averages:
• Think of moving averages as taking the average of the last few months.
• For example, a 3-month moving average looks at the past 3 months, adds their values,
and divides by 3. Easy, right?
• But there’s a problem: delay. If demand is increasing, the moving average reacts slowly.
Why? Because it’s still including older data, which pulls it down.
• The longer the period (e.g., 4 months vs. 3 months), the bigger the delay.
Exponential Smoothing:
• Here’s the smart part: it doesn’t treat all past data equally. Instead, it gives more weight
to recent data and less weight to older data.
• This way, if demand suddenly spikes, exponential smoothing can quickly adjust.
Measuring Accuracy:
The goal is to minimize the error between what you forecast and what actually happens.
Error = Actual value - Forecasted value.
If you’re forecasting stock prices, laptop sales, or anything else, you want the most accurate
prediction. Exponential smoothing helps by learning from both your past mistakes (forecast
error) and actual data.
Simple, right? That’s why analysts love it—it’s easy to use and effective!
Qualitative Forecasting
These methods rely on expert opinions, surveys, and intuition when historical data is unavailable.
The four types are:
1. Jury of Executive Opinion:
A group of senior executives discusses and predicts future outcomes. Think of it like
brainstorming among company leaders.
2. Delphi Method:
Experts are surveyed in rounds, with their feedback refined until a consensus is reached.
It’s like polling multiple experts and combining their predictions.
3. Salesforce Composite:
Sales representatives provide estimates based on their interactions with customers, as
they are closest to market trends.
4. Market Survey:
Surveys are conducted with customers to gather opinions about future demand directly.
Quantitative Forecasting
These methods use numerical data and statistical techniques. They’re best when you have
sufficient historical data. Quantitative forecasting includes:
Quantitative Techniques: