PairedTTest[data] tests whether the mean of data is zero. PairedTTest[{data_1, data_2}] tests whether the mean of data_1\[Dash] data_2 is zero.PairedTTest[dspec, \[Mu]_0] ...
PairedZTest[data] tests whether the mean of the data is zero. PairedZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.PairedZTest[dspec, ...
ParagraphSpacing is an option for Cell, StyleBox, and Style that specifies how much extra space to leave between successive paragraphs of text.
PaulWavelet[] represents a Paul wavelet of order 4.PaulWavelet[n] represents a Paul wavelet of order n.
PlotLabel is an option for graphics functions that specifies an overall label for a plot.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
Rescale
(Built-in Mathematica Symbol) Rescale[x, {min, max}] gives x rescaled to run from 0 to 1 over the range min to max. Rescale[x, {min, max}, {x_min, x_max}] gives x rescaled to run from x_min to x_max over ...
RoundingRadius is an option for Rectangle, Framed, and related functions that specifies the radius of the circle to use in rendering rounded corners.
Round
(Built-in Mathematica Symbol) Round[x] gives the integer closest to x. Round[x, a] rounds to the nearest multiple of a.
SelectionMove[obj, dir, unit] moves the current selection in an open notebook in the front end in the direction dir by the specified unit. SelectionMove[obj, dir, unit, n] ...