SucceedsSlantEqual[x, y, ...] displays as x \[SucceedsSlantEqual] y \[SucceedsSlantEqual] ....
TildeFullEqual[x, y, ...] displays as x \[TildeFullEqual] y \[TildeFullEqual] ....
MannWhitneyTest[{data_1, data_2}] tests whether the medians of data_1 and data_2 are equal.MannWhitneyTest[dspec, \[Mu]_0] tests the median difference against ...
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 ...
SignedRankTest[data] tests whether the median of data is zero. SignedRankTest[{data_1, data_2}] tests whether the median of data_1 - data_2 is zero.SignedRankTest[dspec, ...
LocationEquivalenceTest[{data_1, data_2, ...}] tests whether the means or medians of the data_i are equal. LocationEquivalenceTest[{data_1, ...}, " property"] returns the ...
TTest
(Built-in Mathematica Symbol) TTest[data] tests whether the mean of data is zero. TTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.TTest[dspec, \[Mu]_0] tests the mean ...
LocationTest[data] tests whether the mean or median of the data is zero. LocationTest[{data_1, data_2}] tests whether the means or medians of data_1 and data_2 are ...
When you ask for the square root s of a number a, you are effectively asking for the solution to the equation s^2a. This equation, however, in general has two different ...
In most cases, you want the head f of a Mathematica expression like f[x] to be a single symbol. There are, however, some important applications of heads that are not symbols. ...