DiscretePlot3D[expr, {i, i_min, i_max}, {j, j_min, j_max}] generates a plot of the values of expr when i runs from i_min to i_max and j runs from j_min to ...
DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a density histogram of the values {x_i, y_i}.DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a density ...
Labeled
(Built-in Mathematica Symbol) Labeled[expr, lbl] displays expr labeled with lbl. Labeled[expr, lbl, pos] places lbl at a position specified by pos. Labeled[expr, {lbl_1, lbl_2, ...}, {pos_1, ...}] places ...
Line
(Built-in Mathematica Symbol) Line[{pt_1, pt_2, ...}] is a graphics primitive that represents a line joining a sequence of points. Line[{{pt_11, pt_12, ...}, {pt_21, ...}, ...}] represents a collection of ...
PearsonDistribution[a_1, a_0, b_2, b_1, b_0] represents a distribution of the Pearson family with parameters a_1, a_0, b_2, b_1, and b_0.PearsonDistribution[type, a_1, a_0, ...
Point
(Built-in Mathematica Symbol) Point[coords] is a graphics primitive that represents a point. Point[{coords_1, coords_2, ...}] represents a collection of points.
Raster
(Built-in Mathematica Symbol) Raster[{{a_11, a_12, ...}, ...}] is a two-dimensional graphics primitive which represents a rectangular array of gray cells. Raster[{{{r_11, g_11, b_11}, ...}, ...}] ...
VertexInDegree[g] gives the list of vertex in-degrees for all vertices in the graph g.VertexInDegree[g, v] gives the vertex in-degree for the vertex v.
ArrayPlot[array] generates a plot in which the values in an array are shown in a discrete array of squares.
GompertzMakehamDistribution[\[Lambda], \[Xi]] represents a Gompertz distribution with scale parameter \[Lambda] and frailty parameter ...