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. ...
NProbability[pred, x \[Distributed] dist] gives the numerical probability for an event that satisfies the predicate pred under the assumption that x follows the probability ...
BarChart3D[{y_1, y_2, ...}] makes a 3D bar chart with bar lengths y_1, y_2, ....BarChart3D[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a 3D bar chart with bar ...
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
EulerEquations[f, u[x ], x] returns the Euler\[Dash]Lagrange differential equation obeyed by u[x] derived from the functional f, where f depends on the function u[x] and its ...
You can import XML data into Mathematica using the standard Import function, which has the following syntax. Importing files. The first argument specifies the file to be ...
ExponentialDistribution[\[Lambda]] represents an exponential distribution with scale inversely proportional to parameter \[Lambda].
JohnsonDistribution["SB", \[Gamma], \[Delta], \[Mu], \[Sigma]] represents a bounded Johnson distribution with shape parameters \[Gamma], \[Delta], location parameter \[Mu], ...
The leading term of a polynomial can be chosen in many different ways. For multivariate polynomials, sorting by the total degree of the monomials is often useful. Different ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...