Computes the F complementary cumulative distribution function (CCDF).
value to evaluate CCDF
degrees of freedom parameter #1
degrees of freedom parameter #2
import mir.test: shouldApprox; 0.50.fCCDF(1, 1).shouldApprox == 0.6081734; 0.75.fCCDF(1, 2).shouldApprox == 0.477767; 0.25.fCCDF(0.5, 4).shouldApprox == 0.4816281; 0.10.fCCDF(2, 1).shouldApprox == 0.9128709;
F Distribution
See Implementation
Computes the F complementary cumulative distribution function (CCDF).