statsmodels.tsa.deterministic.DeterministicTerm.in_sample¶ abstract DeterministicTerm.in_sample(index)[source]¶ Produce deterministic trends for in-sample fitting. Parameters:¶ indexindex_likeAn index-like object. If not an index, it is converted to an index. Returns:¶ DataFrameA DataFrame containing the deterministic terms. Last update: Oct 03, 2024