move_std
move_std(
data: ndarray ,
window: int ,
axis: int = 0,
engine: str = auto,
min_count: int = 1,
ddof: int = 0,
)-> ‘np.ndarray’
Moving standard deviation filter.
| function of dascore.utils.moving | source |
move_std(
data: ndarray ,
window: int ,
axis: int = 0,
engine: str = auto,
min_count: int = 1,
ddof: int = 0,
)-> ‘np.ndarray’
Moving standard deviation filter.