Inverse-gamma CDF
Constructor
auto cdf = InverseGammaSCDF!double(3, 2); auto x = cdf(0.1); assert(isNormal(x));
See Implementation
Inverse-gamma CDF