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
ea920649
Commit
ea920649
authored
Jun 20, 2013
by
Stéphane Adjemian
Browse files
Removed useless line.
parent
39ef86f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/particle/sequential_importance_particle_filter.m
View file @
ea920649
...
...
@@ -123,7 +123,6 @@ state_variance_rank = size(StateVectorVarianceSquareRoot,2);
%
Factorize
the
covariance
matrix
of
the
structural
innovations
Q_lower_triangular_cholesky
=
chol
(
Q
)
'
;
StateVectors
=
bsxfun
(
@plus
,
StateVectorVarianceSquareRoot
*
randn
(
state_variance_rank
,
number_of_particles
),
StateVectorMean
)
;
%
Set
seed
for
randn
().
set_dynare_seed
(
'
default
'
);
...
...
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