PairedTTest[data] tests whether the mean of data is zero. PairedTTest[{data_1, data_2}] tests whether the mean of data_1\[Dash] data_2 is zero.PairedTTest[dspec, \[Mu]_0] ...
Mathematica symbolic expressions can represent an immense range of types of objects. Mathematica provides a rich collection of functions to test expressions. Functions that ...
SameQ
(Built-in Mathematica Symbol) lhs === rhs yields True if the expression lhs is identical to rhs, and yields False otherwise.
Relational operators. This tests whether 10 is less than 7. The result is False. Not all of these numbers are unequal, so this gives False.
Mathematica's symbolic character allows a powerful unification of the notion of conditionals in programming and in mathematics.
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.
"Defining Variables" discussed assignments such as x=y which set x equal to y. Here we discuss equations, which test equality. The equation x==y tests whether x is equal to ...
ZTest
(Built-in Mathematica Symbol) ZTest[data] tests whether the mean of the data is zero. ZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.ZTest[dspec, \[Sigma]] tests for zero ...
PairedZTest[data] tests whether the mean of the data is zero. PairedZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.PairedZTest[dspec, ...
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.