I am concerned whether by implementing the kalman filter I am causing data leakage/use of future data knowledge. Do I understand correctly that the filter() function does not exploit knowledge of data from the future ? only smooth() and predict() ? I understand that by using only filter(), I have no risk of data leakage
[pykalman]
no leakage of the data from the future