Skip to main content

Module forecasting

Module forecasting 

Source
Expand description

Forecasting module with ETS (Error, Trend, Seasonality) models

Re-exports§

pub use engine::ForecastingEngine;
pub use ets_types::ETSErrorType;
pub use ets_types::ETSForecastResult;
pub use ets_types::ETSModel;
pub use ets_types::ETSModelSpec;
pub use ets_types::ETSSeasonalType;
pub use ets_types::ETSState;
pub use ets_types::ETSTrendType;
pub use ets_types::SeasonalityResult;
pub use types::ForecastResult;
pub use types::PredictiveConfig;
pub use types::PredictiveMetadata;
pub use types::PredictiveResults;

Modules§

engine
ets_fitting
ets_forecasting
ets_types
types