uvex_transients.models.core.priors.Prior.logpdf#

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

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