statsmodels.tsa.deterministic.TimeTrend.in_sample¶ TimeTrend.in_sample(index)[ソース]¶ 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. 最終更新日: 2025年01月28日