Research Article

Identification of Wiener Model with Internal Noise Using a Cubic Spline Approximation-Bayesian Composite Quantile Regression Algorithm

Algorithm 1

Pseudocode of M-H sampling algorithm.
Begin
 Define the maximum number of state transitions , the number of samples , the input state transition probability of  Markov Chain , input smooth distribution , initialize variable and state .
while do
  calculate ;
  determine the probability of reception ;
  ;
  if
   ;
  else
   ;
  end if
  ;
end while
end begin