Research Article

An Algorithm for Optimally Fitting a Wiener Model

Algorithm 3

Conjugate Gradient algorithm used.
Let 𝑛 = number of iterations to be run and 𝜎 = 1 × 1 0 8 .
for   𝑖 = 1 to 𝑛   do
if   𝑖 = 1   then
   = 𝐹
else
   ̂ 𝛽 = m a x 0 , 𝐹 ( 𝐹 𝐹 ( 𝐱 𝜃 ) ) ̂ ̂ 𝐹 ( 𝐱 𝜃 ) 𝐹 ( 𝐱 𝜃 )
   = 𝐹 + 𝛽
end if
𝑘 = 𝐹
̂ 𝛼 = 𝜎 𝑘 / ( 𝐹 ( 𝐱 𝜃 + 𝜎 ) 𝑘 )
̂ ̂ 𝜃 = 𝜃 + 𝛼
end for