When you set up mathematical formulas, you often have to introduce various kinds of local objects or "dummy variables". You can treat such dummy variables using modules and ...
Low-level functions for converting between expressions and boxes. MakeBoxes generates boxes without evaluating its input. MakeExpression interprets boxes but uses ...
If the front end activation dialog box appears when you launch Mathematica, either Mathematica could not locate the mathpass file or there was no valid password in the ...
Mathematica includes many controls and structures related to controls as part of its core language. These control objects are supported in a completely seamless way ...
The Mathematica functions Reduce, Resolve, and FindInstance allow you to solve a wide variety of problems that can be expressed in terms of equations and inequalities. The ...
KernelMixtureDistribution[{x_1, x_2, ...}] represents a kernel mixture distribution based on the data values x_i.KernelMixtureDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...
This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
DensityPlot[f, {x, x_min, x_max}, {y, y_min, y_max}] makes a density plot of f as a function of x and y.
OrderDistribution[{dist, n}, k] represents the k\[Null]^th-order statistics distribution for n observations from the distribution dist.OrderDistribution[{dist, n}, {k_1, k_2, ...
ParameterMixtureDistribution[dist[\[Theta]], \[Theta] \[Distributed] wdist] represents a parameter mixture distribution where the parameter \[Theta] is distributed according ...