module coreforecast.exponentially_weighted
function exponentially_weighted_mean
x
(np.ndarray): Input array.alpha
(float): Weight parameter.
np.ndarray
: Array with the exponentially weighted mean.
This file was automatically generated via lazydocs.