Part Five: Curve Fitting
Part Five: Curve Fitting
Part Five
Curve Fitting
1
Mech300 Numerical Methods, Hong Kong University of Science and Technology.
Motivation
y
sampling points In all practical engineering cases, the sampling data
are acquired at discrete points.
interpolation points
That means the function values at points other than
these sampling points are undefined; but they are
wanted in many applications.
3
Mech300 Numerical Methods, Hong Kong University of Science and Technology.
Simple Statistics
∑ yi 158.4
arithmetic mean : y= y= = 6.6
n 24
standard derivation : s y =
St
=
∑ yi − y ( ) 2
sy =
0.2170
= 0.097133
n −1 n −1 24 − 1
∑ yi − ( ∑ yi ) / n
2 2
variance : s 2y =
St
= s 2y = 0.097133 2 = 0.009435
n −1 n −1
sy 0.097133
coefficient of variance : c .v . = 100% c .v . = 100% = 1.47%
y 6.6
4
Mech300 Numerical Methods, Hong Kong University of Science and Technology.
normal distribution
histogram
Overall Structure