-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Dear Mr. Ankergren,
trying to estimate the model with the steady state prior and the csv variance, I get the following error message:
error: chol(): decomposition failed Error in mcmc_ssng_csv(Y[-(1:n_lags), ], Pi, Sigma, psi, phi_mu, lambda_mu, : chol(): decomposition failed
As I also use many variables I followed the other thread suggesting to try out different intervals for the prior of psi. The error still occurs. Same for the Minnesota prior. Tracing back the code, the problem must be the prior_Pi_Omega part called from the mcmc_sampler.mfbvar_ss_csv function, at least I have seen no other Cholesky decomposition for another argument. Could it be that the prior_Pi_Sigma function returns a matrix with the wrong format or containing NAs for the prior of Pi?
Thanks in advance