- 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.
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!
댓글 수: 0
채택된 답변
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.
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!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!