statsmodels.tsa.deterministic.DeterministicProcess.apply¶
- DeterministicProcess.apply(index)[ソース]¶
Create an identical determinstic process with a different index
- Parameters:¶
- index
index_like An index-like object. If not an index, it is converted to an index.
- index
- Returns:¶
DeterministicProcessThe deterministic process applied to a different index
最終更新日:
2025年01月28日