IndexGraph[g] replaces the vertices of the graph g by its vertex indexes. IndexGraph[g, r] replaces the vertices with integers r, r + 1, ....
InverseFunctions is an option for Solve and related functions that specifies whether inverse functions should be used.
KDistribution[\[Nu], w] represents a K distribution with shape parameters \[Nu] and w.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
ListInterpolation[array] constructs an InterpolatingFunction object that represents an approximate function that interpolates the array of values given. ...
Log10
(Built-in Mathematica Symbol) Log10[x] gives the base-10 logarithm of x.
LowerCaseQ[string] yields True if all the characters in the string are lowercase letters, and yields False otherwise.
MorphologicalBinarize[image, {t_1, t_2}] creates a binary image from image by replacing all values above the upper threshold t_2 with 1, also including pixels with ...
NakagamiDistribution[\[Mu], \[Omega]] represents a Nakagami distribution with shape parameter \[Mu] and spread parameter \[Omega].
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.