Crate augurs_core
source ·Expand description
§Core functionality for the augurs time series framework.
This crate contains structs and traits that are shared throughout the framework.
Modules§
- Contains an interpolation iterator adapter.
- Common traits and types for time series forecasting models.
Structs§
- A forecast containing point forecasts and, optionally, prediction intervals.
- Forecast intervals.
Traits§
- A new, unfitted time series forecasting model.
- An error produced by a time series forecasting model.
- A fitted time series forecasting model.