Expand description
Message types for temporal analysis kernels.
Input/output message types for the BatchKernel trait implementations
and Ring kernel messages for K2K communication.
Structsยง
- ARIMA
Forecast Input - Input for ARIMA forecasting.
- ARIMA
Forecast Output - Output from ARIMA forecasting.
- Change
Point Detection Input - Input for change point detection.
- Change
Point Detection Output - Output from change point detection.
- EWMA
Volatility Input - Input for EWMA volatility analysis.
- EWMA
Volatility Output - Output from EWMA volatility analysis.
- Prophet
Decomposition Input - Input for Prophet-style decomposition.
- Prophet
Decomposition Output - Output from Prophet decomposition.
- Seasonal
Decomposition Input - Input for seasonal decomposition.
- Seasonal
Decomposition Output - Output from seasonal decomposition.
- Time
Series Anomaly Detection Input - Input for time series anomaly detection.
- Time
Series Anomaly Detection Output - Output from time series anomaly detection.
- Trend
Extraction Input - Input for trend extraction.
- Trend
Extraction Output - Output from trend extraction.
- Volatility
Analysis Input - Input for volatility analysis.
- Volatility
Analysis Output - Output from volatility analysis.