> ## Documentation Index
> Fetch the complete documentation index at: https://nixtla-old-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exponentially weighted

# <kbd>module</kbd> `coreforecast.exponentially_weighted`

***

## <kbd>function</kbd> `exponentially_weighted_mean`

```python theme={null}
exponentially_weighted_mean(x: ndarray, alpha: float) → ndarray
```

Compute the exponentially weighted mean of the input array.

**Args:**

* <b>`x`</b> (np.ndarray):  Input array.
* <b>`alpha`</b> (float):  Weight parameter.

**Returns:**

* <b>`np.ndarray`</b>:  Array with the exponentially weighted mean.

***

*This file was automatically generated via [lazydocs](https://github.com/ml-tooling/lazydocs).*
