StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...
ProbitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial probit regression model of the form 1/2 (1 + erf((\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...
Functionality in this package has been added to the built-in Mathematica kernel. CumulativeSums is replaced by Accumulate. Frequencies is replaced by Tally. BinCounts and ...
Built into Mathematica are a large number of special characters intended for use in mathematical and other notation. "Listing of Named Characters" gives a complete listing. ...
WignerSemicircleDistribution[r] represents a Wigner semicircle distribution with radius r centered at the origin.WignerSemicircleDistribution[a, r] represents a Wigner ...
Descriptive statistics refers to properties of distributions, such as location, dispersion, and shape. The functions described here compute descriptive statistics of lists of ...
The function FindRoot has a Jacobian option; the functions FindMinimum, FindMaximum, and FindFit have a Gradient option; and the "Newton" method has a method option Hessian. ...
Eigensystem[m] gives a list {values, vectors} of the eigenvalues and eigenvectors of the square matrix m. Eigensystem[{m, a}] gives the generalized eigenvalues and ...
ControllabilityGramian[ss] gives the controllability Gramian of the StateSpaceModel object ss.
ImageCooccurrence[image, n] gives the n*n cooccurrence matrix for image.ImageCooccurrence[image, n, ker] computes a cooccurrence matrix for arbitrary spatial relationships ...