NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
HistogramDistribution[{x_1, x_2, ...}] represents the probability distribution corresponding to a histogram of the data values x_i.HistogramDistribution[{{x_1, y_1, ...}, ...
NullSpace[m] gives a list of vectors that forms a basis for the null space of the matrix m.
BorelTannerDistribution[\[Alpha], n] represents a Borel\[Dash]Tanner distribution with shape parameters \[Alpha] and n.
Mathematica provides a variety of functions for manipulating strings. Most of these functions are based on viewing strings as a sequence of characters, and many of the ...
BDF
(Mathematica Import/Export Format) BDF physiological signal recordings format. Commonly used for the exchange and storage of medical time-series recordings. Application areas include electroencephalography, ...
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...
QBinomial[n, m, q] gives the q-binomial coefficient (n; m)_q.