double_exponential_smoothing_impl

Function double_exponential_smoothing_impl 

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