Skip to content
Snippets Groups Projects
Commit ea920649 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed useless line.

parent 39ef86f1
Branches
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment