Changing the confidence Interval
13 次查看(过去 30 天)
显示 更早的评论
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.
2 个评论
回答(1 个)
Shashank Prasanna
2012-12-14
You can always save the fitted model from CFTOOL : Fit > Save To Workspace and fun the following command: confint(fittedmodel,0.67)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!