move_sum
move_sum(
data: ndarray ,
window: int ,
axis: int = 0,
engine: str = auto,
**kwargs ,
)-> ‘np.ndarray’
Moving sum filter.
function of dascore.utils.moving | source |
move_sum(
data: ndarray ,
window: int ,
axis: int = 0,
engine: str = auto,
**kwargs ,
)-> ‘np.ndarray’
Moving sum filter.