gwinferno.distributions.powerlaw_pdf#
- powerlaw_pdf(xx, alpha, low, high, floor=0.0)[source]#
powerlaw_pdf pdf of sharp truncated powerlaw:
- Args:
xx (array_like): points to evaluate pdf at alpha (float): power law index low (float): low end truncation bound high (float): high end truncation bound floor (float, optional): lower bound of pdf (Defaults to 0.0)