MultinormalDistribution[\[Mu], \[CapitalSigma]] represents a multivariate normal (Gaussian) distribution with mean vector \[Mu] and covariance matrix \[CapitalSigma].
ParallelMap[f, expr] applies f in parallel to each element on the first level in expr.ParallelMap[f, expr, levelspec] applies f in parallel to parts of expr specified by ...
RiceDistribution[\[Alpha], \[Beta]] represents a Rice distribution with shape parameters \[Alpha] and \[Beta].RiceDistribution[m, \[Alpha], \[Beta]] represents a ...
Mathematica works with both exact quantities and approximate numbers. Using N , you can obtain a numerical approximation to an exact quantity with any desired precision or ...
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
Mathematica expressions provide a very general way to handle all kinds of data, and you may sometimes want to use such expressions inside your external programs. A language ...
The library now fully supports the Unicode character encoding forms UTF-8, UTF-16, and UTF-32. Use the following new API functions to put or get Unicode characters to or from ...
Finding lines that contain specified text. Here is a file containing some text. This returns a list of all the lines in the file containing the text is.
DICOM
(Mathematica Import/Export Format) MIME type: application/dicom DICOM medical imaging format. Commonly used in medical imaging equipment and picture archiving and communication systems. DICOM is an acronym for ...
Every new version of Mathematica contains many new features. But careful design from the outset has allowed nearly total compatibility to be maintained between all versions. ...