FinancialIndicator["ind", par_1, par_2, ...] represents a financial indicator " ind" with parameters par_1, par_2, etc.
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
Hyperfactorial[n] gives the hyperfactorial function H(n).
ImageConvolve[image, ker] gives the convolution of image with kernel ker.
InputAutoReplacements is an option for cells and notebooks which specifies strings of characters that should be replaced immediately on input.
LeviCivitaTensor[d] gives the d-dimensional Levi-Civita totally antisymmetric tensor.
MeanFilter[image, r] filters image by replacing every value by the mean value in its range r neighborhood. MeanFilter[data, r] applies mean filtering to an array of data.
MorphologicalEulerNumber[image] computes the morphological Euler number of regions in a binary image.MorphologicalEulerNumber[image, t] treats values above t as foreground.
NeedlemanWunschSimilarity[u, v] gives a number representing the Needleman\[Dash]Wunsch similarity between strings or vectors u and v.
Off
(Built-in Mathematica Symbol) Off[symbol::tag] switches off a message, so that it is no longer printed. Off["name"] switches off a named group of messages.Off[s] switches off tracing messages associated ...