mcc
(Mathematica System Program) mcc options files MathLink template file compiler.
AbortKernels[] aborts evaluations running in all parallel subkernels.
BenktanderGibratDistribution[a, b] represents a Benktander distribution of type I with parameters a and b.
BenktanderWeibullDistribution[a, b] represents a Benktander distribution of type II with parameters a and b.
Beta
(Built-in Mathematica Symbol) Beta[a, b] gives the Euler beta function \[CapitalBeta](a, b). Beta[z, a, b] gives the incomplete beta function \[CapitalBeta]_z (a, b).
Binarize[image] creates a binary image from image by replacing all values above a globally determined threshold with 1 and others with 0.Binarize[image, t] creates a binary ...
DataDistribution[ddist, ...] represents a probability distribution of type ddist, estimated from a set of data.
Deinitialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct can no longer be ...
Dimensions[expr] gives a list of the dimensions of expr. Dimensions[expr, n] gives a list of the dimensions of expr down to level n.
DirectedGraph[g] gives a directed graph from the undirected graph g.DirectedGraph[g, conv] gives a directed graph using the conversion conv.