ParetoPlot[list] creates a Pareto plot from the frequencies of the elements in list.ParetoPlot[{{cat_1, freq_1}, {cat_2, freq_2}, ...}] creates a Pareto plot from categories ...
GaussianFilter[image, r] filters image by convolving with a Gaussian kernel of pixel radius r.GaussianFilter[image, r, {n_1, n_2}] convolves image with a kernel formed from ...
## represents the sequence of arguments supplied to a pure function. ## n represents the sequence of arguments supplied to a pure function, starting with the ...
LegendTextOffset is an option for Legend, which specifies the offset of text next to the key box.
Mathematica normally takes any expression it is given, and evaluates it as far as possible. But built into the Mathematica language is a collection of flexible primitives ...
BetaRegularized[z, a, b] gives the regularized incomplete beta function I_z (a, b).
Mathematica allows convenient discovery and customization of all aspects of its system setup.
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.
DotDashed is a graphics directive specifying that lines that follow should be drawn dot-dashed.