| Algorithm 1 IR-RLS scheme |
| Input: Measurement data (, ), error threshold (), |
| norm value (p) |
| Output: Optimal solution () |
| 1: Initialization Obtain using Equation (17) |
| 2: while new data is measureddo |
| 3: Obtain using Equation (21) |
| 4: while do |
| 5: Obtain using Equation (14) |
| 6: Obtain using Equation (15) |
| 7: |
| 8: end while |
| 9: |
| 10: |
| 11: |
| 12: end while |