CauchyDistribution[a, b] represents a Cauchy distribution with location parameter a and scale parameter b.
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, ...
DateList[] gives the current local date and time in the form {year, month, day, hour, minute, second}. DateList[time] gives a date list corresponding to an AbsoluteTime ...
EllipticK[m] gives the complete elliptic integral of the first kind K(m).
n! gives the factorial of n.
FisherHypergeometricDistribution[n, n_succ, n_tot, w] represents a Fisher noncentral hypergeometric distribution.
GammaDistribution[\[Alpha], \[Beta]] represents a gamma distribution with shape parameter \[Alpha] and scale parameter \[Beta].GammaDistribution[\[Alpha], \[Beta], \[Gamma], ...
x >= y or x >= y yields True if x is determined to be greater than or equal to y. x_1 >= x_2 >= x_3 yields True if the x_i form a non-increasing sequence.
Greater
(Built-in Mathematica Symbol) x > y yields True if x is determined to be greater than y. x_1 > x_2 > x_3 yields True if the x_i form a strictly decreasing sequence.
IntegerPart[x] gives the integer part of x.