gwinferno.distributions.betadist#
- betadist(xx, alpha, beta, scale=1.0, floor=0.0)[source]#
betadist pdf of Beta distribution evaluated at xx with optional max value of scale:
- Args:
xx (array_like): points to evaluate pdf at alpha (float): alpha shape parameter beta (float): beta shape parameter scale (float, optional): maximum value of support in Beta distribution. Defaults to 1.0. floor (float, optional): lower bound of pdf (Defaults to 0.0)
- Returns:
array_like: pdf evaluated at xx