Types of Numbers Complex Numbers Numeric Quantities
Cumulant[dist, r] gives the r\[Null]^th cumulant of the symbolic distribution dist.Cumulant[list, r] gives the r\[Null]^th cumulant of the elements in the list.Cumulant[r] ...
ErlangDistribution[k, \[Lambda]] represents the Erlang distribution with shape parameter k and rate \[Lambda].
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
Introduction to Dynamic Advanced Dynamic Functionality
Initialization is an option for Dynamic, DynamicModule, Manipulate, and related constructs that specifies an expression to be evaluated when the construct is first used or ...
MatchLocalNames is an option for Trace and related functions that specifies whether symbols such as x should match symbols with local names of the form x$nnn.
Pause
(Built-in Mathematica Symbol) Pause[n] pauses for at least n seconds.
UsingFrontEnd[expr] evaluates expr, making use of a front end if necessary.