Widget["FontChooser"] provides a panel for making a font selection based on a name, style, and size.
This example demonstrates how to create a reusable GUIKit` widget for wrapping Plot and some of its options. You can easily treat the PlotGroup example as a single reusable ...
Radius
(Numerical Calculus Package Symbol) Radius is an option to NSeries that specifies the radius of the circle around which the function is to be sampled.
BernoulliGraphDistribution[n, p] represents a Bernoulli graph distribution for n-vertex graphs with edge probability p.
CUDAFoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
SQLColumnInformation[conn] returns a list of information about the columns in an SQL connection.
SQLColumnNames[conn] returns a list of {table, name} pairs for each column in an SQL connection.
SQLCreateTable[conn, table, columns] creates a new table in an SQL connection.
MeanTest is superseded by the Mathematica kernel functions LocationTest, TTest, and ZTest. MeanDifferenceTest is superseded by the Mathematica kernel functions ...
SQLTables[conn] returns the SQLTable objects for each table in an SQL connection.