D
(Built-in Mathematica Symbol) D[f, x] gives the partial derivative \[PartialD]f/\[PartialD]x. D[f, {x, n}] gives the multiple derivative \[PartialD]^n f/\[PartialD]x^n. D[f, x, y, ...] differentiates f ...
CUDAImageConvolve[img, kern] gives the convolution of img with kern.CUDAImageConvolve[list, kern] gives the convolution of list with kern.CUDAImageConvolve[mem, kern] gives ...
EqualVariances is an option to statistical confidence interval and hypothesis test functions of two samples that specifies that unknown population variances are equal.
FormatType is an option for output streams, graphics, and functions such as Text that specifies the default format type to use when outputting expressions.
PreserveImageOptions is an option to graphics and related functions that specifies whether image size and certain other options should be preserved from the previous version ...
Distributed[x, dist] or x \[Distributed] dist asserts that the random variable x is distributed according to the probability distribution dist.Distributed[{x_1, x_2, ...}, ...
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
SatisfiableQ[bf] gives True if a combination of values of variables exists that makes the Boolean function bf yield True.SatisfiableQ[expr, {a_1, a_2, ...}] gives True if a ...
Mean
(Built-in Mathematica Symbol) Mean[list] gives the statistical mean of the elements in list. Mean[dist] gives the mean of the symbolic distribution dist.
Mathematica contains a very powerful system of integration. It can do almost any integral that can be done in terms of standard mathematical functions.