Non-linear parameter estimation (least squares)
Mostrar comentarios más antiguos
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 comentario
Image Analyst
el 10 de Dic. de 2012
Is this your homework?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Linear Least Squares en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!