Expand description
§Core functionality for the augurs time series framework
This crate contains structs and traits that are shared throughout the framework.
Modules§
- prelude
- Common traits and types for time series forecasting models.
Structs§
- Distance
Matrix - A matrix representing the distances between pairs of items.
- Forecast
- A forecast containing point forecasts and, optionally, prediction intervals.
- Forecast
Intervals - Forecast intervals.
Enums§
- NanMin
MaxResult - The result of a call to
nanminmax
.
Traits§
- Fit
- A new, unfitted time series forecasting model.
- Float
Iter Ext - Helper trait for calculating summary statistics on floating point iterators with alternative NaN handling.
- Model
Error - An error produced by a time series forecasting model.
- Predict
- A fitted time series forecasting model.