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
83c73252
Commit
83c73252
authored
Jun 01, 2020
by
Michel Juillard
Browse files
fixing dimensions of vKDKP
parent
8ee552c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/KalmanFilterTools.jl
View file @
83c73252
...
...
@@ -1020,7 +1020,7 @@ struct KalmanSmootherWs{T, U} <: KalmanWs{T, U}
r1
=
zeros
(
T
,
ns
)
at_t
=
zeros
(
T
,
ns
,
nobs
)
K
=
Array
{
T
}(
undef
,
ny
,
ns
,
nobs
)
KDK
=
Array
{
T
}(
undef
,
n
y
,
n
s
,
nobs
)
KDK
=
Array
{
T
}(
undef
,
n
s
,
n
y
,
nobs
)
L
=
Matrix
{
T
}(
undef
,
ns
,
ns
)
L1
=
Matrix
{
T
}(
undef
,
ns
,
ns
)
N
=
zeros
(
T
,
ns
,
ns
)
...
...
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