Parameter estimation - How to input experiment data?

4 views (last 30 days)
Hi All,
I want to perform parameter estimation of the following ode model.
5 parameters have to be estimated after performing a least square error minimization of the cost function. The input that I have is steady state multi -experiment values of y1 to y10.
I found an example here that illustrated how to input time series experiment data. Could someone explain how to input staedy state multi-experiment data?
  9 Comments
Deepa Maheshvare
Deepa Maheshvare on 21 Apr 2019
Thanks a lot for the response. In my case, there are 10 variables. Basically, the
arguments ya and yb are column vectors of 10 rows each.
I'm not sure if I follow this,
"you have to be certain the system is not over-constrained by more BCs than are DOF to match--iow, must be realizable".Could you please explain?
dpb
dpb on 21 Apr 2019
Just like you couldn't fit a quadratic equation to only two points, you can't try to force more conditions onto the solution of your set of PDEs than can be achieved.
Just an observation on a elementary fact; it's sometimes not so easy to tell with such a system of equations what isn't feasible when setting constraints unless there is a closed-form solution that you can examine.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!