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 ...
ToServiceRequest[parameters, headers] builds a request message using input provided in the parameters.
$PrintServiceRequest uses the Mathematica Print function to print the message sent to a web service.
Moment
(Built-in Mathematica Symbol) Moment[list, r] gives the r\[Null]^th sample moment of the elements in list.Moment[dist, r] gives the r\[Null]^th moment of the symbolic distribution dist.Moment[..., {r_1, ...
ProbabilityPlot[list] generates a plot of the CDF of list against the CDF of a normal distribution.ProbabilityPlot[dist] generates a plot of the CDF of the distribution dist ...
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...
TransferFunctionModel[m, var] represents the model of the transfer-function matrix m with complex variable var.TransferFunctionModel[{num, den}, var] specifies the numerator ...
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
When many rows of data are returned from a database query, a significant amount of memory may be required to hold the result. If all of the data does not need to be available ...
BattleLemarieWavelet[] represents the Battle-Lemarié wavelet of order 3.BattleLemarieWavelet[n] represents the Battle-Lemarié wavelet of order n evaluated on equally spaced ...