qdist("norm", seq(.2, .8, by=.10))
xqnorm(seq(.2, .8, by=.10), mean=100, sd=10)
qdist("unif", .5)
xqgamma(.5, shape=3, scale=4)
xqchisq(c(.25,.5,.75), df=3)
xpbinom( c(480, 500, 510), size=1000, prob=0.48)
xqpois( c(0.25, 0.5, 0.75), lambda=6, lwd=3, vlwd=2)
Run the code above in your browser using DataLab