Changing the confidence Interval
Afficher commentaires plus anciens
Is there a way to change the confidence interval from 95% to say 67% and recalculate the coefficients (with the 95% confidence bounds)? I am using the curve fitting tool for my dataset.
Réponses (1)
Shashank Prasanna
le 14 Déc 2012
1 vote
You can always save the fitted model from CFTOOL : Fit > Save To Workspace and fun the following command: confint(fittedmodel,0.67)
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!