Open nilsnevertree opened 1 year ago
This can lead to a similar problem as in #15 but can be solved using the Eukilian distance for the weights instead of a multidimensional weight.
This problem will not be tackled up to now because using analogs might be a bit to tricky at the moment.
It can still be computed with a simple 1D value beeing the Euklidean distance $||x-x_0||$ which gives the weight.
This leads to a 1D kernel which can be used by the LinearRegression
function.
With #22 the implementation of the
kalman_time_independent
library, the weights are performed along the time dimension. This means, the neighbours close in time are mainly used to create the LLR.It should be better to a weights of points in the state space and not in time space. The use of Analogs in the state space would be a solution. Refer to AnDA library from Pierre Tandeo for this.