LabelStyle is an option for formatting and related constructs that specifies the style to use in displaying their label-like elements.
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
On
(Built-in Mathematica Symbol) On[symbol::tag] switches on a message, so that it can be printed. On["name"] switches on a named group of messages.On[s] switches on tracing for the symbol s. On[m_1, m_2, ...
OpenWrite["file"] opens a file to write output to it, and returns an OutputStream object. OpenWrite[] opens a new file in the default area for temporary files on your ...
ParallelProduct[expr, {i, i_max}] evaluates the product \[Product]i = 1 i_max expr in parallel.ParallelProduct[expr, {i, i_min, i_max}] starts with i = ...
PreserveImageOptions is an option to graphics and related functions that specifies whether image size and certain other options should be preserved from the previous version ...
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used.
Symbol
(Built-in Mathematica Symbol) Symbol["name"] refers to a symbol with the specified name.
SymmetricGroup[n] represents the symmetric group of degree n.