Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
GroupMultiplicationTable[group] gives the multiplication table of group as an array.
JarqueBeraALMTest[data] tests whether data is normally distributed using the Jarque\[Dash]Bera ALM test.JarqueBeraALMTest[data, " property"] returns the value of " property".
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
MardiaKurtosisTest[data] tests whether data follows a MultinormalDistribution using the Mardia kurtosis test.MardiaKurtosisTest[data, " property"] returns the value of " ...
MardiaSkewnessTest[data] tests whether data follows a MultinormalDistribution using the Mardia skewness test.MardiaSkewnessTest[data, " property"] returns the value of " ...
MatrixExp[m] gives the matrix exponential of m. MatrixExp[m, v] gives the matrix exponential of m applied to the vector v.
NegativeMultinomialDistribution[n, p] represents a negative multinomial distribution with parameter n and failure probability vector p.
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...