uvex_transients.models.core.priors.NormalPrior.logpdf#

NormalPrior.logpdf(x: NDArray[float64]) → NDArray[float64]#

Evaluate the log probability density function.

Parameters:

x (array_like) – Points at which to evaluate the log-density.

Returns:

The log-density at each point in x.

Return type:

numpy.ndarray