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 anOMG(flag_is_omg_submodelset byOMG._om_from_side), returns the latent unobservable value the sub-model was implicitly fitting:fitted + residuals— mirrors R’sactuals.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 bothEtype="A"andEtype="M".