logPdf

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

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

Computed directly in log-space for improved numerical precision with extreme values.

Return

the natural log of the probability density at x.

Parameters

x

the point at which to evaluate the log-density.