






























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The main points are: Nonlinear Regression, Power Model, Saturation Growth Model, Polynomial Model, Exponential Model, Nonlinear Function, Regression Model, Constants of Exponential Model, Square of Residuals, Finding Constants
Typology: Slides
1 / 38
This page cannot be seen from the preview
Don't miss anything!































( y aebx)
( y axb)
b x
ax y
( y a 0 a 1 x...amxm)
Some popular nonlinear regression models:
Regression
Given (^ x 1 ,y 1 ),(x 2 ,y 2 ),...,(xn ,yn)best fit y^ ^ aebx to the data.
Figure. Exponential model of nonlinear regression for y vs. x data
y aebx
( xn ,yn)
( x 1 ,y 1 )
( x 2 ,y 2 )
( xi ,yi) yi aebxi
Finding Constants of Exponential Model
Rewriting the equations, we obtain
0 1
2
1
(^)
n
i
bx n
i
bx i y e i^ a e i
0 1
2
1
^
n
i
bx i
n
i
bx i i y x e i^ a x e i
Finding constants of Exponential Model
Substituting a back into the previous equation
0 1
^
n
i
bx n i
i
bx
n bx
i
i bx i
n
i
i
i i
i i (^) x e
e
y e y x e
The constant b can be found through numerical
methods such as bisection method.
n
i
bx
n
i
bx i
i
i
e
y e
a
1
2
1
Solving the first equation for a yields
Find:
b) The half-life of Technium-99m c) Radiation intensity after 24 hours
The relative intensity is related to time by the equation
Ae^ t
Plot of data
0 1
2
1
2
1 1
^
(^)
n
i
t n i
i
t
n
i
t i t i
n
i
i i i
i i (^) t e e
e
f t e^
t (hrs) 0 1 3 5 7 9 γ (^) 1.000 0.891 0.708 0.562 0.447 0.
0
^
(^)
i
i
i
i (^) t e
e
e
f t e
0. 1151
t=[0 1 3 5 7 9] gamma=[1 0.891 0.708 0.562 0.447 0.355] syms lamda sum1=sum(gamma.t.exp(lamdat)); sum2=sum(gamma.exp(lamdat)); sum3=sum(exp(2lamdat)); sum4=sum(t.exp(2lamdat)); f=sum1-sum2/sum3*sum4;
t e
The relative intensity of radiation after 24 hours
e
2
This result implies that only
100 6. 317 %
9998
316 10
radioactive intensity is left after 24 hours.
( x 1 , y 1 ),(x 2 ,y 2 ),...,(xn, yn) m Given best fit y^ ^ a 0 a 1 x...am x
( m n 2 )^ to a given data set.
Figure. Polynomial model for nonlinear regression of y vs. x data
m
( xn ,yn)
( x 1 ,y 1 )
( xi ,yi)
The residual at each data point is given by m Ei yi a 0 a 1 xi .. .amxi
The sum of the square of the residuals then is
^
n
i
m i i m i
n
i
r i
y a a x a x
S E
1
2 0 1
1
2
...