Clase 11 Calculo Numerico I
Clase 11 Calculo Numerico I
Clase 11 Calculo Numerico I
Cuadrados
y
y i
, i 1, , n
n
St
Sy , St ( yi y ) 2
n 1
Mathematical Background
• Variance. Representation of spread by the square of the
standard deviation.
y) y y
2 2 2
(y /n
S 2
i
or S 2
i i
n 1
y
n 1
y
Sy
c.v. 100%
y
Linear Regression: Residual
e1 e1= -e2
e2
Linear Regression: Criteria for a “Best” Fit
n n
min | ei | | yi a0 a1 xi |
i 1 i 1
Linear Regression: Criteria for a “Best” Fit
n
min max | ei || yi a0 a1 xi |
i 1
Linear Regression: Least Squares Fit
𝑛 𝑛 𝑛
n n
min S r ei
2
( yi a0 a1 xi ) 2
i 1 i 1
S r
a 0
0
S r 0
a1
Linear Regression:
Determination of ao and a1
S r
2 ( yi ao a1 xi ) 0
ao
S r
2 ( yi ao a1 xi ) xi 0
a1
0 yi a 0 a1 xi
0 yi xi a 0 xi a1 xi2
a 0 na0
na0 xi a1 yi 2 equations with 2 unknowns,
can be solved simultaneously
ii 0i 1i
y x a x a x 2
Linear Regression:
Determination of ao and a1
n xi yi xi yi
a1
n x xi
2 2
i
a0 y a1 x
Error Quantification of Linear
Regression
• Total sum of the squares around the mean for the
dependent variable, y, is St
St ( yi y ) 2
n n
S r ei2 ( yi ao a1 xi ) 2
i 1 i 1
Error Quantification of Linear
Regression
• St-Sr quantifies the improvement or error reduction
due to describing data in terms of a straight line
rather than as an average value.
St S r
r
2
St
r2: coefficient of determination
r : correlation coefficient
Error Quantification of Linear
Regression
For a perfect fit:
• Sr= 0 and r = r2 =1, signifying that the line explains
100 percent of the variability of the data.
• For r = r2 = 0, Sr = St, the fit represents no
improvement.
Least Squares Fit of a Straight Line:
Example
Fit a straight line to the x and y values in the
following Table:
xi yi xiyi xi2
xi 28 yi 24.0
1 0.5 0.5 1
xi yi 119.5
2 2.5 5 4
xi 140
2
3 2 6 9
4 4 16 16
28 24
5 3.5 17.5 25 x 4 y 3.4285
6 6 36 36
7 7
7 5.5 38.5 49
28 24
x 4 y 3.428571
28 24 119.5 140
7 7
Least Squares Fit of a Straight Line:
Example (cont’d)
n xi yi xi yi
a1
n x ( xi )
2 2
i
7 119.5 28 24
0.8392857
7 140 28 2
a0 y a1 x
3.428571 0.8392857 4 0.07142857
Y = 0.07142857 + 0.8392857 x
Least Squares Fit of a Straight Line:
Example (Error Analysis)
^
xi yi (yi y)
2
e ( yi y) 2
2
i
i
22.7143
2
1 0.5 8.5765 0.1687 S t y y
2 2.5 0.8622 0.5625
Sr ei 2.9911
2
3 2.0 2.0408 0.3473
4 4.0 0.3265 0.3265
5 3.5 0.0051 0.5896 St S r
6 6.0 6.6122 0.7972 r
2
0.868
St
7 5.5 4.2908 0.1993
28 24.0 22.7143 2.9911
r r 0.868 0.932
2
Least Squares Fit of a Straight Line:
Example (Error Analysis)
St 22.7143
sy 1.9457
n 1 7 1
•The standard error of estimate (quantifies the spread around the
regression line)
Sr 2.9911
sy / x 0.7735
n2 72
Because S y / x S y , the linear regression model has good fitness
Linearization of Nonlinear Relationships
y a1eb1x
ln y ln a1 b1 x
y* = a o + a1 x
Linearization of Nonlinear Relationships
2. The power equation
y a2 xb2
x
y a3
b3 x
1 1 b3 1 y* = 1/y
ao = 1/a3
y a3 a3 x a1 = b3/a3
x* = 1/x
Example
Fit the following Equation:
y a2 x b2
a0 y a1x 0.4282 1.75 0.41584 0.334
Linearization of Nonlinear
Functions: Example
log y=-0.334+1.75log x
y 0.46x 1.75
Polynomial Regression
• Some engineering data is poorly represented by a
straight line.
• For these cases a curve is better suited to fit the data.
• The least squares method can readily be extended to
fit the data to higher order polynomials.
A parabola is preferable
Polynomial Regression (cont’d)
ei yi ao a1 xi a2 xi
2
Sr ei yi ao a1 xi a2 xi
2 2 2
Polynomial Regression (cont’d)
S r
2 ( yi ao a1 xi a2 xi2 ) 0
ao
S r
2 ( yi ao a1 xi a2 xi2 ) xi 0
a1
S r
2 ( yi ao a1 xi a2 xi2 ) xi2 0
a2
i
y n a o a1 i
x a 2 i
x 2
3 linear equations with
i i o i 1 i 2 i
3 unknowns (ao,a1,a2),
x y a x a x 2
a x 3
can be solved
i i o i 1 i 2 i
x 2
y a x 2
a x 3
a x 4
Polynomial Regression (cont’d)
n
x xi
2
i
a0 yi
xi x x a1 xi yi
2 3
i i
xi2 x x
2 i i
3 4 2
i i a x y
Sr St S r
sy / x r
2
n3 St
Polynomial Regression (cont’d)
General:
The mth-order polynomial:
y ao a1 x a2 x 2 ..... am x m e
• A system of (m+1)x(m+1) linear equations must be solved for
determining the coefficients of the mth-order polynomial.
• The standard error:
Sr
sy / x
n m 1
St S r
• The coefficient of determination: r
2
St
Polynomial Regression- Example
Fit a second order polynomial to data:
xi yi xi2 xi3 xi4 xiyi xi2yi x i 15
0 2.1 0 0 0 0 0
1 7.7 1 1 1 7.7 7.7 y
xi3 225 i 152.6
2 13.6 4 8 16 27.2 54.4
i 55
x 2
x y 585.6
i i
15 152.6
x 2.5, y 25.433
x y 2488.8
2
6 6 i i
Polynomial Regression- Example (cont’d)
Sr ei 3.74657
2
St yi y 2513.39
2
Polynomial Regression- Example (cont’d)
xi yi ymodel e i2 (yi-y`)2
0 2.1 2.4786 0.14332 544.42889
1 7.7 6.6986 1.00286 314.45929
2 13.6 14.64 1.08158 140.01989
3 27.2 26.303 0.80491 3.12229
4 40.9 41.687 0.61951 239.22809
5 61.1 60.793 0.09439 1272.13489
15 152.6 3.74657 2513.39333