inst/snippet/prob-middle-of-dist.R

pexp(1+1) - pexp(1-1)
pexp(1/2 + 1/2,rate=2) - pexp(1/2 - 1/2,rate=2)
punif(0.5+ sqrt(1/12),0,1) - punif(0.5 - sqrt(1/12),0,1)
s <- sqrt(8/(6^2*7))
pbeta(2/6 + s,shape1=2,shape2=4) - pbeta(2/6 - s,shape1=2,shape2=4)

Try the fastR package in your browser

Any scripts or data that you put into this service are public.

fastR documentation built on May 2, 2019, 5:53 p.m.