How can I get the CV% and Confidence interval for my parameter estimates from output of lsqnonlin function

12 views (last 30 days)
Hi Everyone,
I want to calculate CV% and Confidence interval for my parameter estimates which I have estimated using lsqnonlin function.
[x,resnorm,residual,exitflag,OUTPUT,LAMBDA,Jacobian] =lsqnonlin(@compart_error , p0, [],[],optim_options,ob_conc3,ob_tPoints);
Here x is my parameter estimate with other outputs.
Any help will be greatly appreciated.
Thanks!

Accepted Answer

Star Strider
Star Strider on 22 Jan 2015
If you also have the Statistics Toolbox, use the nlparci function.
  4 Comments

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!