ParallelTable[expr, {i_max}] generates in parallel a list of i_max copies of expr.ParallelTable[expr, {i, i_max}] generates in parallel a list of the values of expr when i ...
NASACDF
(Mathematica Import/Export Format) MIME type: application/x-cdf CDF data file format. General-purpose, self-describing format for storing multidimensional datasets. Used for storage, management, and exchange ...
BenfordDistribution[b] represents a Benford distribution with base parameter b.
BernoulliGraphDistribution[n, p] represents a Bernoulli graph distribution for n-vertex graphs with edge probability p.
ControllableDecomposition[ss] yields the controllable decomposition of the StateSpaceModel object ss. The result is a list {s_c, ss_c} where s_c is the transformation matrix ...
CumulantGeneratingFunction[dist, t] gives the cumulant generating function for the symbolic distribution dist as a function of the variable t. ...
DegreeCentrality[g] gives a list of vertex degrees for the vertices in the underlying simple graph of g. DegreeCentrality[g, "InDegree"] gives a list of vertex ...
DiscreteLQEstimatorGains[ss, {w, v}, \[Tau]] gives the optimal discrete-time estimator gain matrix with sampling period \[Tau] for the continuous-time StateSpaceModel object ...
DiscreteLyapunovSolve[a, c] finds the numeric solution x of the discrete matrix equation a.x.a\[ConjugateTranspose] - x == c.DiscreteLyapunovSolve[a, b, c] solves a.x.b - x ...
EdgeQ
(Built-in Mathematica Symbol) EdgeQ[g, e] yields True if e is an edge in the graph g and False otherwise.