Returns the probability density at x for this Pareto distribution.
For x ≥ scale: α * xm^α / x^(α+1). Returns 0 for x < scale.
α * xm^α / x^(α+1)
the probability density at x. Always non-negative.
the point at which to evaluate the density.