Generalized gamma CDF
Constructor
auto cdf = GeneralizedGammaSCDF!double(3, 2, 0.5); auto x = cdf(0.1); assert(isNormal(x));
See Implementation
Generalized gamma CDF