Percent point function (inverse of cdf) at q of the given RV
cdf
double ppfScaled(double q, {double loc = 0.0, double scale = 1.0}) { return ppf(q) * scale - loc; }