This package provides an interactive tool for investigating the solutions of differential equations as well as other types of equations that have solutions that can be viewed ...
BetaDistribution[\[Alpha], \[Beta]] represents a continuous beta distribution with shape parameters \[Alpha] and \[Beta].
ChiSquareDistribution[\[Nu]] represents a \[Chi]^2 distribution with \[Nu] degrees of freedom.
GeometricDistribution[p] represents a geometric distribution with probability parameter p.
HypergeometricDistribution[n, n_succ, n_tot] represents a hypergeometric distribution.
LogPlot
(Built-in Mathematica Symbol) LogPlot[f, {x, x_min, x_max}] generates a log plot of f as a function of x from x_min to x_max. LogPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates log plots of several ...
RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].
TreePlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a tree plot of the graph in which vertex v_ik is connected to vertex v_jk.TreePlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
ZipfDistribution[\[Rho]] represents a zeta distribution with parameter \[Rho].ZipfDistribution[n, \[Rho]] represents a Zipf distribution with range n.
The functions described here are among the most commonly used continuous univariate statistical distributions. You can compute their densities, means, variances, and other ...