FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
Glaisher is Glaisher's constant with numerical value \[TildeEqual] 1.28243.
HeavisidePi[x] represents the box distribution \[CapitalPi](x), equal to 1 for |x| < 1/2 and 0 for |x| > 1/2.HeavisidePi[x_1, x_2, ...] represents the multidimensional box ...
HitMissTransform[image, ker] gives the hit-and-miss transform of image with respect to the composite structuring element ker.HitMissTransform[image, {ker_1, ker_2, ...}] ...
ImageConvolve[image, ker] gives the convolution of image with kernel ker.
ImageSubtract[image, x] subtracts a constant amount x from each channel value in image.ImageSubtract[image_1, image_2] gives an image in which each pixel is obtained by ...
InstallService["url"] installs the web service operations in the WSDL description at the URL given.InstallService["url", "context`"] installs web service operations, creating ...
LogGammaDistribution[\[Alpha], \[Beta], \[Mu]] represents a log-gamma distribution with shape parameters \[Alpha] and \[Beta] and location parameter \[Mu].
LongestCommonSubsequence[s_1, s_2] finds the longest contiguous subsequence of elements common to the strings or lists s_1 and s_2.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.