GUIKit provides a higher-level Mathematica expression syntax for defining a graphical user interface along with a runtime environment for managing and deploying these ...
GUIRun
(GUIKit Package Symbol) GUIRun[src] loads and runs an interface definition in a modeless state and returns immediately with a GUIObject expression that represents the live interface.GUIRun[src, ...
Widget["RadioButton"] represents a radio button.
This example uses Widget["ColorChooser"] and includes sample code demonstrating how to
BenchmarkReport[] runs the benchmark and produces a report in a separate notebook comparing this system to a selection of reference systems. BenchmarkReport["system_1", ...
FunctionalGraph[f, v] takes a set v and a function f from v to v and constructs a directed graph with vertex set v and edges (x, f[x]) for each x in v. FunctionalGraph[{f_1, ...
LeafLabels
(Hierarchical Clustering Package Symbol) LeafLabels is an option for DendrogramPlot that specifies labels for the dendrogram leaves.
MeanCI
(Hypothesis Testing Package Symbol) MeanCI[list] gives a confidence interval for the population mean estimated from list.
VarianceCI[list] gives a confidence interval for the population variance estimated from list.