Skip to main content

QuantileMatrix

Type Alias QuantileMatrix 

Source
pub type QuantileMatrix = Vec<Vec<Vec<f32>>>;
Expand description

[quantile_level][variate][horizon_step] — the output shape every zsfm time-series forecaster produces.

Aliased Type§

pub struct QuantileMatrix { /* private fields */ }