Apologies for not being able to provide an example. When trying to estimate a model with a large number of variables (about 20, all differenced for stationarity) 4 lags and steady state prior, the estimation throws an error with message
"error: inv_sympd(): matrix is singular or not positive definite
Error in mcmc_ssng_iw(Y[-(1:n_lags), ], Pi, Sigma, psi, phi_mu, lambda_mu, :
inv_sympd(): matrix is singular or not positive definite"
This error only occurs in version 0.5.1 but 0.4.0. It's likely that there's high correlation among the variables. Is this error appropriate or should the estimation technique be able to handle a large system with highly correlated variables?