How to Propagate Errors Across Models?

Click For Summary
Error propagation between models is crucial when results from one model serve as inputs for another. In the discussed case, Model 1 produces a vector of Y values from a non-linear equation, but the associated errors for these Y values are not directly known. To estimate these errors, bootstrapping techniques are recommended for deriving error estimates for each Y element. Once the errors for Y are established, they can be propagated to Model 2 to calculate the corresponding Z values. Finally, RMSE for Model 2 can be computed using the propagated errors from Y.
nehajo88
Messages
1
Reaction score
0
Hi folks,

I have a rather simple question on error propagation - I have 2 sets of models, where the results from model are used as variables in the next model. I need to know how to carry forward errors from one to another.

Case -

Model 1: Y = a*exp(b*X) + c

The errors on X (which is a vector of about 100 samples) and Y (a vector of same size as X) are not know. From fitting the above non-linear model to the data and examining the residuals, I can calculate Mean Absolute Error, RMSE, etc. So, in the end I get a vector of Y values and a single error estimate from the model (e.g. RMSE).

Model 2: Z = s*(Y)^t + u

Where Y is the variable obtained from the results of Model 1. Applying Model 1 to a large number of new X values, I now have Y as a vector with > 10,000 elements. Each element in vector Y should have an associated error. My question is - what error should I give each element of vector Y? My next question is, once the error on each element of vector Y is known, how do I propagate this error to each element of vector Z? Finally, how do I calculate RMSE for Model 2?

All help will be much appreciated!

Thanks,
Yaal
 
Physics news on Phys.org
If your process involves nonlinearity and complicated methods then your best bet will be to use some bootstrapping technique to get an estimate of the errors in Z.

http://en.wikipedia.org/wiki/Bootstrapping_(statistics )
 
Last edited by a moderator:
I do not have a good working knowledge of physics yet. I tried to piece this together but after researching this, I couldn’t figure out the correct laws of physics to combine to develop a formula to answer this question. Ex. 1 - A moving object impacts a static object at a constant velocity. Ex. 2 - A moving object impacts a static object at the same velocity but is accelerating at the moment of impact. Assuming the mass of the objects is the same and the velocity at the moment of impact...

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
15
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K