InterquartileRange[list] gives the difference between the upper and lower quartiles for the elements in list.InterquartileRange[dist] gives the difference between the upper ...
InverseErfc[s] gives the inverse complementary error function obtained as the solution for z in s = erfc(z).
JacobiSymbol[n, m] gives the Jacobi symbol (n/m).
Log2
(Built-in Mathematica Symbol) Log2[x] gives the base-2 logarithm of x.
Longest
(Built-in Mathematica Symbol) Longest[p] is a pattern object that matches the longest sequence consistent with the pattern p.
MarcumQ
(Built-in Mathematica Symbol) MarcumQ[m, a, b] gives Marcum's Q function Q_m (a, b).MarcumQ[m, a, b_0, b_1] gives Marcum's Q function Q_m (a, b_0) - Q_m (a, b_1).
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
Numerator[expr] gives the numerator of expr.
O
(Built-in Mathematica Symbol) O[x]^n represents a term of order x^n. O[x]^n is generated to represent omitted higher-order terms in power series. O[x, x_0]^n represents a term of order (x - x_0) n.
ParabolicCylinderD[\[Nu], z] gives the parabolic cylinder function D_\[Nu] (z).