Quantile function of the generalized gamma distribution
Constructor
auto qf = GeneralizedGammaSQuantile!double(3, 2, 1); auto x = qf(0.1); assert(isNormal(x));
See Implementation
Quantile function of the generalized gamma distribution