Documentation Index
Fetch the complete documentation index at: https://nixtla-old-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.

