pymc.model.core.Model.point_logps#
- Model.point_logps(point=None, round_vals=2, **kwargs)[source]#
Compute the log probability of point for all random variables in the model.
- Parameters:
- point
Point
, optional Point to be evaluated. If
None
, thenmodel.initial_point
is used.- round_vals
int
, default 2 Number of decimals to round log-probabilities.
- Other keyword arguments
Any other keyword argument are sent provided to
compile_fn()
- point
- Returns:
- log_probability_of_point
dict
Log probability of point.
- log_probability_of_point