Proper phrasing of error bars in an essay

조회 수: 6 (최근 30일)
mo mostafavi
mo mostafavi 2017년 10월 3일
답변: Divyam 2025년 6월 12일
Hi,
I have used custom option on the cftool for curve fitting of my data using my formula of interest. To extract the error bars of the fit parameters, I used the confint MATLAB tool. How can I phrase the error bars on my fit in scientifically correct terms? Any better or more precise phrasing compared to the following sentence?
The error bars are the goodness of the fit with 95% confidence bounds.
Best wishes, Moha
  댓글 수: 1
emma
emma 2022년 6월 15일
The error bars are the goodness of the fit with 95% confidence bounds.

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

답변 (1개)

Divyam
Divyam 2025년 6월 12일
The error bars derived from "confint" in MATLAB represent the uncertainty in the fitted parameter based on a confidence interval. They are not a direct measure of "goodness of fit" (which is more related to , RMSE, etc.).
This is because "confint" gives lower and upper bounds for each parameter computed while assuming a certain confidence level and based on the standard error of the estimate. These bounds quantify the uncertainty in parameter estimation not the overall fit quality.
Hence, a better way to phrase your findings would be, "Error bars indicate 95% confidence intervals of the fitted parameters."
For more information regarding the "confint" function, refer to the following documentation: https://www.mathworks.com/help/curvefit/cfit.confint.html

카테고리

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