DiceDissimilarity[x, y] gives the Dice dissimilarity between Boolean vectors x and y.
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 ...
Encode
(Built-in Mathematica Symbol) Encode["source", " dest"] writes an encoded version of the file source to the file dest. << dest decodes the file before reading its contents. Encode["source", " dest", " ...
HazardFunction[dist, x] gives the hazard function for the symbolic distribution dist evaluated at x.HazardFunction[dist, {x_1, x_2, ...}] gives the multivariate hazard ...
MeshShading is an option for plotting functions that gives lists of colors to use for regions between mesh divisions.
NHoldFirst is an attribute which specifies that the first argument to a function should not be affected by N.
NyquistPlot[g] gives the Nyquist plot of a rational function g in one complex variable.NyquistPlot[sys] gives the Nyquist plot of a TransferFunctionModel or StateSpaceModel ...
PermutationSupport[perm] returns the support of the permutation perm.
Regularization is an option for Sum and Product that specifies what type of regularization to use.
RussellRaoDissimilarity[u, v] gives the Russell\[Dash]Rao dissimilarity between Boolean vectors u and v.