ShowGraph[g] displays the graph g. ShowGraph[g, Directed] is obsolete and it is currently identical to ShowGraph[g].
BoundedDiagram[{{a_1, b_1}, ...}, {{x_1, y_1}, ...}] yields the bounded Voronoi diagram of the points {x_1, y_1}, {x_2, y_2} ..., where the bound is the convex polygon formed ...
VoronoiDiagram[{{x_1, y_1}, {x_2, y_2}, ...}] yields the planar Voronoi diagram of the points {x_1, y_1}, {x_2, y_2}, ....VoronoiDiagram[{{x_1, y_1}, {x_2, y_2}, ...}, val] ...
ToPackedArray[expr] uses packed arrays if possible in the internal representation of expr.
Aggressive is an option to PseudoDiameter that specifies whether an extra iteration is to be carried out.
ChiSquarePValue[x, df] gives the cumulative probability beyond x for the \[Chi]^2 distribution with df degrees of freedom.
FRatioPValue[x, n, m] gives the cumulative probability beyond x for the F-ratio distribution with n and m degrees of freedom.
NormalCI
(Hypothesis Testing Package Symbol) NormalCI[\[Mu], \[Sigma]] gives a confidence interval based on a normal distribution.
The following are some issues and considerations to be aware of when using the Notation Package and/or designing notations. It is intrinsically difficult to debug something ...
RungeKuttaOrderConditions[p, s] gives a list of the order conditions that any s-stage Runge\[Dash]Kutta method of order p must satisfy. RungeKuttaOrderConditions[p] gives the ...