Assume $X$ and $N$ are two sets of observations from two different normal distribution, where $X$ represents clean data and $N$ represents noise; and $A$ a projection matrix of a filter and the relation between $X$ and $Y$ defines as:
$Y=A \times X + N$
considering that $X_i$ are not sequential samples and are just different observations from a normal distribution (there is no time involved), are we allowed to use a Kalman filter to estimate $A$ and parameters of $N$?
I've got a lot of vote downs on other sites for trying to use Kalman filters for a problem that is not time-dependent! But it's ok, I look for answers, not reputation!
– PickleRick Jan 26 '16 at 15:53