module coreforecast.exponentially_weighted


function exponentially_weighted_mean

exponentially_weighted_mean(x: ndarray, alpha: float) → ndarray
Compute the exponentially weighted mean of the input array. Args:
  • x (np.ndarray): Input array.
  • alpha (float): Weight parameter.
Returns:
  • np.ndarray: Array with the exponentially weighted mean.

This file was automatically generated via lazydocs.