pdf

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

Computes the probability density at x.

Returns zero for values outside 0, 1. At the boundaries, the density depends on the shape parameters: it can be zero, finite, or infinite.

Return

the probability density at x. Always non-negative.

Parameters

x

the point at which to evaluate the density.