KolmogorovSmirnovTest[data] tests whether data is normally distributed using the Kolmogorov\[Dash]Smirnov test.KolmogorovSmirnovTest[data, dist] tests whether data is ...
PairedTTest[data] tests whether the mean of data is zero. PairedTTest[{data_1, data_2}] tests whether the mean of data_1\[Dash] data_2 is zero.PairedTTest[dspec, \[Mu]_0] ...
ReliefPlot[array] generates a relief plot of an array of height values.
VectorPlot3D[{v_x, v_y, v_z}, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] generates a 3D vector plot of the vector field {v_x, v_y, v_z} as a function of x, y, ...
SmoothKernelDistribution[{x_1, x_2, ...}] represents a smooth kernel distribution based on the data values x_i.SmoothKernelDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...
As of Version 8, much of the functionality covered by Combinatorica has been implemented in the Mathematica kernel. BooleanAlgebra CodeToLabeledTree HasseDiagram ...
Particularly in the physical sciences, it is common to use measurement errors as weights to incorporate measured variation into the fitting. Weights have a relative effect on ...
NDSolve solves a differential equation numerically. It returns solutions in a form that can be readily used in many different ways. One typical use would be to produce a plot ...
DIMACS
(Mathematica Import/Export Format) DIMACS graph data format. Commonly used exchange format for graphs. Stores a single undirected graph. Plain text or binary format. DIMACS is an acronym derived from Discrete ...