BernoulliGraphDistribution[n, p] represents a Bernoulli graph distribution for n-vertex graphs with edge probability p.
NominalVariables is an option for fitting functions such as LinearModelFit that specifies which variables should be treated as having discrete values specified by names.
CUDAFoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
CUDAMap[f, lst] applies f to each element on lst.
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.
There are a number of file formats for working with meshes. They are useful since they can be used as interchange formats between CAD programs. Some of these are supported by ...