mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added "docs" for Pareto and Weibull distributions.
This commit is contained in:
parent
f5910e42d1
commit
4f80b65aa6
2 changed files with 16 additions and 0 deletions
|
@ -71,6 +71,14 @@ distribution reduces to a uniform random angle over the range 0 to
|
|||
\code{2*pi}.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{paretovariate}{alpha}
|
||||
Pareto distribution. \var{alpha} is the shape parameter.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{weibullvariate}{alpha, beta}
|
||||
Weibull distribution. \var{alpha} is the scale parameter, and
|
||||
\var{beta} is the shape parameter.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{whrandom}{the standard Python random number generator}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue