RankedMin[list, n] gives the n\[Null]^th smallest element in list.
LindleyDistribution[\[Delta]] represents a Lindley distribution with shape parameter \[Delta].
Method
(Built-in Mathematica Symbol) Method is an option for various algorithm-intensive functions that specifies what internal methods they should use.
EllipticF[\[Phi], m] gives the elliptic integral of the first kind F(\[Phi] \[VerticalSeparator] m).
Mathematica has many powerful features which enable you to solve many kinds of equations.
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
UniformDistribution[{min, max}] represents a continuous uniform statistical distribution giving values between min and max. UniformDistribution[] represents a uniform ...
SubStar
(Built-in Mathematica Symbol) SubStar[expr] displays as expr_*.
Element
(Built-in Mathematica Symbol) Element[x, dom] or x \[Element] dom asserts that x is an element of the domain dom. Element[{x_1, x_2, ...}, dom] asserts that all the x_i are elements of dom. Element[patt, ...
Norm
(Built-in Mathematica Symbol) Norm[expr] gives the norm of a number, vector or matrix. Norm[expr, p] gives the p-norm.