Plotting Gaussians, Including Univariate, Multivariate and Linear Models
While working on Bayesian Networks in a continuous space, I'm plotting lots of Gaussian distributions representing prior, likelihood and posterior functions. At first glance, it appeared quite simple to draw those functions, but in the end, it took me good amount of time to figure out how to do it and what tools should I use for this task. I documented it here:
https://github.com/danielkorzekwa/bayes-scala/blob/master/doc/plotting_gaussian/plotting_gaussian.md
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)
Tags:





