Utilities`ShowTime` was available as an add-on package in previous versions of Mathematica and is now available on the web at library.wolfram.com/infocenter/MathSource/6792.
ToPackedArray[expr] uses packed arrays if possible in the internal representation of expr.
GraphEdit[] opens an interactive graph editor.GraphEdit[g] plots the graph g in the interactive graph editor.
ChiSquareCI[var, df] gives a confidence interval based on a \[Chi]^2 distribution with df degrees of freedom.
ChiSquarePValue[x, df] gives the cumulative probability beyond x for the \[Chi]^2 distribution with df degrees of freedom.
FRatioPValue[x, n, m] gives the cumulative probability beyond x for the F-ratio distribution with n and m degrees of freedom.
MultivariateMedianDeviation[matrix] gives the median Euclidean distance from the median of the elements in matrix.
PolytopeQuantile[{{x_11, x_12}, ..., {x n 1, x n 2}}, q] gives the locus of the q\[Null]^th quantile of the bivariate data, where the data have been ordered using convex ...