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, ...
New functions RegionPlot and RegionPlot3D have been added to the built-in Mathematica kernel. RegionPlot includes the functionality of InequalityPlot. RegionPlot3D includes ...
All the functionality of NumericalMath`Butcher`is now available in the newly created Numerical Differential Equation Analysis Package.
All the functionality of NumericalMath`EquationTrekker` is now available in the newly created Equation Trekker Package.
Mathematica's symbolic architecture makes it possible to treat images just like any other form of expression—applying functions to them, displaying and inputting them in ...
Mathematica provides not only automatic parallelization capabilities, but also a full built-in symbolic language for specifying concurrent computation.
Hypothesis tests give quantitative answers to common questions, such as how good the fit is between data and a particular distribution, whether these distributions have the ...
Many times in statistical analysis you may need to know if a population mean is significantly different from some reference value. This is a type of t-test if the population ...
ContentSize is an option for Manipulate and other functions that specifies the size of the content area to use.
Count
(Built-in Mathematica Symbol) Count[list, pattern] gives the number of elements in list that match pattern. Count[expr, pattern, levelspec] gives the total number of subexpressions matching pattern that ...