In almost every area where probability and statistics are used there have been found a few parametric distribution families that are known to be good models. The origins vary ...
Mathematica has immedate built-in access to extensive scientific and technical data—all carefully curated and updated at Wolfram Research.
BorderDimensions[image] gives the pixel width of uniform borders of image in the form {{left, right}, {bottom, top}}.BorderDimensions[image, t] finds borders whose pixels ...
ButtonBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for buttons within the cell.
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
Erosion
(Built-in Mathematica Symbol) Erosion[image, ker] gives the morphological erosion of image with respect to the structuring element ker.Erosion[image, r] gives the erosion with respect to a range-r square.
FontSize is an option for Style and Cell that specifies the default size in printer's points of the font in which to render text.
GeodesicDilation[marker, mask] gives the fixed point of the geodesic dilation of the image marker constrained by the image mask.
ImageDifference[image_1, image_2] gives an image in which each pixel is the absolute difference of the corresponding pixels in image_1 and image_2.