logPdf

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

Computes the natural logarithm of the probability density at x.

Return

the natural log of the density at x, or Double.NEGATIVE_INFINITY if x is outside the support.

Parameters

x

the point at which to evaluate the log-density.