Skip to main content

exponentially_weighted_mean

exponentially_weighted_mean(x, alpha)
Compute the exponentially weighted mean of the input array. Parameters:
NameTypeDescriptionDefault
xndarrayInput array.required
alphafloatWeight parameter.required
Returns:
TypeDescription
ndarraynp.ndarray: Array with the exponentially weighted mean.