pub fn calculate_ema_vectorized(data: &[f64], alpha: f64) -> Vec<f64>
Calculate exponential moving average with vectorization