Statistical distributions have applications in many fields, including the biological, social, and physical sciences. Mathematica represents statistical distributions as ...
DOT
(Mathematica Import/Export Format) DOT graph language and data format. Commonly used exchange format for graphs. Stores a single attributed, directed, or undirected graph. Can contain user-defined graph, edge, ...
XLSX
(Mathematica Import/Export Format) Registered MIME type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Microsoft Excel spreadsheet file. Standard format of Excel 2007 and higher. Also known ...
BetaNegativeBinomialDistribution[\[Alpha], \[Beta], n] represents a beta negative binomial mixture distribution with beta distribution parameters \[Alpha] and \[Beta], and n ...
Cosh
(Built-in Mathematica Symbol) Cosh[z] gives the hyperbolic cosine of z.
Csch
(Built-in Mathematica Symbol) Csch[z] gives the hyperbolic cosecant of z.
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
ExpIntegralE[n, z] gives the exponential integral function E_n (z).
Fit
(Built-in Mathematica Symbol) Fit[data, funs, vars] finds a least-squares fit to a list of data as a linear combination of the functions funs of variables vars.
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.