MatchingDissimilarity[u, v] gives the matching dissimilarity between Boolean vectors u and v.
MeanDifferenceTest[list_1, list_2, \[CapitalDelta]\[Mu]_0] performs a test with null hypothesis \[Mu]_1 - \[Mu]_2 = \[CapitalDelta]\[Mu]_0.
COperator[oper, arg_1, ...] is a symbolic representation of an operator.
Limit[expr,x->x_0] tells you what the value of expr is when x tends to x_0. When this value is infinite, it is often useful instead to know the residue of expr when x equals ...
Mathematica has many powerful features which enable you to solve many kinds of equations.
Patterns are used throughout Mathematica to represent classes of expressions. A simple example of a pattern is the expression f[x_]. This pattern represents the class of ...
ImageRegion is an option for cells that specifies the size and position of the bounding box within which a graphic is rendered.
SingularValueList[m] gives a list of the nonzero singular values of a matrix m. SingularValueList[{m, a}] gives the generalized singular values of m with respect to a. ...
GridBox
(Built-in Mathematica Symbol) GridBox[{{box_11, box_12, ...}, {box_21, box_22, ...}, ...}] is a low-level box construct that represents a two-dimensional grid of boxes or strings in notebook expressions.
MachinePrecision is a symbol used to indicate machine-number precision.