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§

Traits§

  • A new, unfitted time series forecasting model.
  • An error produced by a time series forecasting model.
  • A fitted time series forecasting model.