logdNormal

logdNormal(x)

Log-PDF of a unit-variance centered Normal distribution.

Parameters:
xfloat

Location.

Returns:
logPdffloat

The log-PDF at x.

Examples

>>> import openturns as ot
>>> pdf = ot.DistFunc.logdNormal(3.0)