TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
One of the important features of Mathematica is that it can do symbolic, as well as numerical calculations. This means that it can handle algebraic formulas as well as ...
CUDASort[vec] sorts the input vector.CUDASort[mem] sorts CUDAMemory in place.CUDASort[vec, op] sorts input with respect to the ordering function op.
void MLSetAllocParameter (char* p, MLAllocator a, MLDeallocator d) sets the memory allocator and deallocator specified by a and d in the MLParameters object p for later use ...
Mathematica includes many controls and structures related to controls as part of its core language. These control objects are supported in a completely seamless way ...
Dynamic
(Built-in Mathematica Symbol) Dynamic[expr] represents an object that displays as the dynamically updated current value of expr. If the displayed form of Dynamic[expr] is interactively changed or edited, ...
GraphML
(Mathematica Import/Export Format) GraphML graph data format. Standard exchange for graphs. GraphML is an acronym derived from Graph Markup Language. XML-based format. Represents typed, attributed, directed, ...
BitLength[n] gives the number of binary bits necessary to represent the integer n.
Nearest
(Built-in Mathematica Symbol) Nearest[{elem_1, elem_2, ...}, x] gives the list of elem_i to which x is nearest. Nearest[{elem_1 -> v_1, elem_2 -> v_2, ...}, x] gives the v_i corresponding to the elem_i to ...
ParameterEstimator is an option to EstimatedDistribution and FindDistributionParameters that specifies what parameter estimator to use.