Create 2021-09-05-simulation-smoother-using-rcpparmadillo.Rmd #136
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear Dirk,
This is Tomasz from the University of Melbourne. Thank you so much for your contributions to R development and for the family of Rcpp packages. I have been working a lot on working with this software and decided that I will try to contribute to the RcppGallery with a note or two (if time permits) to address a slightly different audience than some other posts.
I am an econometrician developing methodology for applied macroeconomic research. The field operates heavily on Bayesian multivariate time series models that require MCMC estimation on parameter spaces with heavily inflated dimensions. The computational feasibility increasingly determines the feasibility of the research project. Therefore, more and more interest in Rcpp in the field.
The submitted note demonstrates three RcppArmadillo implementations of sampling random draws from a multivariate normal distribution specified by a precision matrix of special types. It addresses econometricians and statisticians beginning their journey of developing codes for their statistical algorithms using Rcpp. I have consulted this note with other academics, PhD students, and some industry specialists and was very surprised by their positive feedback. I think it entirely makes sense to facilitate Rcpp learning and applications to such a group. Therefore, the note.
I am open to your suggestions for improving it and I am happy to learn from your feedback.
I hope that you will find this note worthy of being included in the RcppGallery.
Kind Regards,
Tomasz