BlackBodyProfile[temp_1, temp_2, ...] generates a plot of black-body spectral distribution profiles at the specified temperatures temp_1, temp_2, ....
HotellingTSquareDistribution[p, m] represents Hotelling's T^2 distribution with dimensionality parameter p and m degrees of freedom.
SechDistribution[\[Mu], \[Sigma]] represents the hyperbolic secant distribution with location parameter \[Mu] and scale parameter \[Sigma].
LindleyDistribution[\[Delta]] represents a Lindley distribution with shape parameter \[Delta].
KumaraswamyDistribution[\[Alpha], \[Beta]] represents a Kumaraswamy distribution with shape parameters \[Alpha] and \[Beta].
Ceiling
(Built-in Mathematica Symbol) Ceiling[x] gives the smallest integer greater than or equal to x. Ceiling[x, a] gives the smallest multiple of a greater than or equal to x.
The function NDSolve discussed in "Numerical Differential Equations" allows you to find numerical solutions to differential equations. NDSolve handles both single ...
CharacterEncoding is an option for input and output functions which specifies what raw character encoding should be used.
FontColor is an option for Style, Cell, and related constructs that specifies the default color in which to render text.
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 ...