pdf

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

Computes the probability density at x.

Returns zero for negative values. At x = 0, the density depends on mu: it equals sqrt(2 / (pi * omega)) when mu is 0.5, and is zero when mu is greater than 0.5.

Return

the probability density at x. Always non-negative.

Parameters

x

the point at which to evaluate the density.