ParetoDistribution[k, \[Alpha]] represents a Pareto distribution with minimum value parameter k and shape parameter \[Alpha].ParetoDistribution[k, \[Alpha], \[Mu]] represents ...
ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.
f' represents the derivative of a function f of one argument. Derivative[n_1, n_2, ...][f] is the general form, representing a function obtained from f by differentiating n_1 ...
MultivariateHypergeometricDistribution[n, {m_1, m_2, ..., m_k}] represents a multivariate hypergeometric distribution with n draws without replacement from a collection ...
SuzukiDistribution[\[Mu], \[Nu]] represents the Suzuki distribution with shape parameters \[Mu] and \[Nu].
E
(Built-in Mathematica Symbol) E is the exponential constant E (base of natural logarithms), with numerical value \[TildeEqual] 2.71828.
IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.
A real polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers and
Dimensions[expr] gives a list of the dimensions of expr. Dimensions[expr, n] gives a list of the dimensions of expr down to level n.
NSum
(Built-in Mathematica Symbol) NSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f.NSum[f, {i, i_min, i_max, di}] uses a step di in the sum.