StationaryWaveletTransform[data] gives the stationary wavelet transform (SWT) of an array of data.StationaryWaveletTransform[data, wave] gives the stationary wavelet ...
CentralMoment[list, r] gives the r\[Null]^th central moment of the elements in list with respect to their mean.CentralMoment[dist, r] gives the r\[Null]^th central moment of ...
ListLineIntegralConvolutionPlot[{array, image}] generates a line integral convolution plot of image convolved with the vector field defined by an array of vector field ...
ListInterpolation[array] constructs an InterpolatingFunction object that represents an approximate function that interpolates the array of values given. ...
SchurDecomposition[m] yields the Schur decomposition for a numerical matrix m, given as a list {q, t} where q is an orthonormal matrix and t is a block upper-triangular ...
Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...
DiagonalMatrix[list] gives a matrix with the elements of list on the leading diagonal, and 0 elsewhere. DiagonalMatrix[list, k] gives a matrix with the elements of list on ...
ImageLevels[image] gives a list of pixel values and counts for each channel in image. ImageLevels[image, n] bins pixel values into n equally spaced levels.ImageLevels[image, ...
LeastSquares[m, b] finds an x that solves the linear least-squares problem for the matrix equation m.x == b.
PolarGridLines is an option for sector charts and polar plots that specifies polar grid lines.