Computes the pareto probability density function (PDF).
value to evaluate PDF
scale parameter
shape parameter
import mir.test: shouldApprox; 1.0.paretoPDF(1, 3).shouldApprox == 3; 2.0.paretoPDF(1, 3).shouldApprox == 0.1875; 3.0.paretoPDF(2, 4).shouldApprox == 0.2633745;
Pareto Distribution
See Implementation
Computes the pareto probability density function (PDF).