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?

 채택된 답변

Torsten
Torsten 2026년 3월 18일
편집: Torsten 2026년 3월 18일

1 개 추천

Call "confint" (for the parameters) or "predint" (for the fit) from the command line with the wanted confidence level:
This page might also be helpful:

추가 답변 (1개)

Steven Lord
Steven Lord 2026년 3월 18일

0 개 추천

Use the confint function on the object returned by fit.

카테고리

도움말 센터File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

제품

릴리스

R2024a

질문:

2026년 3월 18일

답변:

2026년 3월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by