ProductDistribution[dist_1, dist_2, ...] represents the joint distribution with independent component distributions dist_1, dist_2, ....
NumberForm[expr, n] prints with approximate real numbers in expr given to n-digit precision.
RankedMax[list, n] gives the n\[Null]^th largest element in list.
Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
NumericQ[expr] gives True if expr is a numeric quantity, and False otherwise.
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 ...
Beta
(Built-in Mathematica Symbol) Beta[a, b] gives the Euler beta function \[CapitalBeta](a, b). Beta[z, a, b] gives the incomplete beta function \[CapitalBeta]_z (a, b).
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
PositiveDefiniteMatrixQ[m] tests whether m is a positive definite matrix.
RiemannSiegelZ[t] gives the Riemann\[Dash]Siegel function Z(t).