Open nilsnevertree opened 1 year ago
It can be seen that the function
kalman.Kalman_SEM()
mutates input array x. Need to make sure this is intendent or not.
x
This can be seen here
Kalman_SEM()
Note that for both plots x was used and not the final result of the kalman smoother x_s which is returned by Kalman_SEM()
x_s
It can be seen that the function
mutates input array
x
. Need to make sure this is intendent or not.