FactorialMomentGeneratingFunction[dist, t] gives the factorial moment generating function for the symbolic distribution dist as a function of the variable t. ...
Unitize
(Built-in Mathematica Symbol) Unitize[x] gives 0 when x is zero, and 1 when x has any other numerical value.
Zeta
(Built-in Mathematica Symbol) Zeta[s] gives the Riemann zeta function \[Zeta](s). Zeta[s, a] gives the generalized Riemann zeta function \[Zeta](s, a).
KroneckerDelta[n_1, n_2, ...] gives the Kronecker delta \[Delta] Subscript[n, 1] Subscript[n, 2] ..., equal to 1 if all the n_i are equal, and 0 otherwise.
Gather
(Built-in Mathematica Symbol) Gather[list] gathers the elements of list into sublists of identical elements.Gather[list, test] applies test to pairs of elements to determine if they should be considered ...
DistributionFitTest[data] tests whether data is normally distributed. DistributionFitTest[data, dist] tests whether data is distributed according to dist. ...
"Sound" describes how you can take functions and lists of data and produce sounds from them. Here we discuss how sounds are represented in Mathematica. Mathematica treats ...
RiemannR[x] gives the Riemann prime counting function R(x).
Speak
(Built-in Mathematica Symbol) Speak[expr] speaks a spoken representation of the expression expr.
DateListLogPlot[{{date_1, v_1}, {date_2, v_2}, ...}] makes a log plot with values v_i at a sequence of dates.DateListLogPlot[{v_1, v_2, ...}, datespec] makes a log plot with ...