move_std

function of dascore.utils.moving source

move_std(
    data: ndarray ,
    window: int ,
    axis: int = 0,
    engine: Literal[‘auto’, ‘scipy’, ‘bottleneck’] = auto,
    min_count: int = 1,
    ddof: int = 0,
)-> ‘np.ndarray’

Moving standard deviation filter.