DavisDistribution[b, n, \[Mu]] represents a Davis distribution with scale parameter b, shape parameter n, and location parameter \[Mu].
Eigenvalues[m] gives a list of the eigenvalues of the square matrix m. Eigenvalues[{m, a}] gives the generalized eigenvalues of m with respect to a. Eigenvalues[m, k] gives ...
Enabled
(Built-in Mathematica Symbol) Enabled is an option for objects such as Slider that specifies whether the objects should be enabled for interactive manipulation.
EvenQ
(Built-in Mathematica Symbol) EvenQ[expr] gives True if expr is an even integer, and False otherwise.
n! gives the factorial of n.
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
FisherHypergeometricDistribution[n, n_succ, n_tot, w] represents a Fisher noncentral hypergeometric distribution.
FourierDST[list] finds the Fourier discrete sine transform of a list of real numbers.FourierDST[list, m] finds the Fourier discrete sine transform of type m.
FromContinuedFraction[list] reconstructs a number from the list of its continued fraction terms.
x >= y or x >= y yields True if x is determined to be greater than or equal to y. x_1 >= x_2 >= x_3 yields True if the x_i form a non-increasing sequence.