pdf

open override fun pdf(x: Double): Double(source)

Returns the probability density at x for this Pareto distribution.

For x ≥ scale: α * xm^α / x^(α+1). Returns 0 for x < scale.

Return

the probability density at x. Always non-negative.

Parameters

x

the point at which to evaluate the density.