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
Dóra Kocsis
dynare
Commits
e54a5051
Commit
e54a5051
authored
Apr 02, 2010
by
Michel Juillard
Browse files
bug correction
parent
2679e190
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/kalman/smoother/kalman_smoother.m
View file @
e54a5051
...
...
@@ -150,9 +150,9 @@ if t < smpl
end
end
K
=
cat
(
3
,
K
(:,:,
1
:
t
),
repmat
(
K
(:,:,
t0
),[
1
1
smpl
-
t0
+
1
]));
P
=
cat
(
3
,
P
(:,:,
1
:
t
),
repmat
(
P
(:,:,
t0
),[
1
1
smpl
-
t0
+
1
]));
iF
=
cat
(
3
,
iF
(:,:,
1
:
t
),
repmat
(
iF
(:,:,
t0
),[
1
1
smpl
-
t0
+
1
]));
K
=
cat
(
3
,
K
(:,:,
1
:
t
0
),
repmat
(
K
(:,:,
t0
),[
1
1
smpl
-
t0
+
1
]));
P
=
cat
(
3
,
P
(:,:,
1
:
t
0
),
repmat
(
P
(:,:,
t0
),[
1
1
smpl
-
t0
+
1
]));
iF
=
cat
(
3
,
iF
(:,:,
1
:
t
0
),
repmat
(
iF
(:,:,
t0
),[
1
1
smpl
-
t0
+
1
]));
end
t
=
smpl
+
1
;
...
...
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