The functions described here are among the most commonly used discrete univariate statistical distributions. You can compute their densities, means, variances, and other ...
ArcGRID
(Mathematica Import/Export Format) ArcGRID topographic data format. Standard distribution format of USGS National Map data. Stores terrain data. Bundle format, consisting of binary .adf and other files. ...
SDTSDEM
(Mathematica Import/Export Format) SDTS GIS format. Geographic information standard used by the U.S. Geological Survey. Used for archiving and exchanging terrain data. SDTS is an acronym for Spatial Data ...
SP3
(Mathematica Import/Export Format) SP3 geospatial file format. National Geodetic Survey standard format. Stores information about the orbits of GPS satellites. SP3 is an acronym derived from Standard Product ...
StringCount["string", " sub"] gives a count of the number of times " sub" appears as a substring of " string". StringCount["string", patt] gives the number of substrings in " ...
Basic two-dimensional graphics elements. Here is a line primitive. This shows the line as a two-dimensional graphics object.
Mathematica 8 adds a number of new areas for visualization, including statistical, financial, wavelet, and control-related visualizations. These areas all provide a high ...
ACO
(Mathematica Import/Export Format) Adobe Photoshop color swatch format. Used for storing color palettes. Native format of the Adobe Photoshop image-editing application. ACO is an acronym derived from Adobe ...
Exponent[expr, form] gives the maximum power with which form appears in the expanded form of expr. Exponent[expr, form, h] applies h to the set of exponents with which form ...
StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...