expanding_mean
| Name | Type | Description | Default |
|---|---|---|---|
x | np.ndarray | Input array. | required |
| Type | Description |
|---|---|
| np.ndarray: Array with the expanding statistic |
expanding_std
| Name | Type | Description | Default |
|---|---|---|---|
x | np.ndarray | Input array. | required |
| Type | Description |
|---|---|
| np.ndarray: Array with the expanding statistic |
expanding_min
| Name | Type | Description | Default |
|---|---|---|---|
x | np.ndarray | Input array. | required |
| Type | Description |
|---|---|
| np.ndarray: Array with the expanding statistic |
expanding_max
| Name | Type | Description | Default |
|---|---|---|---|
x | np.ndarray | Input array. | required |
| Type | Description |
|---|---|
| np.ndarray: Array with the expanding statistic |
expanding_quantile
| Type | Description |
|---|---|
ndarray | np.ndarray: Array with the expanding statistic |

