pdf

abstract fun pdf(x: Double): Double

Returns the f(x) where f represents the probability density function for the distribution. Note this is not a probability.

Return

f(x) This should be a strictly positive number

Parameters

x

a double representing the value to be evaluated