Está en la página 1de 1

REGRESION POLINOMIAL

0
2,1
1
7,7
2
13,6
3
27,2
4
40,9
5
61,1
15
152,6
2,5 25,4333333

sumatoria
promedio

(y-y')^2
y-cx^2-bx-a (y-y')^2
544,444443
-0,3786 544,444443
314,47111
1,0014 314,47111
140,027777
-1,04 140,027777
3,12111123
0,8972 3,12111123
239,217779
-0,787 239,217779
1272,11111
0,3074 1272,11111

Y
70
y = 1.8607x2 + 2.3593x + 2.4786

60
50
40

30

Poly. (Y)

20
10
0
0

Regresion polinomial
Matlab
>> x=0:1:5;
y=[2.1 7.7 13.6 27.2 40.9 61.1];
plot(x,y,'o')
title('regresin polinommial');

También podría gustarte