QuantilePlot[list] generates a plot of quantiles of list against the quantiles of a normal distribution.QuantilePlot[dist] generates a plot of quantiles of the distribution ...
LogisticDistribution[\[Mu], \[Beta]] represents a logistic distribution with mean \[Mu] and scale parameter \[Beta].
There are many functions that are built into Mathematica. This tutorial discusses how you can add your own simple functions to Mathematica. As a first example, consider ...
In many kinds of calculations, you need to set up "arrays" that contain sequences of expressions, each specified by a certain index. One way to implement arrays in ...
MeshFunctions is an option for plotting functions that specifies functions to use to determine the placement of mesh divisions.
Mesh
(Built-in Mathematica Symbol) Mesh is an option for Plot3D, DensityPlot, and other plotting functions that specifies what mesh should be drawn.
RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].
ZetaZero[k] represents the k\[Null]^th zero of the Riemann zeta function on the critical line.ZetaZero[k, t] represents the k\[Null]^th zero with imaginary part greater than ...
With the Text graphics primitive, you can insert text at any position in two- or three-dimensional Mathematica graphics. Unless you explicitly specify a style or font using ...
Mathematica notebooks consist of sequences of cells. The hierarchy of cells serves as a structure for organizing the information in a notebook, as well as specifying the ...