Hold
(Built-in Mathematica Symbol) Hold[expr] maintains expr in an unevaluated form.
LeafCount[expr] gives the total number of indivisible subexpressions in expr.
LeveneTest[data] tests whether the variance of data is 1. LeveneTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.LeveneTest[dspec, ...
MapAll
(Built-in Mathematica Symbol) MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.
Ratios
(Built-in Mathematica Symbol) Ratios[list] gives the successive ratios of elements in list. Ratios[list, n] gives the n\[Null]^th iterated ratios of list. Ratios[list, {n_1, n_2, ...}] gives the ...
SiegelTukeyTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.SiegelTukeyTest[dspec, \[Sigma]_0^2] tests a dispersion measure against ...
When you do symbolic calculations, it is quite easy to end up with extremely complicated expressions. Often, you will not even want to see the complete result of a ...
Mathematica's notebook interface is a very powerful typesetting system that allows you to enter formulas as they are written in mathematical literature, using two-dimensional ...
You can think of an expression like f[x] as being formed by applying an operator f to the expression x. You can think of an expression like f[g[x]] as the result of composing ...
KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...