Changing the confidence Interval
조회 수: 7 (최근 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!