CramerVonMisesTest[data] tests whether data is normally distributed using the Cramér\[Dash]von Mises test.CramerVonMisesTest[data, dist] tests whether data is distributed ...
DaubechiesWavelet[] represents a Daubechies wavelet of order 2. DaubechiesWavelet[n] represents a Daubechies wavelet of order n.
DiscreteRiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the discrete algebraic Riccati equation ConjugateTranspose[a].x.a - x - ...
EstimatorGains[ss, {p_1, p_2, ..., p_n}] gives the estimator gain matrix for the StateSpaceModel object ss, such that the poles of the estimator are p_i.
FisherRatioTest[data] tests whether the variance of data is one. FisherRatioTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
HeavisideTheta[x] represents the Heaviside theta function \[Theta](x), equal to 0 for x < 0 and 1 for x > 0. HeavisideTheta[x_1, x_2, ...] represents the multidimensional ...
JarqueBeraALMTest[data] tests whether data is normally distributed using the Jarque\[Dash]Bera ALM test.JarqueBeraALMTest[data, " property"] returns the value of " property".
ListCorrelate[ker, list] forms the correlation of the kernel ker with list. ListCorrelate[ker, list, k] forms the cyclic correlation in which the k \[Null]^th element of ker ...
Log
(Built-in Mathematica Symbol) Log[z] gives the natural logarithm of z (logarithm to base e). Log[b, z] gives the logarithm to base b.