Problem with Curve Fitter 95% CI Upper and Lower Bounds' Equations

조회 수: 1 (최근 30일)
Ali Reza Shahvaran
Ali Reza Shahvaran 2023년 9월 15일
편집: Torsten 2023년 9월 15일
Attached is a screenshot that shows the coefficients (a, b, and c) of the upper and lower 95% CI bounds are not calculated correctly.
However, the graphical representation (after activating the prediction bounds) displays a correct 95% CI. The correct equations of the 95% CI are added at the bottom in red.
For example, for the upper bound, the y-intercept is reported to be 3.55, but we can see on the graph that it is 5.28.
Does anyone know what might be the reason for that?
Thank you.

채택된 답변

Torsten
Torsten 2023년 9월 15일
편집: Torsten 2023년 9월 15일
Have a read here:
It will show you the difference between confidence bounds on coefficients and prediction bounds on fits.
I guess you mean the nonsimultaneous functional bounds:
p21 = predint(fitresult,x,0.95,'functional','off')
plot(fitresult,x,y), hold on, plot(x,p21,'m--')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fit Postprocessing에 대해 자세히 알아보기

태그

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by