The Part function allows you to access specific parts of Mathematica expressions. But particularly when your expressions have fairly uniform structure, it is often convenient ...
Mathematica 6.0 represented a major new level in Mathematica's distinguished twenty-year history of broad cutting-edge algorithm development. Mathematica's unified ...
HyperbolicDistribution[\[Alpha], \[Beta], \[Delta], \[Mu]] represents a hyperbolic distribution with location parameter \[Mu], scale parameter \[Delta], shape parameter ...
When building an initial statistical model, you may not have a good idea of what parametric distribution family it should come from. Nonparametric distributions make very few ...
ClearAttributes[s, attr] removes attr from the list of attributes of the symbol s.
FullForm[expr] prints as the full form of expr, with no special syntax.
LiouvilleLambda[n] gives the Liouville function \[Lambda](n).
RiemannR[x] gives the Riemann prime counting function R(x).
OpenCLFunction[args] represents a function loaded using OpenCLFunctionLoad.
PowerExpand[expr] expands all powers of products and powers. PowerExpand[expr, {x_1, x_2, ...}] expands only with respect to the variables x_i.