Confidence interval in fit
Show older comments
By default, the fit function in matlab returns 95 % confidence interval bounds. I want it to return error as defined by 1 sigma confidence, which i think corresponds to 68.27% confidence bound. How do i get this?
Accepted Answer
More Answers (1)
Steven Lord
on 18 Mar 2026 at 12:26
0 votes
Use the confint function on the object returned by fit.
Categories
Find more on Get Started with Curve Fitting Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!