MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
Missing
(Built-in Mathematica Symbol) Missing[] represents data that is missing.Missing["reason"] specifies a reason for the data being missing.Missing["reason", expr] associates the expression expr with the ...
NProduct[f, {i, i_min, i_max}] gives a numerical approximation to the product \[Product]i = i_min i_max f.NProduct[f, {i, i_min, i_max, di}] uses a step di in the product.
PermutationLength[perm] returns the number of integers moved by the permutation perm.
PlotRangeClipping is an option for graphics functions that specifies whether graphics objects should be clipped at the edge of the region defined by PlotRange, or should be ...
PopupMenu[x, {val_1, val_2, ...}] represents a popup menu with setting x and possible values val_i. PopupMenu[Dynamic[x], {val_1, ...}] takes the setting to be the ...
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
SamplingPeriod is an option that specifies the sampling period of control system models.
SectorOrigin is an option to PieChart and related functions that specifies where sectors should start.