InverseCDF[dist, q] gives the inverse of the cumulative distribution function for the symbolic distribution dist as a function of the variable q.
InverseSurvivalFunction[dist, q] gives the inverse of the survival function for the symbolic distribution dist as a function of the variable q.
ProductDistribution[dist_1, dist_2, ...] represents the joint distribution with independent component distributions dist_1, dist_2, ....
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...
BenfordDistribution[b] represents a Benford distribution with base parameter b.
WalleniusHypergeometricDistribution[n, n_succ, n_tot, w] represents a Wallenius noncentral hypergeometric distribution.
ErlangDistribution[k, \[Lambda]] represents the Erlang distribution with shape parameter k and rate \[Lambda].
DistributionParameterAssumptions[dist] gives a logical expression for assumptions on parameters in the symbolic distribution dist.
BatesDistribution[n] represents the distribution of a mean of n random variables uniformly distributed from 0 to 1.BatesDistribution[n, {min, max}] represents the ...