logp#
- abstractmethod Distribution.logp(value: NDArray[Any] | jnp.ndarray | tf.Tensor | torch.Tensor, **kwargs) NDArray[Any] | jnp.ndarray | tf.Tensor | torch.Tensor[source]#
The log-likelihood of the distribution computed at
value- Parameters:
value (NDArray[Any] | jnp.ndarray | tf.Tensor | torch.Tensor) – The value to compute the log-likelihood at.
**kwargs – Forward compatibility placeholder.
- Returns:
The log-likelihood of the value.
- Return type:
NDArray[Any] | jnp.ndarray | tf.Tensor | torch.Tensor