Computes the pareto complementary cumulative distribution function (CCDF).
value to evaluate CCDF
scale parameter
shape parameter
import mir.test: shouldApprox; 1.0.paretoCCDF(1, 3).shouldApprox == 1; 2.0.paretoCCDF(1, 3).shouldApprox == 0.125; 3.0.paretoCCDF(2, 4).shouldApprox == 0.1975309;
Pareto Distribution
See Implementation
Computes the pareto complementary cumulative distribution function (CCDF).