uvex_transients.models.core.priors.ExponentialPrior.logpmf#
- ExponentialPrior.logpmf(x: NDArray[float64]) NDArray[float64]#
Evaluate the log probability mass function.
- Parameters:
x (
array_like) – Points at which to evaluate the log-pmf.- Returns:
The log-pmf at each point in
x.- Return type:
- Raises:
NotImplementedError – If the distribution is continuous (see
_logpmf()).