randomstate.prng.mrg32k3a.
beta
(a, b, size=None)¶Draw samples from a Beta distribution.
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: |
|
---|---|
Returns: | out – Drawn samples from the parameterized beta distribution. |
Return type: | ndarray or scalar |