Skip to main content

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

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.