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