Thickness[r] is a graphics directive which specifies that lines which follow are to be drawn with thickness r. The thickness r is given as a fraction of the horizontal plot ...
VertexNormals is an option for graphics primitives which specifies the normal directions to assign to 3D vertices.
WeierstrassZeta[u, {g_2, g_3}] gives the Weierstrass zeta function \[Zeta](u; g_2, g_3).
ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.
With the Text graphics primitive, you can insert text at any position in two- or three-dimensional Mathematica graphics. Unless you explicitly specify a style or font using ...
Mathematica does operations like numerical integration very differently from the way it does their symbolic counterparts. When you do a symbolic integral, Mathematica takes ...
BinormalDistribution[{\[Mu]_1, \[Mu]_2}, {\[Sigma]_1, \[Sigma]_\ 2}, \[Rho]] represents a bivariate normal distribution with mean {\[Mu]_1, \[Mu]_2} and covariance matrix ...
OrderDistribution[{dist, n}, k] represents the k\[Null]^th-order statistics distribution for n observations from the distribution dist.OrderDistribution[{dist, n}, {k_1, k_2, ...
ParameterMixtureDistribution[dist[\[Theta]], \[Theta] \[Distributed] wdist] represents a parameter mixture distribution where the parameter \[Theta] is distributed according ...
RegionPlot[pred, {x, x_min, x_max}, {y, y_min, y_max}] makes a plot showing the region in which pred is True.