I wonder if anyone know what residual variance is
8 次查看(过去 30 天)
显示 更早的评论
I now have a nitrate time series and I detrend it by fitting into a quadratic line.I have read a paper which has a table about "percentage of the original variance still present in the residuals after detrending" with better fit of smaller numbers and all values of below 100. I wonder if it is true that residual variance could be calculated through v ar(d)/var(b) or 1 - corr(b,c) . Actually, I am not so sure about what residual variance here means
0 个评论
采纳的回答
Star Strider
2015-7-24
The only context I’m familiar with is the variance of the residuals in a regression. If ‘x’ is the independent variable, ‘y(x)’ is the empirical value of the dependent variable at ‘x’, and the value of the regression at ‘x’ is ‘yfit(x)’, the residual at that point is y(x)-yfit(x). Taken together in that context, the residual variance is the variance of the residuals, or var(y-yfit). You would expect the variance of the residuals of a regression to be less than the variance of the original data.
Does that make sense in the context of the paper you’re referring to?
2 个评论
Star Strider
2015-7-28
My pleasure.
The only limits on variances that I’m aware of is that by definition they’re always non-negative. Their magnitude otherwise depends only on the data.
I haven’t worked with the System Identification Toolbox in a while. However I’m not aware of any particular restrictions on the magnitude of ar results.
I did a search and found only this (possibly relevant) Newsreader thread. It may be what you’re looking for. Otherwise, the definitions I found essentially repeat my description of ‘residual variance’.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!