QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.QuantilePlot[dist] generates a plot of quantiles of the distribution ...
SmoothHistogram[{x_1, x_2, ...}] plots a smooth kernel histogram of the values x_i.SmoothHistogram[{x_1, x_2, ...}, espec] plots a smooth kernel histogram with estimator ...
StateSpaceModel[{a, b, c, d}] represents the state-space model with state matrix a, input matrix b, output matrix c, and transmission matrix d. StateSpaceModel[tf] gives a ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
This document describes how to compile and run MathLink programs written in the C language on Mac OS X systems. ("MathLink and External Program Communication" describes how ...
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...
There are a number of features of the GUIKit framework that aid deployment of user interface definitions with your own AddOns so that they can be easily executed when needed. ...
Dynamic behavior is added to a GUIKit user interface by executing Mathematica code. This lets one part of the definition interact with another, for example, specifying the ...
This package provides a unified treatment of the basic calendar operations. The main idea is to treat the calendar as a generalized number system, so that days, weeks, ...
Algebraic is now available as the newly added built-in Mathematica kernel function AlgebraicNumber. ToCommonField and ToNumberFieldElement are now available as the newly ...