Distribution Function Families

Here is a table showing the probability distribution functions available in R. In addition to the arguments listed above that are common to each type of function, there are also some arguments that are common to each family.

FamilyPDF or PMFR functionsFamily arguments
Beta
Distribution Function Families
dbeta pbeta qbeta rbetashape1, shape2, ncp = 0
Binomial
Distribution Function Families
dbinom pbinom qbinom rbinomsize, prob
Birthday pbirthday qbirthdayclasses, coincident
Cauchy
Distribution Function Families
dcauchy pcauchy qcauchy rcauchylocation, scale
Chi-squared
Distribution Function Families
dchisq pchisq qchisq rchisqdf, ncp=0
Exponential
Distribution Function Families
dexp pexp qexp rexprate
F-distribution
Distribution Function Families
df pf qf rfdf1, df2, ncp
Gamma
Distribution Function Families
dgamma pgamma qgamma rgammashape, rate=1, scale=1/rate
Geometric
Distribution Function Families
dgeom pgeom qgeom rgeom ...

Get R in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.