BernoulliGraphDistribution[n, p] represents a Bernoulli graph distribution for n-vertex graphs with edge probability p.
CholeskyDecomposition[m] gives the Cholesky decomposition of a matrix m.
LandauDistribution[\[Mu], \[Sigma]] represents a Landau distribution with location parameter \[Mu] and scale parameter \[Sigma].
Thread
(Built-in Mathematica Symbol) Thread[f[args]] "threads" f over any lists that appear in args. Thread[f[args], h] threads f over any objects with head h that appear in args. Thread[f[args], h, n] threads f ...
ToeplitzMatrix[n] gives the n*n Toeplitz matrix with first row and first column being successive integers.ToeplitzMatrix[{c_1, c_2, ..., c_n}] gives the Toeplitz matrix whose ...
TransferFunctionCancel[tf] cancels common poles and zeros in the TransferFunctionModel object tf.TransferFunctionCancel[tf, crit] cancels only common pole-zero pairs e_i for ...
WalleniusHypergeometricDistribution[n, n_succ, n_tot, w] represents a Wallenius noncentral hypergeometric distribution.
NSeries
(Numerical Calculus Package Symbol) NSeries[f, {x, x_0, n}] gives a numerical approximation to the series expansion of f about the point x = x_0 including the terms (x - x_0) -n through (x - x_0) n.
Arrowheads[spec] is a graphics directive specifying that arrows that follow should have arrowheads with sizes, positions, and forms specified by spec.
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.