Level
(Built-in Mathematica Symbol) Level[expr, levelspec] gives a list of all subexpressions of expr on levels specified by levelspec. Level[expr, levelspec, f] applies f to the sequence of subexpressions.
Lighter
(Built-in Mathematica Symbol) Lighter[color] represents a lighter version of the specified color. Lighter[color, f] represents a version of the specified color lightened by a fraction f. Lighter[image, ...
LineSpacing is an option for Style and Cell that specifies the spacing between successive lines of text.
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.
LogitModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a binomial logistic regression model of the form 1/(1 + E -(\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + \ ...)) ...
Median
(Built-in Mathematica Symbol) Median[list] gives the median of the elements in list. Median[dist] gives the median of the symbolic distribution dist.
MinStableDistribution[\[Mu], \[Sigma], \[Xi]] represents a generalized minimum extreme value distribution with location parameter \[Mu], scale parameter \[Sigma], and shape ...
NArgMin
(Built-in Mathematica Symbol) NArgMin[f, x] gives a position x_min at which f is numerically minimized.NArgMin[f, {x, y, ...}] gives a position {x_min, y_min, ...} at which f is numerically ...
NevilleThetaC[z, m] gives the Neville theta function \[CurlyTheta]_c (z \[VerticalSeparator] m).
NorlundB[n, a] gives Nørlund polynomials B_n^(a) of degree n in a.NorlundB[n, a, x] gives generalized Bernoulli polynomials B_n^(a)(x).