Returns the probability density at x.
The density is zero for non-positive values. For positive values, the density is computed from the normal density applied to the natural logarithm of x, divided by x to account for the change of variable.
Return
the probability density at x. Always non-negative; zero for non-positive values.
Parameters
x
the point at which to evaluate the density.