This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).
The Beta distribution over [0, 1].
The Beta distribution is a special case of the Dirichlet distribution, and is related to the Gamma distribution. It has the probability distribution function
where the normalisation, B, is the beta function,
It is often seen in Bayesian inference and order statistics.
Parameters : | a : float
b : float
size : tuple of ints, optional
|
---|---|
Returns : | out : ndarray
|