Just a collection of some random cool stuff.
PS. Almost 99% of the contents here are not mine and I don't take credit for them, I reference and copy part of the interesting sections.
Wednesday, January 30, 2013
R negative binomial distribution
> par(mfrow=c(5,2)) > for (i in (1:10)/10) { + barplot(dbinom(0:10, 10, i), main=sprintf('prob=%s',i)) + }
No comments:
Post a Comment