Research Article

An Algorithm for Optimally Fitting a Wiener Model

Algorithm 1

Starting algorithm.
𝑠 𝑐 π‘œ π‘Ÿ 𝑒 = . 1 β‹… π‘Ÿ fi t / . 8 + . 9 β‹… π‘Ÿ V a l / . 8
for   𝑖 = 1 to 11  do
 repeat
   𝑠 𝑐 π‘œ π‘Ÿ 𝑒 π‘œ 𝑙 𝑑 = 𝑠 𝑐 π‘œ π‘Ÿ 𝑒
   π‘Ž 𝑖 = π‘Ž 𝑖 + . 2
  Update 𝑠 𝑐 π‘œ π‘Ÿ 𝑒
 untill   𝑠 𝑐 π‘œ π‘Ÿ 𝑒 < 𝑠 𝑐 π‘œ π‘Ÿ 𝑒 π‘œ 𝑙 𝑑
 if   π‘Ž 𝑖 = 0   then
  Replace addition operation with subtraction operation and repeat the loop.
 end  if
end  for