MATLAB: Confidence interval for least square fitting

confidence intervalleast-square

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?

Best Answer

For the parameter confidence intervals in a linear problem, use the regress function. The ‘bint’ output will have them.