Locked lesson.
About this lesson
Regression models are formulas that allow us to predict the performance of the system being analyzed. As a hypothesis test, we can determine whether the regression formula is able to predict the performance of the sample data set. This lesson defines the different types of regression analyses that will be discussed in later lessons and how to choose between the regression approaches.
Exercise files
Download this lesson’s related exercise files.
Regression Model Exercise.docx60.8 KB Regression Model Exercise Solution.docx
60.9 KB
Quick reference
Regression models
Regression creates a mathematical model of the relationship between independent factor(s) and the dependent factor that is the focus of the analysis.
When to use
Whenever correlation is established between one or more independent continuous factors and a dependent continuous factor, a regression model should be created to mathematically describe the relationship.
Instructions
A regression model is a mathematical formula in the form of “y = F(x).” This formula can take many different forms. When there is only one “x” factor, the regression model is referred to as a simple model. If there are multiple “x” factors, the regression model is referred to as a multiple regression model. If the “x” and “y” factors move together at the same rate, it is referred to as a linear model. If the “x” and “y” move at a varying rate, it is referred to as a nonlinear model.
The best regression model for a given set of “x” and “y” factors is determined by doing a “best fit” analysis with residuals. This best fit model is created based on the historical data that was used to test for correlation. Once this model is created, it can be used to predict the performance of the "y" factor based on controlling the "x" factor(s).
The form of typical regression models is:
Simple linear: y = a + bx
Simple quadratic: y = a + bx + cx2
Simple cubic: y = a + bx + cx2 + dx3
Simple Inverse: y = a + b/x
Simple exponential: y = a(bx)
Simple logarithmic: y = a (log(x))
Multiple linear: y = a + b1x1 + b2x2 + b3x3 …
Multiple non-linear: y = a + b1x1 + b2x2 + c1x12 + c2x22 + m12x1x2 + …
Hints & tips
- A regression equation can be calculated for any two continuous variables, but it is only meaningful when correlation has been established. Always check correlation first.
- If a higher order term in a non-linear model has a constant multiplier that is near zero, remove the term and redetermine the regression model.
- A multiple nonlinear model may have exponential, logarithmic, cubic or inverse terms in addition to quadratic and interaction terms shown in the example.
Lesson notes are only available for subscribers.
PMI, PMP, CAPM and PMBOK are registered marks of the Project Management Institute, Inc.