SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
The raw SQL command SELECT selects and returns data from a database. An alternative is to use the Mathematica command SQLSelect, described in "Selecting Data". If you find ...
A three-dimensional coordinate system assigns three numbers to each point in space. In defining a coordinate system, you have to make a choice about what to measure and how ...
DiscreteWaveletTransform[data] gives the discrete wavelet transform (DWT) of an array of data.DiscreteWaveletTransform[data, wave] gives the discrete wavelet transform using ...
Combinatorica extends Mathematica by over 450 functions in combinatorics and graph theory. It includes functions for constructing graphs and other combinatorial objects, ...
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
Probability[pred, x \[Distributed] dist] gives the probability for an event that satisfies the predicate pred under the assumption that x follows the probability distribution ...
This package contains descriptive statistics for multivariate data and distributions derived from the multivariate normal distribution. Distributions are represented in the ...
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. ...
DistributionFitTest[data] tests whether data is normally distributed. DistributionFitTest[data, dist] tests whether data is distributed according to dist. ...