-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
other SVARs to be considered #13
Comments
the scaling constant parameter c in metropolis-hastings
Development progress of Giannone, Lenza & Primiceri (2015, RESTAT) in branch
|
prepare a separate
|
Hey @adamwang15 I have finished work with Cheers, T |
Great! (I think) I fixed the crash and now the code runs as usual, I will keep experimenting the GLP code! |
On Robust Adaptive Metropolis (RAM) by Vihola (2012)Hey @adamwang15 Amongst the Adaptive Metropolis algorithms we should try for the GLP model hyper-parameters sampler we should try the one by Vihola (2012). It is robust even for large dimensions of the candidate sampling density. There is an R package ramcmc implementing the RAM and it's written using RcppArmadillo. It is nice, small, and without other dependencies than Rcpp and RcppArmadillo. So, we could use it directly! There's just one point we need to investigate: The RAM is designed for symmetric candidate generating densities. I am not sure how it'd work if one needs to use truncation (to avoid sampling negative variance coefficients). I'm investigating this.
BTW, you were right about the meaning of Cheers, T |
Hey @donotdespair thanks! Okay I missed this one! In the meantime, I coded an adaptive Metropolis algorithm and it seems to be working. This answer suggests log-transformation to sample positive parameters. I will try bringing in the
|
Hello, thanks for the great package! Have you considered implementing the 'pandemic priors' proposed by Cascaldi-Garcia? I think that'd be a very helpful addition. |
Hey @tomekey Thanks for your post! Nice find! We are planning to implement this model accommodating COVID period https://doi.org/10.1002/jae.2895. Pandemic priors look good. Have you seen any paper published on this (aha, I see from Danilo's website that there is a working paper. Still, we need a paper :) )? We need a paper well published. ... and a little time, as we need to strictly prioritise our tasks. Stay in touch! We'll be publishing updates here 😄 Greetings, Tomasz @donotdespair |
Papers we should implement
SVARs
BVARs
Papers that are useful
Parallel computing
The text was updated successfully, but these errors were encountered: