FindIntegerNullVector[{x_1, x_2, ..., x_n}] finds a list of integers a_i such that a_1 x_1 + a_2 x_2 + \[CenterEllipsis] + a_n x_n == 0. FindIntegerNullVector[{x_1, x_2, ..., ...
SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...
GammaDistribution[\[Alpha], \[Beta]] represents a gamma distribution with shape parameter \[Alpha] and scale parameter \[Beta].GammaDistribution[\[Alpha], \[Beta], \[Gamma], ...
LogisticDistribution[\[Mu], \[Beta]] represents a logistic distribution with mean \[Mu] and scale parameter \[Beta].
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...
FisherZDistribution[n, m] represents a Fisher z distribution with n numerator and m denominator degrees of freedom.
WakebyDistribution[\[Alpha], \[Beta], \[Gamma], \[Delta], \[Mu]] represents Wakeby distribution with shape parameters \[Beta] and \[Delta], scale parameters \[Alpha] and ...
ExponentialDistribution[\[Lambda]] represents an exponential distribution with scale inversely proportional to parameter \[Lambda].
This example shows how to use a private database to store Mathematica commands and query the data from Java and Mathematica. If you find that the examples in this section do ...
CUDAMap[f, lst] applies f to each element on lst.