I have a linear discrete time-varying State-Space model, I am trying to estimate the slow-varying parameters (delta variation of parameters for K+1,K is around 10^-10). normal KF wouldn't work for parameter estimation but EKF and recursive methods would.
So my question which of these method would detect and estimate this small variation of my parameters (keeping in mind that i have more than 1 parameter and 3 states).
Thank you