ParallelSubmit[expr] submits expr for evaluation on the next available parallel kernel and returns an EvaluationObject expression representing the submitted ...
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 ...
SurvivalFunction[dist, x] gives the survival function for the symbolic distribution dist evaluated at x.SurvivalFunction[dist, {x_1, x_2, ...}] gives the multivariate ...
Text
(Built-in Mathematica Symbol) Text[expr] displays with expr in plain text format. Text[expr, coords] is a graphics primitive that displays the textual form of expr centered at the point specified by ...
Ticks
(Built-in Mathematica Symbol) Ticks is an option for graphics functions that specifies tick marks for axes.
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
Button
(Built-in Mathematica Symbol) Button[label, action] represents a button that is labeled with label, and evaluates action whenever it is clicked.
GraphPlot3D[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a 3D plot of the graph in which vertex v_ik is connected to vertex v_jk.GraphPlot3D[{{v i 1 -> v j 1, lbl_1}, ...
MaxwellDistribution[\[Sigma]] represents a Maxwell distribution with scale parameter \[Sigma].
NakagamiDistribution[\[Mu], \[Omega]] represents a Nakagami distribution with shape parameter \[Mu] and spread parameter \[Omega].