Playing with Mathematics and Programming – The Recursive Least Square Algorithm – Two Challenges
In this article, we present two challenges related to the recursive least square algorithm [1]. We will first explain what the recursive least square algorithm is. The Recursive Least Square Algorithm 1-Dimensional Case In the one-dimensional case, let’s say we have a linear relation of real numbers of the form $y=ax+e$, where $x$ is a …