Mathematica 's rich syntax uses different kinds of brackets and braces; familiarity with these aspects lets you read and program efficiently in Mathematica .
BeckmannDistribution[\[Mu]_1, \[Mu]_2, \[Sigma]_1, \[Sigma]_2] represents the Beckmann distribution with means \[Mu]_1 and \[Mu]_2 and standard deviations \[Sigma]_1 and ...
DGaussianWavelet[] represents a derivative of Gaussian wavelet of derivative order 2.DGaussianWavelet[n] represents a derivative of Gaussian wavelet of derivative order n.
Interpolation[{f_1, f_2, ...}] constructs an interpolation of the function values f_i, assumed to correspond to x values 1, 2, ... . Interpolation[{{x_1, f_1}, {x_2, f_2}, ...
Sinc
(Built-in Mathematica Symbol) Sinc[z] gives sinc(z).
SpheroidalQS[n, m, \[Gamma], z] gives the angular spheroidal function QS n, m (\[Gamma], z) of the second kind.
SpheroidalQSPrime[n, m, \[Gamma], z] gives the derivative with respect to z of the angular spheroidal function QS n, m (\[Gamma], z) of the second kind.
GompertzMakehamDistribution[\[Lambda], \[Xi]] represents a Gompertz distribution with scale parameter \[Lambda] and frailty parameter ...
Mathematica provides an extensive, straightforward set of tools to control the appearance of your charts. Whether you are creating chart legends with the symbolic wrapper ...
ExtentSize is an option to DiscretePlot and DiscretePlot3D that specifies how far to extend out from each plot point.