Computes the gamma complementary cumulative distribution function (CCDF).
value to evaluate CCDF
shape parameter
scale parameter
import mir.test: shouldApprox; 2.0.gammaCCDF(5).shouldApprox == 0.947347; 1.0.gammaCCDF(5, 0.5).shouldApprox == 0.947347;
Gamma Distribution
See Implementation
Computes the gamma complementary cumulative distribution function (CCDF).