smooth.OM.predict
- OM.predict(h, X=None, interval='none', level=0.95, side='both', cumulative=False, nsim=10000, occurrence=None, scenarios=False)
Probability forecast for the occurrence model.
Mirrors R’s
forecast.om(R/om.R:1286). Currently onlyinterval="none"is supported; intervals on the probability scale are not implemented yet (matches R behaviour).
Parent Class: OM