模块 coreforecast.exponentially_weighted


函数 exponentially_weighted_mean

exponentially_weighted_mean(x: ndarray, alpha: float) → ndarray

计算输入数组的指数加权平均值。

参数

  • x (np.ndarray): 输入数组。
  • alpha (float): 权重参数。

返回值

  • np.ndarray: 包含指数加权平均值的数组。

此文件由 lazydocs 自动生成。