Effacer les filtres
Effacer les filtres

How can i find uncertainty of coefficients ?

1 vue (au cours des 30 derniers jours)
Thar
Thar le 7 Nov 2015
Hi all!
I have my data (x,y) and I plot these. Then I will do linear regression like:
p=polyfit(x,y,1);
yfit=polyval(p,x);
plot(x,y,'ob',x,yfit,'r');
gtext(['y=',num2str(p(1)),'x',num2str(p(2))])
I want to find the errors (or uncertainty) of coefficients a and b of the linear regression y=ax+b. How can i do this?
Thank you!

Réponses (1)

Star Strider
Star Strider le 7 Nov 2015
Since you’re using polyfit, use my FEX submission polyparci.

Catégories

En savoir plus sur Linear and Nonlinear Regression dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by