boax.core.distributions.beta.beta#
- boax.core.distributions.beta.beta(a=Array(1., dtype=float32), b=Array(1., dtype=float32))#
Smart constructor for the beta distribution.
- Parameters:
a (
Union[Array,ndarray,bool,number]) – The alpha parameter.b (
Union[Array,ndarray,bool,number]) – The beta parameter.
- Return type:
- Returns:
The Beta distribution object.