Erf
(Built-in Mathematica Symbol) Erf[z] gives the error function erf(z). Erf[z_0, z_1] gives the generalized error function erf(z_1) - erf(z_0).
InverseEllipticNomeQ[q] gives the parameter m corresponding to the nome q in an elliptic function.
Max
(Built-in Mathematica Symbol) Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
Probability[pred, x \[Distributed] dist] gives the probability for an event that satisfies the predicate pred under the assumption that x follows the probability distribution ...
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
UnitStep[x] represents the unit step function, equal to 0 for x < 0 and 1 for x >= 0. UnitStep[x_1, x_2, ...] represents the multidimensional unit step function which is 1 ...
Ways to construct nested lists. This generates a table corresponding to a 2×3 nested list. This generates an array corresponding to the same nested list.
HypergeometricPFQ[{a_1, ..., a_p}, {b_1, ..., b_q}, z] is the generalized hypergeometric function \[Null]_p F_q (a; b; z).
RankedMin[list, n] gives the n\[Null]^th smallest element in list.