smooth.OM.actuals

property OM.actuals: NDArray

In-sample actuals.

For a standalone OM, returns the binary 0/1 occurrence indicator. For an OM that has been built as a sub-model of an OMG (flag _is_omg_submodel set by OMG._om_from_side), returns the latent unobservable value the sub-model was implicitly fitting: fitted + residuals — mirrors R’s actuals.omg_submodel (R/omg.R:1748-1756). OM stores residuals additively (ot - fitted) regardless of error type, so the same formula recovers the latent value for both Etype="A" and Etype="M".