quantile_weibull function quantile_weibull(P:Real, k:Real, λ:Real) -> Real Quantile of a Weibull distribution. P: The cumulative probability. k: Shape. λ: Scale. Return: the quantile.