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!