LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
LQRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with state and control weighting ...
NDSolve
(Built-in Mathematica Symbol) NDSolve[eqns, y, {x, x_min, x_max}] finds a numerical solution to the ordinary differential equations eqns for the function y with the independent variable x in the range ...
Probability[pred, x \[Distributed] dist] gives the probability for an event that satisfies the predicate pred under the assumption that x follows the probability distribution ...
SignedRankTest[data] tests whether the median of data is zero. SignedRankTest[{data_1, data_2}] tests whether the median of data_1 - data_2 is zero.SignedRankTest[dspec, ...
NInverseFourierTransform[expr, \[Omega], t] gives a numerical approximation to the inverse Fourier transform of expr evaluated at the numerical value t, where expr is a ...
MiniMaxApproximation[expr, {x, {x_0, x_1}, m, n}] finds the rational polynomial function of x, with numerator order m and denominator order n, that gives a mini-max ...
EulerSum
(Numerical Calculus Package Symbol) EulerSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f using Euler's transformation.EulerSum[f, {i, i_min, i_max, di}] uses a step ...
Animations can convey much more information than static displays. The built-in Mathematica functions Animate and ListAnimate provide an immediate way to construct animations ...