ErrorBarFunction is an option for ErrorListPlot that specifies a function to apply to determine the shape of error bars.
Laplacian[f] gives the Laplacian, \[Del]^2 f, of the scalar function or vector field f in the default coordinate system. Laplacian[f, coordsys] gives the Laplacian of f in ...
ChanVeseBinarize[image] finds a two-level segmentation of image by computing optimal contours around regions of consistent intensity in image.ChanVeseBinarize[image, marker] ...
GrayLevel[level] is a graphics directive that specifies the gray-level intensity with which objects that follow should be displayed. GrayLevel[g, a] specifies opacity a.
ImageFilter[f, image, r] applies the function f to the range r neighborhood of each pixel in each channel of image.
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
NMaxValue[f, x] gives the maximum value of f with respect to x.NMaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... NMaxValue[{f, cons}, {x, y, ...
NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...
QuartileSkewness[list] gives the coefficient of quartile skewness for the elements in list.QuartileSkewness[dist] gives the coefficient of quartile skewness for the symbolic ...
KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...