$CUDALinkLibraryPath is the directory that contains the CUDALink libraries for the system.
SQLTableNames[conn] returns the names of each table in an SQL connection.
CalendarChange[{year, month, day}, calendar_1, calendar_2] converts the date {year, month, day} given in calendar calendar_1 into a date given in calendar ...
GraphDistance[g, i, j] gives the distance from vertex i to vertex j in the graph g.
AdjacencyMatrix[g] gives the vertex\[Dash]vertex adjacency matrix of the graph g.
LeveneTest[data] tests whether the variance of data is 1. LeveneTest[{data_1, data_2}] tests whether the variances of data_1 and data_2 are equal.LeveneTest[dspec, ...
CUDAFinancialDerivative[instrument, params, ambientparams] gives the value of the specified financial instrument.CUDAFinancialDerivative[instrument, params, ambientparams, ...
SignTest[data] tests whether the median of data is zero. SignTest[{data_1, data_2}] tests whether the median of data_1\[Dash] data_2 is zero.SignTest[dspec, \[Mu] 0] tests a ...
ZTest
(Built-in Mathematica Symbol) ZTest[data] tests whether the mean of the data is zero. ZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.ZTest[dspec, \[Sigma]] tests for zero ...
CArray
(SymbolicC Package Symbol) CArray[name, args] is a symbolic representation of an array.