Documentation Index
Fetch the complete documentation index at: https://nixtla-old-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.

