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 ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
PropertyValue[{obj, item}, name] gives the property value associated with name for item in obj.
CellChangeTimes is an option to Cell that specifies when changes were made to the cell.
$SessionID is a number set up to be unique to a particular Mathematica session.
BrownForsytheTest[data] tests whether the variance of data is 1. BrownForsytheTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...
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 ...
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, ...
DateFunction is an option for DateListPlot that specifies how dates given as input should be converted to date lists.
VarianceTest[data] tests whether the variance of the data is one. VarianceTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are ...