nlpredci for lsqnonlin and a set of ODEs
4 ビュー (過去 30 日間)
古いコメントを表示
Hi There
I am trying to get the prediction intervals for my outputs for a nonlinear parameter estimation probelm where the function is calculated by a set of ODEs. Is it possible to use nlpredci with the results of lsqnonlin like jacobian, residuals etc to get the prediction intervals? How do you set up nlpredci for this problem? nlparci can be done but nlpredci is a bit confusing. Code is attached
Thanks for your input!
0 件のコメント
回答 (1 件)
Star Strider
2015 年 4 月 13 日
If I remember correctly, nlpredci will only calculate predictions for a vector-valued dependent variable, not a matrix, so it will work with nlinfit and with vector-valued dependent variables from lsqcurvefit. I remember encountering this problem when I attempted something similar. I have not been able to find a work-around for it.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Matrix Computations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!