Convert linear-fit results onto an orthogonal basis
1 次查看(过去 30 天)
显示 更早的评论
I have the results of the linear fit of some experimental data:
y=a0+a1.x
together with the covariance matrix: sigma_square_a0, sigma_square_a1, sigma_a0_a1. I d like to express the results using an orthogonal polynomial basis, that is to say as
y=b0+b1.(x-c)
with sigma_b_c=0 and sigma_square_c=0. I bet it is just a matter or diagonalizing the covariance matrix but i don't see how to define the c.
Any thoughts?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!