QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.QuantilePlot[dist] generates a plot of quantiles of the distribution ...
Mathematica provides built-in support for both programmatic and interactive image processing, fully integrated with Mathematica's powerful mathematical and algorithmic ...
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
RealDigits[x] gives a list of the digits in the approximate real number x, together with the number of digits that are to the left of the decimal point. RealDigits[x, b] ...
An integration strategy is an algorithm that attempts to compute integral estimates that satisfy user-specified precision or accuracy goals. An integration strategy normally ...
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
The IDA package is part of the SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) developed at the Center for Applied Scientific Computing of Lawrence ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient search methods use ...
MultinormalDistribution[\[Mu], \[CapitalSigma]] represents a multivariate normal (Gaussian) distribution with mean vector \[Mu] and covariance matrix \[CapitalSigma].