Skip to content

Instantly share code, notes, and snippets.

@liebke
Created April 20, 2009 19:32
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/98700 to your computer and use it in GitHub Desktop.
Save liebke/98700 to your computer and use it in GitHub Desktop.
(use '(incanter stats charts))
;; qq-plot of normal distributed sample data
(view (qq-plot (sample-normal 100)))
;; qq-plot of exponential distributed sample data
(view (qq-plot (sample-exp 100)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment