ppf abstract method

double ppf(
  1. double q
)

Percent point function (inverse of cdf) at q of the given RV

Implementation

double ppf(double q);