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.
采纳的回答
更多回答(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!