How to obtain the uncertainties in the obtained fitting parameters from the confidence bounds in the curve fitting toolbox?

조회 수: 149 (최근 30일)
Hi,
I have fitted an equation to the data and I have gotten the value of the fitting parameters using curve fitting toolbox. Therefore, I have also gotten the 95% confidence bounds for each fitting parameter. I am wondering how can I obtain the uncertainties in the fitting parameters from the confidence bounds I have for each parameter?
Thanks in advance!

채택된 답변

Nayan
Nayan 2023년 4월 7일
Hi
The uncertainty of a fitted parameter can be estimated from the confidence bounds obtained from the Curve Fitting Toolbox in MATLAB.
  1. The uncertainty of the parameter can be estimated from the half-width of the confidence interval, which is given by:Uncertainty = (Upper Bound - Lower Bound) / 2 where Upper Bound and Lower Bound are the upper and lower limits of the confidence interval, respectively.
Note that the uncertainty of a parameter depends on the quality and representativeness of the data, the validity of the model assumptions, and the appropriateness of the chosen model. Therefore, it is important to use good judgment and statistical expertise when interpreting the results.
I would suggest you to refer to the following Matlab link to evaluate your fit better :-
Hope this helps!
  댓글 수: 1
Shaily_T
Shaily_T 2023년 4월 9일
Thanks for your response @Nayan.
Are the uncertainties obtained this way reliable?
And to make sure I got it correctly, let's say I have obtained a fit parameter "A" as 2.567 (2.520, 2.620) then the uncertainty would be (2.620-2.520)/2 = 0.05 and we can write the parameter "A" as 2.567+- 0.05. Is this correct?
Thank you!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by