Hi all,
I'd like to know if a function exists that computes the intervals of confidence of the result of the lsqlin optimisation given the intervals of confidence of the input data.
Using the notations here (<http://www.mathworks.fr/fr/help/optim/ug/lsqlin.html)>, I'm basically looking for confidence intervals of x components given the confidence intervals of d components.
Thanks in advance for your advice!

 採用された回答

Shashank Prasanna
Shashank Prasanna 2014 年 7 月 9 日
編集済み: Shashank Prasanna 2014 年 7 月 9 日

1 投票

If you have constraints (looks like you do since you use lsqlin) then you will have to explore bootstrapping methods to estimate confidence intervals in the presence of constraints.
If you simply have bound constraints then you can transform your data as explained here:
If you do not have constraints or bounds, simply use fitlm which give you all the information you may need to assess your fit:

4 件のコメント

Jean-Yves
Jean-Yves 2014 年 7 月 10 日
Thanks, as you suspected, I'm in the first case, so I'll look into bootci!
Hermence Dewintre
Hermence Dewintre 2018 年 5 月 22 日
編集済み: Hermence Dewintre 2018 年 5 月 22 日
Have you found how to have the confidence interval ? I'm in the same situation as you and i can't understand how bootci works
Rohan Kulkarni
Rohan Kulkarni 2018 年 11 月 14 日
Same here! could someone please explai how bootci could be applied to our cases?
chen zhihua
chen zhihua 2019 年 6 月 11 日
fx=@(x)lsqlin(C,d,A,b,Aeq,beq,lb,ub,options);
ci=bootci(nboot,fx,C,d,...)

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

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by