BorelTannerDistribution[\[Alpha], n] represents a Borel\[Dash]Tanner distribution with shape parameters \[Alpha] and n.
DictionaryLookup[patt] finds all words in an English dictionary that match the string pattern patt.DictionaryLookup[patt, n] gives only the first n words ...
ArrayPad[array, m] gives an array with m 0s of padding on every side. ArrayPad[array, m, padding] uses the specified padding.ArrayPad[array, {m, n}, ...] pads with m elements ...
Subsets
(Built-in Mathematica Symbol) Subsets[list] gives a list of all possible subsets of list. Subsets[list, n] gives all subsets containing at most n elements. Subsets[list, {n}] gives all subsets containing ...
PoissonConsulDistribution[\[Mu], \[Lambda]] represents a Poisson\[Dash]Consul distribution with parameters \[Mu] and \[Lambda].
SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
SoundNote[pitch] represents a music-like sound note with the specified pitch.SoundNote[pitch, t] takes the note to have duration t.SoundNote[pitch, {t_min, t_max}] takes the ...
Mathematica not only allows you to insert arbitrary graphics into user interfaces, but also provides convenient characters that allow you immediately to build and document ...
Sqrt
(Built-in Mathematica Symbol) Sqrt[z] or Sqrt[z] gives the square root of z.
CharacteristicFunction[dist, t] gives the characteristic function for the symbolic distribution dist as a function of the variable t.CharacteristicFunction[dist, {t_1, t_2, ...