NMinValue[f, x] gives the minimum value of f with respect to x.NMinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... NMinValue[{f, cons}, {x, y, ...
MaxIterations is an option that specifies the maximum number of iterations that should be tried in various built-in functions and algorithms.
Automatic Grouping automatically creates hierarchical cell groups on the basis of cell style.
TraditionalForm converts the selection to Mathematica TraditionalForm.
Why the Coloring? opens a dialog that explains any syntax coloring in the active notebook.
Insert
(Built-in Mathematica Symbol) Insert[list, elem, n] inserts elem at position n in list. If n is negative, the position is counted from the end. Insert[expr, elem, {i, j, ...}] inserts elem at position {i, ...
IntervalUnion[interval_1, interval_2, ...] gives the interval representing the set of all points in any of the interval_i.
It is perhaps easiest to see when to use certain layout elements by visually illustrating how they each combine to create a resizable dialog. Here are a number of further ...
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
FindDistributionParameters[data, dist] finds the parameter estimates for the distribution dist from data.FindDistributionParameters[data, dist, {{p, p_0}, {q, q_0}, ...}] ...