Non-linear parameter estimation (least squares)
Show older comments
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 Comment
Image Analyst
on 10 Dec 2012
Is this your homework?
Accepted Answer
More Answers (0)
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!