move_std

function of dascore.utils.moving source

move_std(
    data: ndarray ,
    window: int ,
    axis: int = 0,
    engine: str = auto,
    **kwargs ,
)-> ‘np.ndarray’

Moving standard deviation filter.