Non-linear parameter estimation (least squares)
古いコメントを表示
For the following equation, I need to determine three parameters: Sigma, Ps, and kf
y = (Sigma/(1-Sigma))*(1-exp(-X*(1-Sigma)/Ps)))*(exp(-X/kf)
The following are the experimental values: x = [54.5, 77.4, 99.1, 121.8, 148.2, 172.2, 195.4]
y = [0.250, 0.299, 0.341, 0.375, 0.389, 0.406, 0.408]
Constraints:
0 < Sigma < 1, Ps > 0, kf > 0
I need to find the parameters by minimizing the least square errors between predicted and experimental values. I also need to find the 95% confidence interval for each parameter.
Being new to MATLAB, I am unsure how to go about solving this problem. What options do I have, as in what functions can I use? How should I go about solving this problem? Any help/suggestion is much appreciated.
1 件のコメント
Image Analyst
2012 年 12 月 10 日
Is this your homework?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Least Squares についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!