RandomVariate[dist] gives a pseudorandom variate from the symbolic distribution dist.RandomVariate[dist, n] gives a list of n pseudorandom variates from the symbolic ...
DistributionChart[{data_1, data_2, ...}] makes a distribution chart with a distribution symbol for each data_i.DistributionChart[{..., w_i[data_i, ...], ..., w_j[data_j, ...
JohnsonDistribution["SB", \[Gamma], \[Delta], \[Mu], \[Sigma]] represents a bounded Johnson distribution with shape parameters \[Gamma], \[Delta], location parameter \[Mu], ...
OpenCLImplicitRender3D[poly, vars, r] ray traces the implicit surface poly = 0 as a function of vars with bound sphere of radius r.
SymbolicC provides automated formatting of the generated C output. This section reviews some of the ways that you can work with formatting to create your own styles of ...
Normally a live GUIObject instance will shut down and dispose of itself through the normal user action of closing a window or other interface widget that performs the ...
GraphCoordinates3D[g, options] calculates a visually appealing 3D layout of the vertices of a graph g and returns the coordinates of the vertices.
PairwiseScatterPlot[m] creates a matrix of scatter plots comparing the data in each column of m against columns of m.
PICT
(Mathematica Import/Export Format) MIME type: image/pict Macintosh graphics format. Was the original metafile format of the Apple Macintosh. PICT is an acronym derived from Picture. Can store raster images and ...
OpenCLMersenneTwister[n] generates n random reals using the Mersenne Twister algorithm.