confidence interval for least square fitting

조회 수: 14 (최근 30일)
Sumera Yamin
Sumera Yamin 2020년 8월 20일
댓글: Star Strider 2020년 11월 26일
Hi, i have a system of equations of the form Ax=b. with A and b known matrics, i calculates x using least square method. Now i want to calculate confidence interval on my estimated values in x. Any idea how should i proceed?

채택된 답변

Star Strider
Star Strider 2020년 8월 20일
For the parameter confidence intervals in a linear problem, use the regress function. The ‘bint’ output will have them.
  댓글 수: 4
Sumera Yamin
Sumera Yamin 2020년 11월 26일
hi, i have a followup question. if i solve a system 'Ax=b', with a= Nx4 matrix, x=4x1 vector, and b=NX1 vector, then i am getting the exact same internal range /error for 1st and 3rd entry in x, same is true for 2nd and 4th entry in y. What could be the possible reson for this? I calculate error as |b-bint| (only upper or lower limit subtracted from b to get the error).
Star Strider
Star Strider 2020년 11월 26일
I am not certain that I understand what you are asking.
The ‘bint’ output is returned as an (Nx2) matrix. Just use it as it exists. No processing is necessary for it.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by