module statsforecast.ces
Global Variables
- CACHE
- NOGIL
- NONE
- SIMPLE
- PARTIAL
- FULL
- TOL
- HUGEN
- NA
- smalno
Announcement: Nixtla Enterprise now offers top foundation models, MCP, and agentic capabilities: join the waitlist
statsforecast.cesinitstateinitstate(y, m, seasontype)
optimize_ces_target_fnoptimize_ces_target_fn(
init_par,
optimize_params,
y,
m,
init_states,
n_components,
seasontype,
nmse
)
cesmodelcesmodel(
y: ndarray,
m: int,
seasontype: str,
alpha_0: float,
alpha_1: float,
beta_0: float,
beta_1: float,
nmse: int
)
pegelsfcast_Cpegelsfcast_C(h, obj, npaths=None, level=None, bootstrap=None)
forecast_cesforecast_ces(obj, h, level=None)
auto_cesauto_ces(
y,
m,
model='Z',
alpha_0=None,
alpha_1=None,
beta_0=None,
beta_1=None,
opt_crit='lik',
nmse=3,
ic='aicc'
)
forward_cesforward_ces(fitted_model, y)
Was this page helpful?