LogGamma[z] gives the logarithm of the gamma function log \[CapitalGamma](z).
Normal
(Built-in Mathematica Symbol) Normal[expr] converts expr to a normal expression, from a variety of special forms.
OrderDistribution[{dist, n}, k] represents the k\[Null]^th-order statistics distribution for n observations from the distribution dist.OrderDistribution[{dist, n}, {k_1, k_2, ...
WorkingPrecision is an option for various numerical operations that specifies how many digits of precision should be maintained in internal computations.
CUDAFunction[args] represents a function loaded using CUDAFunctionLoad.
OpenCLFunction[args] represents a function loaded using OpenCLFunctionLoad.
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
General options for text formatting. If you have a large block of text containing no explicit newline characters, then Mathematica will automatically break your text into a ...
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 ...
GeometricDistribution[p] represents a geometric distribution with probability parameter p.