statsmodels.tsa.deterministic.TimeTrendDeterministicTerm¶
-
class statsmodels.tsa.deterministic.TimeTrendDeterministicTerm(constant=
True
, order=0
)[source]¶ Abstract Base Class for all Time Trend Deterministic Terms
- Attributes:¶
Methods
in_sample
(index)Produce deterministic trends for in-sample fitting.
out_of_sample
(steps, index[, forecast_index])Produce deterministic trends for out-of-sample forecasts
Properties
Flag indicating that a constant is included
Flag indicating whether the values produced are dummy variables
Order of the time trend
Last update:
Oct 03, 2024