Nonlinear fit with constraints in R2012b

1 次查看(过去 30 天)
Hi,
Is it possible to get parameter estimation variances after constrained optimization?
I am now using lsqnonlin function to optimize 7 parameters with 14 target values, using 'trust-region-reflective' algorithm.
Thanks in advance
  2 个评论
Matt J
Matt J 2013-1-12
编辑:Matt J 2013-1-12
The threads you've referenced refer to parameter estimation variances, not parameter estimation errors. To calculate errors, you need to know their true values. I'll assume you really mean the former.
Kenta Yoshida
Kenta Yoshida 2013-1-12
Thanks Matt, I corrected my question. As you guessed, what I wanted to refer to was parameter estimation variances.

请先登录,再进行评论。

采纳的回答

Matt J
Matt J 2013-1-12
If none of the constraints are active at your solution, you can estimate the variances in the unconstrained way.
Otherwise, since it's a pretty small problem, why not just estimate the parameter variance by running Monte Carlo simulations?
  6 个评论
Matt J
Matt J 2013-1-13
编辑:Matt J 2013-1-13
Anyway, what I was picturing for the simulations was that you assume the parameter estimates given by lsqnonlin are the true values. Then simulate the system measurements with as realistic measurement noise as you can. Then rerun lsqnonlin on these measurements. Do that repeatedly until you have enough data to approximate the variance well.
Kenta Yoshida
Kenta Yoshida 2013-1-14
编辑:Kenta Yoshida 2013-1-14
Thanks a lot again. I will perform that kind of calculation based on the optimized parameter values.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Optimization Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by