The functions described here are among the most commonly used discrete univariate statistical distributions. You can compute their densities, means, variances, and other ...
EllipticLog[{x, y}, {a, b}] gives the generalized logarithm associated with the elliptic curve y^2 = x^3 + a x^2 + b x.
Integer
(Built-in Mathematica Symbol) Integer is the head used for integers.
NominalVariables is an option for fitting functions such as LinearModelFit that specifies which variables should be treated as having discrete values specified by names.
SyntaxInformation[f] gives information used to generate syntax coloring and other advisories when f[...] is entered as input.
TrimmedMean[list, f] gives the mean of the elements in list after dropping a fraction f of the smallest and largest elements.TrimmedMean[list, {f_1, f_2}] gives the mean when ...
Which
(Built-in Mathematica Symbol) Which[test_1, value_1, test_2, value_2, ...] evaluates each of the test_i in turn, returning the value of the value_i corresponding to the first one that yields True.
PadeApproximant[expr, {x, x_0, {m, n}}] gives the Padé approximant to expr about the point x = x_0, with numerator order m and denominator order n.PadeApproximant[expr, {x, ...
ArcGRID
(Mathematica Import/Export Format) ArcGRID topographic data format. Standard distribution format of USGS National Map data. Stores terrain data. Bundle format, consisting of binary .adf and other files. ...
TransferFunctionPoles[tf] gives a matrix of roots of the denominators in the TransferFunctionModel object tf.