WatsonUSquareTest[data] tests whether data is normally distributed using the Watson U^2 test.WatsonUSquareTest[data, dist] tests whether data is distributed according to dist ...
DirichletCharacter[k, j, n] gives the Dirichlet character \[Chi] {k, j} (n) with modulus k and index j.
ToBoxes
(Built-in Mathematica Symbol) ToBoxes[expr] generates boxes corresponding to the printed form of expr in StandardForm. ToBoxes[expr, form] gives the boxes corresponding to output in the specified form.
Most of the documentation provided for Mathematica is concerned with explaining what Mathematica does, not how it does it. But the purpose of this is to say at least a little ...
At the core of Mathematica's symbolic programming paradigm is the concept of transformation rules for arbitrary symbolic patterns. Mathematica's pattern language conveniently ...
Mathematica is available for Windows, Linux, and Mac OS X. For a complete list of platform availability, visit www.wolfram.com/mathematica/features/system-requirements.html. ...
ToContinuousTimeModel[sys] gives the continuous-time approximation of the discrete-time TransferFunctionModel or StateSpaceModel object sys.ToContinuousTimeModel[tf, s] gives ...
PrimeQ
(Built-in Mathematica Symbol) PrimeQ[expr] yields True if expr is a prime number, and yields False otherwise.
OddQ
(Built-in Mathematica Symbol) OddQ[expr] gives True if expr is an odd integer, and False otherwise.
Exact symbolic results are usually very desirable when they can be found. In many calculations, however, it is not possible to get symbolic results. In such cases, you must ...