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