HazardFunction[dist, x] gives the hazard function for the symbolic distribution dist evaluated at x.HazardFunction[dist, {x_1, x_2, ...}] gives the multivariate hazard ...
Sin
(Built-in Mathematica Symbol) Sin[z] gives the sine of z.
The first argument given to DSolve is the differential equation, the second argument is the unknown function, and the last argument identifies the independent variable. Here ...
Det
(Built-in Mathematica Symbol) Det[m] gives the determinant of the square matrix m.
Expectation[expr, x \[Distributed] dist] gives the expectation of expr under the assumption that x follows the probability distribution dist. Expectation[expr, x ...
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
Floor
(Built-in Mathematica Symbol) Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.
GeneratingFunction[expr, n, x] gives the generating function in x for the sequence whose n\[Null]^th series coefficient is given by the expression ...
In many kinds of numerical computations, it is convenient to introduce approximate functions. Approximate functions can be thought of as generalizations of ordinary ...
ParetoDistribution[k, \[Alpha]] represents a Pareto distribution with minimum value parameter k and shape parameter \[Alpha].ParetoDistribution[k, \[Alpha], \[Mu]] represents ...