A Mathematica script is simply a file containing Mathematica commands that you would normally evaluate sequentially in a Mathematica session. Writing a script is useful if ...
Mathematica provides a variety of functions for manipulating strings. Most of these functions are based on viewing strings as a sequence of characters, and many of the ...
KernelMixtureDistribution[{x_1, x_2, ...}] represents a kernel mixture distribution based on the data values x_i.KernelMixtureDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
The GUIKit framework provides Mathematica functions, such as PropertyValue[{" StyleBox["widgetName", "TI"]"," StyleBox["propertyName", "TI"]"}], for accessing state ...
Even though the GUIKit widget expression was designed with user interface issues in mind, you can construct object trees unrelated to user interface widgets and still take ...
Calendar is an option for calendar functions which specifies which calendar system to use.
Julian
(Calendar Package Symbol) Julian represents the Julian calendar system.
NormalCI
(Hypothesis Testing Package Symbol) NormalCI[\[Mu], \[Sigma]] gives a confidence interval based on a normal distribution.
This package contains functions for computing confidence intervals from data and p-values and confidence intervals for distributions related to the normal distribution. Given ...
Mathematica immediately allows you to call both standalone programs and individual functions or methods within running programs. Mathematica's architecture allows external ...