08-09-2007 05:04 AM
08-09-2007 10:59 AM
08-10-2007 03:58 AM
10-30-2007 08:42 PM
10-31-2007 12:41 PM
10-31-2007 02:24 PM
Thanks Jim for the additonal information on the subject
Gaétan
10-31-2007 03:50 PM
Excellent explanation Jim. 🙂
Of course the MSE is only related to the noise if your model is sufficient for the data. So if you have a banana and try to fit it to a straight line, the MSE is not a true description of the "real" noise in the data, it is more a reflection of the "wrongness" of the model. If the parameters don't make sense, their error estimate don't make sense either. ;).
Also, since we are dealing with nonlinear models, a description of the parameter error as "standard deviation" might not be appropriate because it might not be normally distributed or symmetric. For example, you could have a case where increasing the parameter from the best fit by a small amount gives you a big penalty in chisquare, while reducing the parameter changes chisquare only very little. So the best fit parameter could be 5 with a confidence interval of [2...5.01].
Still, a simple parameter error estimate if often sufficient as a first approximation.
@DSPGuy wrote:
To demonstrate this I am attaching one of the NIST datasets (Lanczos3) and test that demonstrates the std. dev. scaling mentioned above and compares to the NIST results.
I think there is something wrong with your example. Maybe the dataset is wrong?
The model actually uses 6 parameters, the model description inside the model vi lists 7 paramters (b1..b6, e), but you are only feeding it two paramters. The results don't agree with NIST at all. What am I doing wrong?
(There is also a typedef that's not included. Since it's not hooked up I can just delete it).
11-01-2007 08:57 AM
11-13-2007 01:45 PM
03-10-2010 07:19 AM
I would like to make the following correction to Jim's comment: it's just a minus 1 in the formula but only then you are producing a bias free estimate of the noise variance
.....
A better estimate of noise variance is SSE/DOF where DOF is
degrees-of-freedom and is equal to the number of data-points minus (the number of model-parameters-1)
......