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