Skip to content
Snippets Groups Projects
Commit fe48936c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Added missing comma

(cherry picked from commit 0c727649)
parent d2167564
No related branches found
Tags
No related merge requests found
......@@ -98,7 +98,7 @@ mnprior.tight = options_.bvar_prior_tau;
mnprior.decay = options_.bvar_prior_decay;
% Use only initializations lags for the variance prior
vprior.sig = std(dataset(options_.first_obs+options_.presample-nlags:options_.first_obs+options_.presample,:))'
vprior.sig = std(dataset(options_.first_obs+options_.presample-nlags:options_.first_obs+options_.presample,:))';
vprior.w = options_.bvar_prior_omega;
lambda = options_.bvar_prior_lambda;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment