smooth.OM.rstandard
- OM.rstandard()
Pearson standardised residuals for the occurrence model.
Formula:
(ot - p) / sqrt(p*(1-p)) * sqrt(n/df)wheredf = n - k(n observations, k estimated parameters).- Return type:
ndarray[tuple[Any,...],dtype[TypeVar(_ScalarT, bound=generic)]]
Parent Class: OM