Computes the pareto inverse cumulative distribution function (InvCDF).
value to evaluate InvCDF
scale parameter
shape parameter
import mir.test: shouldApprox; 0.0.paretoInvCDF(1, 3).shouldApprox == 1; 0.875.paretoInvCDF(1, 3).shouldApprox == 2; 0.8024691.paretoInvCDF(2, 4).shouldApprox == 3;
Pareto Distribution
See Implementation
Computes the pareto inverse cumulative distribution function (InvCDF).