Toggler
(Built-in Mathematica Symbol) Toggler[x] represents a toggler button with setting x, that toggles between True and False. Toggler[Dynamic[x]] takes the setting to be the dynamically updated current value ...
Slider
(Built-in Mathematica Symbol) Slider[x] represents a slider with setting x in the range 0 to 1. Slider[Dynamic[x]] takes the setting to be the dynamically updated current value of x, with the value of x ...
CheckboxBar[x, {val_1, val_2, ...}] represents a checkbox bar with setting x and with checkboxes for values val_i to include in the list x.CheckboxBar[Dynamic[x], {val_1, ...
Suppose that you have a limited amount of data from which to obtain estimates of statistics for a population. The sampling distribution for those estimates can be ...
TogglerBar[x, {val_1, val_2, ...}] represents a toggler bar with setting x and with toggler buttons for values val_i to include in the list x.TogglerBar[Dynamic[x], {val_1, ...
SatisfiableQ[bf] gives True if a combination of values of variables exists that makes the Boolean function bf yield True.SatisfiableQ[expr, {a_1, a_2, ...}] gives True if a ...
CUDAClamp[lst] clamps the values of lst between automatically determined values.CUDAClamp[lst, low, high] clamps the values of lst between low and high.
With
(Built-in Mathematica Symbol) With[{x = x_0, y = y_0, ...}, expr] specifies that in expr occurrences of the symbols x, y, ... should be replaced by x_0, y_0, ....
NVariationalBound[f, u[x ], {x, x_min, x_max}, u_t, {a, a_0}, {b, b_0}, ...] numerically searches for values of the parameters a, b, ... of a trial function u_t, starting ...
CrossingDetect[image] gives a binary image in which white pixels correspond to the zero crossings in image.CrossingDetect[image, delta] treats values in image that are ...