Clear Filters
Clear Filters

Can I use nlparci with the solve function?

2 views (last 30 days)
Hello
I solved a set of ODEs using the problem based approach from this example and the solve function:
My ODEs are derived from chemical reactions like in the example. Now I want confidence intervals for the rate constants. FYI: it looks like the solve function is choosing to use fmincon to solve the problem.
I found someone who used nlparci with the lsqcurvefit function
My question is, can I use nlparci with the solve function to get confidence intervals? I don't see how to get the output for the jacobian from fmincon, which I think nlparci needs as an input.
Edit: I added the code and data needed to run the code. Be sure to change the filepath as needed.
Also here is the result, The graph shows the fit being performed on four different data sets. Each one has different rate constants for the same set of reactions. There is only measured data for three of the species.

Answers (0)

Community Treasure Hunt

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

Start Hunting!