Plotting an atmospheric property. This package provides support for plotting how U.S. Standard Atmosphere properties vary with altitude. This loads the package.
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 ...
PearsonChiSquareTest[data] tests whether data is normally distributed using the Pearson \[Chi]^2 test.PearsonChiSquareTest[data, dist] tests whether data is distributed ...
The main equations that Solve and related Mathematica functions deal with are polynomial equations. It is easy to solve a linear equation in x. One can also solve quadratic ...
Affymetrix microarray data formats. Family of file formats used for the storage and exchange of microarray data and meta-information. ASCII or binary formats. Native formats ...
MPS
(Mathematica Import/Export Format) MPS mathematical file format. De facto standard for specifying linear programming (LP) problems. Commonly used as input format by LP solvers. MPS is an acronym for ...
OpenerView[{expr_1, expr_2}] represents an object which displays as an opener, together with expr_1 if the opener is closed, and both expr_1 and expr_2 if it is ...
OrderStarPlot[r, f] draws the order star depicting the region where | r/f | < 1 for the functions r and f.OrderStarPlot[r, f, z] draws the order star where r and f are ...
SetPrecision[expr, p] yields a version of expr in which all numbers have been set to have precision p.
Position[expr, pattern] gives a list of the positions at which objects matching pattern appear in expr. Position[expr, pattern, levelspec] finds only objects that appear on ...