PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...
CandlestickChart[{{date_1, {open_1, high_1, low_1, close_1}}, ...}] makes a chart with candles representing open, high, low, and close prices for each date. ...
When numerically solving Hamiltonian dynamical systems it is advantageous if the numerical method yields a symplectic map. If the Hamiltonian can be written in separable ...
Distributions defined in this package are included in the newly created Multivariate Statistics Package. Random and RandomArray are replaced by RandomReal. CovarianceMatrix ...
The MathLink library contains an extensive collection of C functions that allow arbitrary data and structure to be exchanged with Mathematica, and provide detailed control of ...
Byte
(Mathematica Import/Export Format) Sequence of bytes. Raw binary format. Equivalent to the UnsignedInteger8 format.
Real128
(Mathematica Import/Export Format) Uniform sequence of IEEE quad-precision numbers. Binary data format.
Sequence of unsigned 8-bit integers. Raw binary format. Equivalent to the Byte format.
BetweennessCentrality[g] gives a list of betweenness centralities for the vertices in the graph g.
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...