Direction is an option for Limit that specifies the direction in which the limit is taken.
EllipticExpPrime[u, {a, b}] gives the derivative of EllipticExp[u, {a, b}] with respect to u.
FittedModel[...] represents the symbolic fitted model obtained from functions like LinearModelFit.
FontColor is an option for Style, Cell, and related constructs that specifies the default color in which to render text.
MaxExtraBandwidths is an option to SmoothKernelDistribution that controls the behavior outside that data range.
MaxMixtureKernels is an option for SmoothKernelDistribution and related functions that specifies the maximum number and location of kernel functions to use in the estimation.
RotationAction is an option for three-dimensional graphics functions that specifies how to render 3D objects when they are interactively rotated.
Animations can convey much more information than static displays. The built-in Mathematica functions Animate and ListAnimate provide an immediate way to construct animations ...
EmpiricalDistribution[{x_1, x_2, ...}] represents an empirical distribution based on the data values x_i.EmpiricalDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] ...
Kurtosis[list] gives the coefficient of kurtosis for the elements in list.Kurtosis[dist] gives the coefficient of kurtosis for the symbolic distribution dist.