Pattern
(Built-in Mathematica Symbol) s : obj represents the pattern object obj, assigned the name s.
DispersionEstimatorFunction is an option for generalized linear model fitting functions that specifies the estimator for the dispersion parameter.
Mathematica not only includes highly optimized implementations of standard image processing filters, but also uses its general symbolic architecture to allow arbitrarily ...
JavaObjectToExpression[javaobject] converts the specified Java object reference into its value as a "native" Mathematica expression.
x >= y or x >= y yields True if x is determined to be greater than or equal to y. x_1 >= x_2 >= x_3 yields True if the x_i form a non-increasing sequence.
x <= y or x <= y yields True if x is determined to be less than or equal to y. x_1 <= x_2 <= x_3 yields True if the x TraditionalForm\`i form a nondecreasing sequence.
Many algorithms and procedures require graphs with certain properties. These can be basic properties, such as being undirected, or deeper topology properties, such as being ...
SectorOrigin is an option to PieChart and related functions that specifies where sectors should start.
SamplingPeriod is an option that specifies the sampling period of control system models.
LinkObject["name", n_1, n_2] is an object that represents an active MathLink connection for functions such as LinkRead and LinkWrite.