smooth.OMG.point_lik

OMG.point_lik(log=True)

Per-observation log-likelihood of the coupled occurrence model.

Bernoulli contribution of each observation against the coupled fitted probability: log(p_t) when o_t = 1 and log(1 - p_t) otherwise. Mirrors R’s pointLik.om dispatched on an omg object (R/methods.R:598), so sum(point_lik()) equals loglik.

Return type:

NDArray


Parent Class: OMG