InverseGaussianDistribution[\[Mu], \[Lambda]] represents an inverse Gaussian distribution with mean \[Mu] and scale parameter \[Lambda].InverseGaussianDistribution[\[Mu], ...
KnotData[knot, " property"] gives the specified property for a knot.KnotData[knot] gives an image of the knot.KnotData["class"] gives a list of knots in the specified class.
LayeredGraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a layered plot of the graph in which vertex v_ik is connected to vertex v_jk.LayeredGraphPlot[{{v i 1 -> v j ...
ListSurfacePlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots a three-dimensional surface constructed to fit the specified points.
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...
ParticleData[name, " property"] gives the specified property for a subatomic particle or family of particles with the specified name. ParticleData[{name, q}, " property"] ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
SparseArray[{pos_1 -> val_1, pos_2 -> val_2, ...}] yields a sparse array in which values val_i appear at positions pos_i. SparseArray[{pos_1, pos_2, ...} -> {val_1, val_2, ...
TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.