Descriptive statistics refers to properties of distributions, such as location, dispersion, and shape. The functions described here compute descriptive statistics of lists of ...
The differential equations that arise in practice are of two types. Here is an example of the first type. Here is an example of the second type. This equation has a symbolic ...
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
Darker
(Built-in Mathematica Symbol) Darker[color] represents a darker version of the specified color. Darker[color, f] represents a version of the specified color darkened by a fraction f. Darker[image, ...] ...
ImageCooccurrence[image, n] gives the n*n cooccurrence matrix for image.ImageCooccurrence[image, n, ker] computes a cooccurrence matrix for arbitrary spatial relationships ...
ImageForwardTransformation[image, function] gives an image in which each pixel at position function[{x, y}] corresponds to the position {x, y} in ...
InverseErf[s] gives the inverse error function obtained as the solution for z in s = erf(z).
Lighter
(Built-in Mathematica Symbol) Lighter[color] represents a lighter version of the specified color. Lighter[color, f] represents a version of the specified color lightened by a fraction f. Lighter[image, ...