API Reference
Expanding
module coreforecast.expanding
function expanding_mean
Compute the expanding_mean of the input array.
Args:
x
(np.ndarray): Input array.
Returns:
np.ndarray
: Array with the expanding statistic
function expanding_std
Compute the expanding_std of the input array.
Args:
x
(np.ndarray): Input array.
Returns:
np.ndarray
: Array with the expanding statistic
function expanding_min
Compute the expanding_min of the input array.
Args:
x
(np.ndarray): Input array.
Returns:
np.ndarray
: Array with the expanding statistic
function expanding_max
Compute the expanding_max of the input array.
Args:
x
(np.ndarray): Input array.
Returns:
np.ndarray
: Array with the expanding statistic
function expanding_quantile
Compute the expanding_quantile of the input array.
Args:
x
(np.ndarray): Input array.p
(float): Quantile to compute.
Returns:
np.ndarray
: Array with the expanding statistic
This file was automatically generated via lazydocs.