INTRODUCTION GPUs (Graphic Processing Units) have become much more popular in recent years for computationally intensive calculations. Despite these gains, the use of this hardware has been very limited in the R programming language. Although possi
Density Function The Generalized Gaussian density has the following form: where (rho) is the "shape parameter". The density is plotted in the following figure: Matlab code used to generate this figure is available here: ggplot.m. Adding an arbi
Nice R Code Punning code better since 2013 RSS Blog Archives Guides Modules About Markov Chain Monte Carlo 10 JUNE 2013 This topic doesn’t have much to do with nicer code, but there is probably some overlap in interest. However, some of the topics th
Math.Net Numerics has capability to conduct Markov Chair Monte Carlo simulations, yet the document is very sparse. The only examples I found are in F# (see below). In this note, I attempt to port these examples into C# and hope others may find it use