Dividers is an option for Grid and related constructs that specifies where and how to draw divider lines.
EdgeLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
EdgeStyle is an option and property for Graph and related functions that specifies what style to use for edges.
End
(Built-in Mathematica Symbol) End[] returns the present context, and reverts to the previous one.
EstimatedDistribution[data, dist] estimates the parametric distribution dist from data.EstimatedDistribution[data, dist, {{p, p_0}, {q, q_0}, ...}] estimates the parameters ...
Except
(Built-in Mathematica Symbol) Except[c] is a pattern object which represents any expression except one that matches c. Except[c, p] represents any expression that matches p but not c.
Expectation[expr, x \[Distributed] dist] gives the expectation of expr under the assumption that x follows the probability distribution dist. Expectation[expr, x ...
ExponentialDistribution[\[Lambda]] represents an exponential distribution with scale inversely proportional to parameter \[Lambda].
ExponentStep is an option for NumberForm and related functions that determines in what steps exponents are taken to increase when scientific notation is used.
ExportString[expr, " format"] generates a string corresponding to expr exported in the specified format. ExportString[rules, {"format", "Rules"}] gives explicit rules for ...