fn double_exponential_smoothing_impl( values: &[f64], sf: f64, tf: f64, ) -> Option<f64>
Refer to https://github.com/prometheus/prometheus/blob/main/promql/functions.go#L299