InverseSurvivalFunction[dist, q] gives the inverse of the survival function for the symbolic distribution dist as a function of the variable q.
Kurtosis[list] gives the coefficient of kurtosis for the elements in list.Kurtosis[dist] gives the coefficient of kurtosis for the symbolic distribution dist.
Length
(Built-in Mathematica Symbol) Length[expr] gives the number of elements in expr.
Method
(Built-in Mathematica Symbol) Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.
Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.
NumberQ
(Built-in Mathematica Symbol) NumberQ[expr] gives True if expr is a number, and False otherwise.
PermutationOrder[perm] gives the order of permutation perm.
PoissonDistribution[\[Mu]] represents a Poisson distribution with mean \[Mu].
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].