Skip to content
Snippets Groups Projects
Commit e573d924 authored by Michel Juillard's avatar Michel Juillard
Browse files

fixing typo

parent 6124aa5c
No related branches found
No related tags found
No related merge requests found
...@@ -1046,7 +1046,7 @@ struct KalmanSmootherWs{T, U} <: KalmanWs{T, U} ...@@ -1046,7 +1046,7 @@ struct KalmanSmootherWs{T, U} <: KalmanWs{T, U}
kalman_tol = 1e-12 kalman_tol = 1e-12
new(csmall, Zsmall, iZsmall, RQ, QQ, v, F, cholF, cholH, iF, new(csmall, Zsmall, iZsmall, RQ, QQ, v, F, cholF, cholH, iF,
a1, iFv, r, r1, at_t, K, KDK, L, L1, N, N1, ZP, Pt_t, Kv, iFv, a1, r, r1, at_t, K, KDK, L, L1, N, N1, ZP, Pt_t, Kv,
iFZ, PTmp, oldP, lik, KT, D, ystar, Zstar, Hstar, PZi, iFZ, PTmp, oldP, lik, KT, D, ystar, Zstar, Hstar, PZi,
tmp_np, tmp_ns, tmp_ny, tmp_ns_np, tmp_ny_ny, kalman_tol) tmp_np, tmp_ns, tmp_ny, tmp_ns_np, tmp_ny_ny, kalman_tol)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment