NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.
Finding singular values and norms of matrices. The singular values of a matrix m are the square roots of the eigenvalues of m.m^*, where * denotes Hermitian transpose. The ...
Mathematica provides functions for the aesthetic drawing of graphs. Algorithms implemented include spring embedding, spring-electrical embedding, high-dimensional embedding, ...
MinimumBandwidthOrdering[g] attempts to find a vertex ordering that minimizes the bandwidth of the undirected graph g.MinimumBandwidthOrdering[m] attempts to find row and ...
CDFWavelet[] represents a Cohen\[Dash]Daubechies\[Dash]Feauveau wavelet of type "9/7". CDFWavelet["type"] represents a Cohen\[Dash]Daubechies\[Dash]Feauveau wavelet of type " ...
DiscreteWaveletPacketTransform[data] gives the discrete wavelet packet transform (DWPT) of an array of data.DiscreteWaveletPacketTransform[data, wave] gives the discrete ...
KuiperTest[data] tests whether data is normally distributed using the Kuiper test.KuiperTest[data, dist] tests whether data is distributed according to dist using the Kuiper ...
MultivariatePoissonDistribution[\[Mu]_0, {\[Mu]_1, \[Mu]_2, \ ...}] represents a multivariate Poisson distribution with mean vector {\[Mu]_0 + \[Mu]_1, \[Mu]_0 + \[Mu]_2, ...
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...
WatsonUSquareTest[data] tests whether data is normally distributed using the Watson U^2 test.WatsonUSquareTest[data, dist] tests whether data is distributed according to dist ...