The number of data points in each window. noverlap : int, default: 0 (no overlap) The overlap between adjacent windows. axis : int The axis along which the windows will run. References ---------- `stackoverflow: Rolling window for 1D arrays in Numpy? `_ `stackoverflow: Using strides for an efficient moving average filter `_ Nr