pdf

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

Returns the probability density at x for this logistic distribution.

Uses the absolute-value form of the standardized variable to avoid overflow from large exponentials.

Return

the probability density at x. Always non-negative.

Parameters

x

the point at which to evaluate the density.