Skip to content

Instantly share code, notes, and snippets.

@liebke
Created April 20, 2009 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liebke/98680 to your computer and use it in GitHub Desktop.
Save liebke/98680 to your computer and use it in GitHub Desktop.
(use '(incanter core stats charts io))
;; make a histogram of a sample of 1000 Gamma deviates
(doto (histogram (sample-gamma 1000 :shape 1 :rate 2)
:title "Gamma Histogram")
view
clear-background
(save "/tmp/gamma_hist.png"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment