statsmodels.tsa.deterministic.DeterministicProcess.apply

DeterministicProcess.apply(index)[source]

Create an identical determinstic process with a different index

Parameters:
indexindex_like

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

Returns:
DeterministicProcess

The deterministic process applied to a different index


Last update: Apr 19, 2024