pdf

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

Returns the probability density at x.

The density is zero for negative values. At zero the behavior depends on shape: the density is infinite when shape is less than 1, equals 1 / scale when shape is exactly 1, and is zero when shape exceeds 1.

Return

the probability density at x. Always non-negative.

Parameters

x

the point at which to evaluate the density.