MixtureDistribution[{w_1, ..., w_n}, {dist_1, ..., dist_n}] represents a mixture distribution whose CDF is given as a sum of the CDFs of the component distributions dist_i, ...
ListLinePlot[{y_1, y_2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... ListLinePlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
Transformation rules in Mathematica let you set local values for symbols, functions, and all other types of expressions. Using rules provides a powerful and extensible method ...
When derivatives cannot be computed symbolically, "Newton's" method will be used, but with a finite difference approximation to the Jacobian. This can have costs in terms of ...
Mathematica normally makes as few assumptions as possible about the objects you ask it to manipulate. This means that the results it gives are as general as possible. But ...
ParallelMap[f, expr] applies f in parallel to each element on the first level in expr.ParallelMap[f, expr, levelspec] applies f in parallel to parts of expr specified by ...
BenktanderGibratDistribution[a, b] represents a Benktander distribution of type I with parameters a and b.
HalfNormalDistribution[\[Theta]] represents a half-normal distribution with scale inversely proportional to parameter \[Theta].
KDistribution[\[Nu], w] represents a K distribution with shape parameters \[Nu] and w.