logPdf

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

Returns the natural logarithm of the probability density at x for this Pareto distribution.

Computed directly in log-space: ln(α) + α·ln(xm) - (α+1)·ln(x).

Return

the natural log of the probability density at x.

Parameters

x

the point at which to evaluate the log-density.