Mathematica provides a built-in library of a hundred financial indicators that are used to analyze the price movements of stocks, commodities, mutual funds, currency exchange ...
Apache log files. Native log file format of the Apache web server. Common variants are Apache Common Log and Apache Access Log. Is used by MathLM, the Mathematica license ...
DepthFirstScan[g, s, {"event_1" -> f_1, "event_2" -> f_2, ...}] performs a depth-first scan of the graph g starting at the vertex s and evaluates f_i whenever "event_i" ...
HypothesisTestData[...] represents hypothesis test data such as generated by DistributionFitTest, AndersonDarlingTest, etc.
TetGenExport["file.ext", expr] exports data from a TetGen expression into a file. TetGenExport["file", expr, " format"] exports data in the specified format.
TetGen is a quality tetrahedral mesh generator and a three-dimensional Delaunay triangulator. TetGenLink is a Mathematica application that uses Wolfram LibraryLink to link to ...
PLY
(Mathematica Import/Export Format) 3D geometry format. ASCII or binary format. Used for storage and interchange of 3D graphical objects. Known as Stanford Triangle Format. PLY is an acronym derived from ...
TSV
(Mathematica Import/Export Format) MIME type: text/tab-separated-values TSV tabular data format. Stores records of numerical and textual information as lines, using tab characters to separate fields. TSV is an ...
Expressions are the main type of data in Mathematica. Expressions can be written in the form h[e_1,e_2,…]. The object h is known generically as the head of the expression. ...
The GUIKit framework makes it relatively easy to reuse interface definitions because of its automatic use of private symbol contexts for each instance of a definition. There ...