quantile_inverse_gamma function quantile_inverse_gamma(p:Real, α:Real, β:Real) -> Real Quantile of an inverse-gamma distribution. p: The cumulative probability. α: Shape. β: Scale. Return: the quantile.