statsmodels.tsa.deterministic.DeterministicProcess.range
- 
DeterministicProcess.range(start, stop)[source]
 
Deterministic terms spanning a range of observations
- Parameters:
 
- start{
int, str, dt.datetime, pd.Timestamp, np.datetime64} The first observation.
 
- stop{
int, str, dt.datetime, pd.Timestamp, np.datetime64} The final observation. Inclusive to match most prediction
function in statsmodels.
 
 
- Returns:
 
DataFrameA data frame of deterministic terms
 
 
  
  
    
      Last update:
      Jun 10, 2024