Skip to contents

Rolling operations

Windowed versions of common mathematical and statistical functions. Each operation comes in three flavors: center-aligned (e.g. roll_mean()), left-aligned (roll_meanl()), and right-aligned (roll_meanr()).

Parallelism

Query the number of threads used for rolling computations.

roll_threads()
Report the Number of Threads Used for Rolling Computations