Computes the pareto cumulative distribution function (CDF).
value to evaluate CDF
scale parameter
shape parameter
import mir.test: shouldApprox; 1.0.paretoCDF(1, 3).shouldApprox == 0; 2.0.paretoCDF(1, 3).shouldApprox == 0.875; 3.0.paretoCDF(2, 4).shouldApprox == 0.8024691;
Pareto Distribution
See Implementation
Computes the pareto cumulative distribution function (CDF).