Skip to main content

expanding_mean

expanding_mean(x)
Compute the expanding_mean of the input array. Parameters:
NameTypeDescriptionDefault
xnp.ndarrayInput array.required
Returns:
TypeDescription
np.ndarray: Array with the expanding statistic

expanding_std

expanding_std(x)
Compute the expanding_std of the input array. Parameters:
NameTypeDescriptionDefault
xnp.ndarrayInput array.required
Returns:
TypeDescription
np.ndarray: Array with the expanding statistic

expanding_min

expanding_min(x)
Compute the expanding_min of the input array. Parameters:
NameTypeDescriptionDefault
xnp.ndarrayInput array.required
Returns:
TypeDescription
np.ndarray: Array with the expanding statistic

expanding_max

expanding_max(x)
Compute the expanding_max of the input array. Parameters:
NameTypeDescriptionDefault
xnp.ndarrayInput array.required
Returns:
TypeDescription
np.ndarray: Array with the expanding statistic

expanding_quantile

expanding_quantile(x, p)
Compute the expanding_quantile of the input array. Parameters:
NameTypeDescriptionDefault
xndarrayInput array.required
pfloatQuantile to compute.required
Returns:
TypeDescription
ndarraynp.ndarray: Array with the expanding statistic