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§

prelude
Common traits and types for time series forecasting models.

Structs§

DistanceMatrix
A matrix representing the distances between pairs of items.
Forecast
A forecast containing point forecasts and, optionally, prediction intervals.
ForecastIntervals
Forecast intervals.

Enums§

NanMinMaxResult
The result of a call to nanminmax.

Traits§

Fit
A new, unfitted time series forecasting model.
FloatIterExt
Helper trait for calculating summary statistics on floating point iterators with alternative NaN handling.
ModelError
An error produced by a time series forecasting model.
Predict
A fitted time series forecasting model.