FindInstance[expr, vars] finds an instance of vars that makes the statement expr be True. FindInstance[expr, vars, dom] finds an instance over the domain dom. Common choices ...
HyperbolicDistribution[\[Alpha], \[Beta], \[Delta], \[Mu]] represents a hyperbolic distribution with location parameter \[Mu], scale parameter \[Delta], shape parameter ...
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
ParameterMixtureDistribution[dist[\[Theta]], \[Theta] \[Distributed] wdist] represents a parameter mixture distribution where the parameter \[Theta] is distributed according ...
ProductDistribution[dist_1, dist_2, ...] represents the joint distribution with independent component distributions dist_1, dist_2, ....
This gives a result for the integral of x^n that is valid for almost all values of n. For the special case of x^-1, however, the correct result is different. The overall goal ...
A real polynomial system is an expression constructed with polynomial equations and inequalities combined using logical connectives and quantifiers and
Mathematica supports an extremely wide range of mathematical notation, although often it does not assign a predefined meaning to it. Thus, for example, you can enter an ...
This section is designed to discuss how to make compiled functions run efficiently. It will cover features that make them run faster, as well as problems that can make them ...
The Mathematica function Integrate[f,x] gives you the indefinite integral ∫f dx. You can think of the operation of indefinite integration as being an inverse of ...