AxesLabel is an option for graphics functions that specifies labels for axes.
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
Correlation[v_1, v_2] gives the correlation between the vectors v_1 and v_2.Correlation[m] gives the correlation matrix for the matrix m.Correlation[m_1, m_2] gives the ...
Flat
(Built-in Mathematica Symbol) Flat is an attribute that can be assigned to a symbol f to indicate that all expressions involving nested functions f should be flattened out. This property is accounted for ...
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 ...
If
(Built-in Mathematica Symbol) If[condition, t, f] gives t if condition evaluates to True, and f if it evaluates to False. If[condition, t, f, u] gives u if condition evaluates to neither True nor False.
ImageDeconvolve[image, ker] gives a deconvolution of image using kernel ker.
Kurtosis[list] gives the coefficient of kurtosis for the elements in list.Kurtosis[dist] gives the coefficient of kurtosis for the symbolic distribution dist.
QuartileSkewness[list] gives the coefficient of quartile skewness for the elements in list.QuartileSkewness[dist] gives the coefficient of quartile skewness for the symbolic ...
ReadList["file"] reads all the remaining expressions in a file and returns a list of them. ReadList["file", type] reads objects of the specified type from a file, until the ...