AdjacencyMatrix[g] gives the SparseArray object representing the graph g.AdjacencyMatrix[g, n] gives the SparseArray object representing the graph g, adding additional ...
ToCombinatoricaGraph[g] return the Combinatorica representation of the graph g.ToCombinatoricaGraph[g, n] return the graph g, adding additional unconnected vertices, if ...
Suppose that you have a limited amount of data from which to obtain estimates of statistics for a population. The sampling distribution for those estimates can be ...
FisherHypergeometricDistribution[n, n_succ, n_tot, w] represents a Fisher noncentral hypergeometric distribution.
Ways to label two-dimensional plots. Here is a plot, using the default Axes->True. Setting Frame->True generates a frame with axes, and removes tick marks from the ordinary ...
ProbabilityDistribution[pdf, {x, x_min, x_max}] represents the continuous distribution with PDF pdf in the variable x where the pdf is taken to be zero for x < x_min and x > ...
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 ...
WaveletMatrixPlot[dwd] plots the basis tree of wavelet matrix coefficients in the DiscreteWaveletData dwd.WaveletMatrixPlot[dwd, r] plots coefficients up to refinement level ...
When you set up a graphics object in Mathematica, you typically give a list of graphical elements. You can include in that list graphics directives which specify how ...
SphericalPlot3D[r, \[Theta], \[Phi]] generates a 3D plot with a spherical radius r as a function of spherical coordinates \[Theta] and \[Phi].SphericalPlot3D[r, {\[Theta], ...