statsmodels.tsa.deterministic.CalendarSeasonality.in_sample

CalendarSeasonality.in_sample(index)[source]

Produce deterministic trends for in-sample fitting.

Parameters:
indexindex_like

An index-like object. If not an index, it is converted to an index.

Returns:
DataFrame

A DataFrame containing the deterministic terms.


Last update: Apr 16, 2024