Beta#
- class Beta(alpha, beta, lower_bound, upper_bound)[source]#
Bases:
ContinuousDistributionClass for the four-parameteric beta distribution.
- Parameters:
alpha (float)
beta (float)
lower_bound (float)
upper_bound (float)
Bases: ContinuousDistribution
Class for the four-parameteric beta distribution.
alpha (float)
beta (float)
lower_bound (float)
upper_bound (float)