Skip to content

Instantly share code, notes, and snippets.

@dwinter
Created October 17, 2014 22:34
Show Gist options
  • Save dwinter/41dc3fac8bef78cb3192 to your computer and use it in GitHub Desktop.
Save dwinter/41dc3fac8bef78cb3192 to your computer and use it in GitHub Desktop.
x <- seq(0,5,0.05)
plot(x, dgamma(x, shape=10, scale=0.1), type='l')
lines(x, dgamma(x, shape=2, scale=0.5), col='red')
lines(x, dgamma(x, shape=1, scale=1), col='blue')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment