> ## 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.

# Expanding

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

***

## <kbd>function</kbd> `expanding_mean`

```python theme={null}
expanding_mean(x: ndarray) → ndarray
```

Compute the expanding\_mean of the input array.

**Args:**

* <b>`x`</b> (np.ndarray):  Input array.

**Returns:**

* <b>`np.ndarray`</b>:  Array with the expanding statistic

***

## <kbd>function</kbd> `expanding_std`

```python theme={null}
expanding_std(x: ndarray) → ndarray
```

Compute the expanding\_std of the input array.

**Args:**

* <b>`x`</b> (np.ndarray):  Input array.

**Returns:**

* <b>`np.ndarray`</b>:  Array with the expanding statistic

***

## <kbd>function</kbd> `expanding_min`

```python theme={null}
expanding_min(x: ndarray) → ndarray
```

Compute the expanding\_min of the input array.

**Args:**

* <b>`x`</b> (np.ndarray):  Input array.

**Returns:**

* <b>`np.ndarray`</b>:  Array with the expanding statistic

***

## <kbd>function</kbd> `expanding_max`

```python theme={null}
expanding_max(x: ndarray) → ndarray
```

Compute the expanding\_max of the input array.

**Args:**

* <b>`x`</b> (np.ndarray):  Input array.

**Returns:**

* <b>`np.ndarray`</b>:  Array with the expanding statistic

***

## <kbd>function</kbd> `expanding_quantile`

```python theme={null}
expanding_quantile(x: ndarray, p: float) → ndarray
```

Compute the expanding\_quantile of the input array.

**Args:**

* <b>`x`</b> (np.ndarray):  Input array.
* <b>`p`</b> (float):  Quantile to compute.

**Returns:**

* <b>`np.ndarray`</b>:  Array with the expanding statistic

***

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