VarianceEquivalenceTest[{data_1, data_2, ...}] tests whether the variances of the data_i are equal. VarianceEquivalenceTest[{data_1, ...}, " property"] returns the value of " ...
WatsonUSquareTest[data] tests whether data is normally distributed using the Watson U^2 test.WatsonUSquareTest[data, dist] tests whether data is distributed according to dist ...
WaveletMapIndexed[f, wd] applies the function f to the arrays of coefficients and indices of a ContinuousWaveletData or DiscreteWaveletData object.WaveletMapIndexed[f, dwd, ...
ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.
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 ...
For many kinds of practical calculations, the only operations you will need to perform on polynomials are essentially structural ones. If you do more advanced algebra with ...
When you do calculations with arbitrary-precision numbers, Mathematica keeps track of precision at all points. In general, Mathematica tries to give you results which have ...
Cellular automata provide a convenient way to represent many kinds of systems in which the values of cells in an array are updated in discrete steps according to a local ...
The functions described here are among the most commonly used continuous univariate statistical distributions. You can compute their densities, means, variances, and other ...
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...