Confidence interval in fit
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Steven Lord
le 18 Mar 2026 à 12:26
0 votes
Use the confint function on the object returned by fit.
Catégories
En savoir plus sur Get Started with Curve Fitting Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!