VAR#
- class myoverse.transforms.VAR(window_size, stride=None, dim='time', **kwargs)[source]#
Variance over sliding windows (GPU-accelerated).
- Parameters:
Methods
_compute_window(x_unfolded)Compute the window-wise statistic.
Variance over sliding windows (GPU-accelerated).
Methods
|
Compute the window-wise statistic. |