- #1
Master1022
- 611
- 117
- TL;DR Summary
- How to calculate uncertainty bounds for the output of a linear regression model
Hi,
I was working on a predictive linear regression model and was hoping to obtain some bounds to represent the uncertainty present in the model.
Question:
I suppose this boils down into two separate components:
1. What is a good measure of uncertainty from a linear regression model? MSE, or perhaps another metric?
2. How can I propagate that metric through a non-linear function?
Context I have used a certain dataset in 3 different linear regression models to predict variables ## x_1 ##, ## x_2 ##, and ## x_3 ##. I know the mean squared errors for those predictions - each of the predictions uses the same input variables, but the regression weights are different. Then, I am calculating ## y = f(x_1, x_2, x_3) ## where ## f ## is a non-linear function (not complicated, but there are products of ## x_1 \cdot x_2 ## and ## x_1 \cdot x_3 ##). How can I calculate a metric that is measures 'uncertainty' such that I can give the output of the model as ## y \pm \Delta y ##?
- ## y ## is being forecast into the future and so I do not have access to data to compare it against and calculate a MSE/metric
Thanks in advance for any help.
I was working on a predictive linear regression model and was hoping to obtain some bounds to represent the uncertainty present in the model.
Question:
I suppose this boils down into two separate components:
1. What is a good measure of uncertainty from a linear regression model? MSE, or perhaps another metric?
2. How can I propagate that metric through a non-linear function?
Context I have used a certain dataset in 3 different linear regression models to predict variables ## x_1 ##, ## x_2 ##, and ## x_3 ##. I know the mean squared errors for those predictions - each of the predictions uses the same input variables, but the regression weights are different. Then, I am calculating ## y = f(x_1, x_2, x_3) ## where ## f ## is a non-linear function (not complicated, but there are products of ## x_1 \cdot x_2 ## and ## x_1 \cdot x_3 ##). How can I calculate a metric that is measures 'uncertainty' such that I can give the output of the model as ## y \pm \Delta y ##?
- ## y ## is being forecast into the future and so I do not have access to data to compare it against and calculate a MSE/metric
Thanks in advance for any help.