boax.core.distributions.normal.logpdf

Contents

boax.core.distributions.normal.logpdf#

boax.core.distributions.normal.logpdf(normal, x)#

Log probability density function.

Parameters:
  • mvn – The normal distribution.

  • values – The values to evaluate.

Return type:

Union[Array, ndarray, bool, number]

Returns:

The log probability density function values.