promql::functions::holt_winters

Function holt_winter_impl

Source
fn holt_winter_impl(values: &[f64], sf: f64, tf: f64) -> Option<f64>
Expand description