Ulps
(Computer Arithmetic Package Symbol) Ulps is a unit of error in machine arithmetic.
Forms of Input and Output How Input and Output Work The Representation of Textual Forms
KolmogorovSmirnovTest[data] tests whether data is normally distributed using the Kolmogorov\[Dash]Smirnov test.KolmogorovSmirnovTest[data, dist] tests whether data is ...
The functions described here are among the most commonly used continuous univariate statistical distributions. You can compute their densities, means, variances, and other ...
Even more so than for other special functions, you need to be very careful about the arguments you give to elliptic integrals and elliptic functions. There are several ...
The fundamental paradigm of most computer languages, including Mathematica, is that input is given and processed into output. Historically, such input has consisted of ...
In some cases it is useful to split the differential system into subsystems and solve each subsystem using appropriate integration methods. Recombining the individual ...
All the functions FindMinimum, FindMaximum, and FindRoot take variable specifications of the same form. The function FindFit uses the same form for its parameter ...
GammaDistribution[\[Alpha], \[Beta]] represents a gamma distribution with shape parameter \[Alpha] and scale parameter \[Beta].GammaDistribution[\[Alpha], \[Beta], \[Gamma], ...
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...