| Algorithm 1 Loss aware smoothing |
|
Input: , Z: Series length, q: smoothing window size Output: MSE, locally fitted value using local smoothing technique Process: 1- For n = q to Z − q do 2- Initialize K []; 3- for j = n − q to n + q Do 4- smooth (y 5- Assign ( [] 6- Return |