InverseHaversine[z] gives the inverse haversine function hav -1 (z).
InversePermutation[perm] returns the inverse of permutation perm.
KCoreComponents[g, k] gives the k-core components of the underlying simple graph of g.KCoreComponents[g, k, "InDegree"] gives the k-core components with vertex in-degrees at ...
KelvinKer[z] gives the Kelvin function ker(z).KelvinKer[n, z] gives the Kelvin function ker_n (z).
Kurtosis[list] gives the coefficient of kurtosis for the elements in list.Kurtosis[dist] gives the coefficient of kurtosis for the symbolic distribution dist.
LogBarnesG[z] gives the logarithm of the Barnes G-function logG(z).
LowerTriangularize[m] gives a matrix in which all but the lower triangular elements of m are replaced with zeros. LowerTriangularize[m, k] replaces with zeros only the ...
ManhattanDistance[u, v] gives the Manhattan or "city block" distance between vectors u and v.
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).
MeanDeviation[list] gives the mean absolute deviation from the mean of the elements in list.