BLUE ESTIMATOR

I need to estimate certain paramenters in my project and for that purpose I am using BLUE. Thus the estimate is given by the following equation:
theta=inv(H'*inv(C)*H)*H'*inv(C)*M
This expression results in following error:
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 9.680149e-18.
I continue getting this error even if I use "/" and "\". However when I use pinv the error warning does not show up but my results are not correct. Can you help me and explain me how else can I calculate this expression?

1 件のコメント

bym
bym 2011 年 10 月 14 日
what happens (as a test) if you eliminate inv(c) from your equation?
is c a diagonal matrix?....How do you know the results of pinv are incorrect?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeLinear Algebra についてさらに検索

製品

タグ

質問済み:

2011 年 10 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by