pdf

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

Computes the probability density at x using the Levy density formula.

Returns zero for any x less than or equal to mu, since the distribution is supported only on (mu, +infinity).

Return

the probability density at x, zero for x <= mu and positive otherwise.

Parameters

x

the point at which to evaluate the density.