I'm trying to learn about Kalman filters and I think that for the most part the explanations I found were sufficient (There is a great explanation on this forum). But I'm having trouble with the prediction variance and more specifically the initial value.
So from the literature I've read : the observation variance matrix R represents how accurate our measures are, and its concrete value would depend on the sensors we have.
But what about the initial variance of our prediction $P_0$ ? I don't understand what is the concrete meaning of this value. The only thing I found was the following :
It is often also natural to choose the stationary value of the variance as the initial value for the variance
Which if I understand correctly would mean that in some cases after a number of iterations, no matter the initial value, P(t) would converge towards a specific $P_{lim}$ and so we might as well use it as initial value ?
Is that what is meant ? And what if it doesn't converge ? Is it that the initial value for P is linked to how good we know our first guess for the state vector is ?