|
Kalman filter code My results are the same as in the description video:
If i hit sumbit:
My code is the same as in the solution video. Is it a bug that i can´t get a correct answer? I tried even to line the first numbers row parallel with each other but didn´t manage. Can anyone help me to get a correct answer? |
Please print out ONLY the final values of the meanand the variance in a list [mu, sig].Your output should be [10.999906195879419, 4.0058651026392962] |
|
I also had to change the code of the update function a little bit to
before the answers were correct. Otherwise it seemed to return integers for the variance. |

