chronax.theta_model
Theta Model — JAX-accelerated implementation.
ModelType
chronax.theta_model.ModelType
Integer constants and name maps for Theta model variants.
Attributes
| Name | Type | Description |
|---|---|---|
STM |
int |
Standard Theta Method (theta fixed at 2.0). |
OTM |
int |
Optimized Theta Method (theta optimized). |
DSTM |
int |
Dynamic Standard Theta Method (dynamic An/Bn, theta fixed at 2.0). |
DOTM |
int |
Dynamic Optimized Theta Method (dynamic An/Bn, theta optimized). |
Re-exported Symbols
The user-facing forecaster classes Theta and AutoTheta are re-exported from chronax.theta_model.auto_theta. Their full API documentation is available in that module reference.