Podcast
Questions and Answers
What is the primary purpose of Causal Models in forecasting?
What is the primary purpose of Causal Models in forecasting?
Which statement accurately describes Econometric Models?
Which statement accurately describes Econometric Models?
In Simple Linear Regression, what does the symbol $Y$ represent?
In Simple Linear Regression, what does the symbol $Y$ represent?
What is a common use of Historical Analogy in forecasting?
What is a common use of Historical Analogy in forecasting?
Signup and view all the answers
Which part of the regression equation $Y = a_0 + a_1 X_1 + a_2 X_2 + ... + a_n X_n$ is $a_0$?
Which part of the regression equation $Y = a_0 + a_1 X_1 + a_2 X_2 + ... + a_n X_n$ is $a_0$?
Signup and view all the answers
What is a major limitation of using Historical Analogy for forecasting?
What is a major limitation of using Historical Analogy for forecasting?
Signup and view all the answers
What do Econometric Models require for accurate forecasting?
What do Econometric Models require for accurate forecasting?
Signup and view all the answers
Which forecasting method is primarily based on expert opinions?
Which forecasting method is primarily based on expert opinions?
Signup and view all the answers
What does the equation $y = mx + b$ represent in a simple linear regression model?
What does the equation $y = mx + b$ represent in a simple linear regression model?
Signup and view all the answers
In the context of the train cost model, what does the value 17.8594 represent?
In the context of the train cost model, what does the value 17.8594 represent?
Signup and view all the answers
Which value measures the reliability of the linear relationship in a simple linear regression model?
Which value measures the reliability of the linear relationship in a simple linear regression model?
Signup and view all the answers
How is the coefficient of determination ($r^2$) interpreted in the train cost model?
How is the coefficient of determination ($r^2$) interpreted in the train cost model?
Signup and view all the answers
What does a correlation coefficient ($r$) value close to 1 indicate?
What does a correlation coefficient ($r$) value close to 1 indicate?
Signup and view all the answers
Which of the following statements about simple linear regression is true?
Which of the following statements about simple linear regression is true?
Signup and view all the answers
What is the purpose of finding the regression equation in the context of train costs?
What is the purpose of finding the regression equation in the context of train costs?
Signup and view all the answers
If the number of trains increases but shows a decrease in cost after a certain point, which aspect of regression analysis is being violated?
If the number of trains increases but shows a decrease in cost after a certain point, which aspect of regression analysis is being violated?
Signup and view all the answers
What is the formula for calculating the forecast using moving averages for three periods?
What is the formula for calculating the forecast using moving averages for three periods?
Signup and view all the answers
In exponential smoothing, how is the new smoothed value expressed mathematically?
In exponential smoothing, how is the new smoothed value expressed mathematically?
Signup and view all the answers
What does the cumulative forecast error (CFE) measure?
What does the cumulative forecast error (CFE) measure?
Signup and view all the answers
Which statement about exponential smoothing is true?
Which statement about exponential smoothing is true?
Signup and view all the answers
What is the primary disadvantage of using older data in forecasting models?
What is the primary disadvantage of using older data in forecasting models?
Signup and view all the answers
What role does the parameter ( \alpha ) play in exponential smoothing?
What role does the parameter ( \alpha ) play in exponential smoothing?
Signup and view all the answers
What outcome should cumulative forecast errors (CFE) aim for?
What outcome should cumulative forecast errors (CFE) aim for?
Signup and view all the answers
Using three previous periods, if the actual values are 79, 84, and 83, what is the forecast for the next period?
Using three previous periods, if the actual values are 79, 84, and 83, what is the forecast for the next period?
Signup and view all the answers
Study Notes
### Expensive & Time Consuming
- A forecasting method that is very expensive and time consuming
- Practical only for long-term forecasting
### Subjective Models
-
Cross Impact Analysis:
- Assumes future events are related to the occurrence of earlier ones
- Uses a conditional probability matrix
- Requires expert input
-
Historical Analogy
- Assumes new services follow the introduction and growth patterns of similar services
- Frequently used to predict market penetration and product life cycles
- Can be unreliable and questionable
### Causal Models
- Data follows an identifiable pattern over time
- There's an identifiable relationship between the information to be forecasted and other factors
-
Regression Analysis: Uses a linear relationship between independent and dependent variables to form a regression model:
- Dependent variable (Y): the factor being forecasted
- Independent variables (Xi): the factors that determine the value of Y
- Formula: 𝑌 = 𝑎0 + 𝑎1 𝑋1 + 𝑎2 𝑋2 + …..+ 𝑎!𝑋𝑛
-
Econometric Models:
- A version of regression models
- Consists of a set of simultaneous equations that express a dependent variable in terms of multiple independent variables
- Requires extensive data collection and sophisticated analysis
- Suitable for long-range forecasting
### Causal Models - Regression Models - Simple Linear Regression
- Given n data points (xi, yi), i = 1, … , 𝑛
- The function describing the relationship between x and y is: 𝑦" = 𝑚𝑥" + 𝑏
- The aim is to find the equation of the straight line: 𝑦 = 𝑚𝑥 + 𝑏
-
Solution
- Use 𝑥̅ = ∑𝑥/n, 𝑦1 = ∑𝑦/n, 𝑥𝑦 = ∑𝑥𝑦/n
- 𝑚 = (∑𝑥𝑦 − 𝑥̅ 𝑦1) / (∑𝑥² − 𝑥̅²)
- 𝑏 = 𝑦1 − 𝑚𝑥̅
-
Correlation Coefficient (r):
- A measure of the reliability of the linear relationship between x and y values
- Values close to 1 indicate an excellent linear relationship
-
Coefficient of Determination (r²):
- A measure of the percentage of variation in y explained by x
Train Cost Model Example
- 10 weeks of data on the number of trains produced and their production cost
- Simple Linear Regression Model: cost = 17,8594 * (number of trains) + 164,8651
Time Series Models - Exponential Smoothing
-
Variables:
- St: Smoothed value at the end of period t
- At: Actual observation for period t
- F(t+1): Forecast for period t + 1
-
Formula:
- New value (St) = Old value (St-1) + α [observed error]
- St = αAt + (1 - α) St-1
- F(t+1) = St
-
Benefits:
- Smooths out blips in data
- Older data are given progressively less weight
- Simple calculation, requiring only recent data
Time Series Models - Exponential Smoothing - Weights of Past Demand
- Formula: St = aAt + a (1 - a ) At -1 + a (1 - a ) 2 At - 2 +.....+ a (1 - a )t -1 A1 + (1 - a )t S 0
- The weights a, a(1-a), a(1-a)², a(1-a)³... sum up to 1. This means the weight of each past demand is discounted by a factor of (1-a).
- Formula shows that a lot of past information is used to estimate the present, but older data are given progressively less weight.
Forecast Error
- Formula: 𝐴( ) − 𝐹( )
-
Cumulative Forecast Error (CFE) = ∑)&'((𝐴& − 𝐹& )
- The sum of forecast errors should tend to zero
- Measures the sum of forecast errors
- Mean Absolute Error (MAE): Calculates the average magnitude of the error by summing the absolute difference between forecast and actual value over a period.
- Mean Squared Error (MSE): Calculates the average of the squared error which emphasizes large errors.
- Root Mean Squared Error (RMSE): The square-root of the mean squared error, which gives the error in the same unit as the original data.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers various forecasting methods including expensive and time-consuming approaches, subjective models like Cross Impact Analysis and Historical Analogy, as well as causal models such as Regression Analysis. Each method is explored in terms of its practicality, assumptions, and application in forecasting.