A wide variety of plots and charts are used to gain an overview of data from a statistical perspective. Some summarize statistical computations on the data, while others ...
Differences[list] gives the successive differences of elements in list. Differences[list, n] gives the n\[Null]^th differences of list. Differences[list, {n_1, n_2, ...}] ...
CSV
(Mathematica Import/Export Format) MIME type: text/comma-separated-values, text/csv CSV tabular data format. Stores records of numerical and textual information as lines, using commas to separate fields. ...
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 ...
Table
(Mathematica Import/Export Format) Generic tabular data. Stores numerical and textual information, formatted as a table. Supports user-defined field and record separators, field delimiters, currency tokens, ...
WidgetGroup[{content, ...}] specifies custom layout settings for how the content widgets are displayed.
ButcherTreeSimplify[p, \[Eta], \[Xi]] gives the set of trees through order p that are not reduced by Butcher's quadrature conditions through order p, row-simplifying ...
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.
DialogInput[expr] interactively puts up expr as a dialog notebook, waits until a DialogReturn[e] is evaluated from within it, and then returns the result e. DialogInput[{x = ...
DisplayForm[expr] prints with low-level boxes inside expr shown in explicit two-dimensional or other form.