smooth.OM.point_lik
- OM.point_lik(log=True)
Per-observation log-likelihood of the occurrence model.
Bernoulli contribution of each observation:
log(p_t)when the event occurred (o_t = 1) andlog(1 - p_t)otherwise, wherep_tis the fitted occurrence probability. Mirrors R’spointLik.om(R/methods.R:598).sum(point_lik())equalsloglik. Withlog=Falsethe densities themselves are returned.- Return type:
NDArray
Parent Class: OM