Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DynareJulia
KalmanFilterTools.jl
Commits
b683a776
Commit
b683a776
authored
Jun 01, 2020
by
Michel Juillard
Browse files
commented out unused statements
parent
0040740a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/KalmanFilterTools.jl
View file @
b683a776
...
...
@@ -1168,8 +1168,8 @@ function kalman_smoother!(Y::AbstractArray{U},
changeT
=
ndims
(
T
)
>
2
changeR
=
ndims
(
R
)
>
2
changeQ
=
ndims
(
Q
)
>
2
changeA
=
ndims
(
a
)
>
1
changeP
=
ndims
(
P
)
>
2
#
changeA = ndims(a) > 1
#
changeP = ndims(P) > 2
kalman_filter_2!
(
Y
,
c
,
Z
,
H
,
d
,
T
,
R
,
Q
,
a
,
P
,
start
,
last
,
presample
,
ws
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment