MovingMedian.h File Reference
#include <bqvec/Allocators.h>
#include <bqvec/VectorOps.h>
#include <algorithm>
#include <iostream>
#include <stdexcept>
Include dependency graph for MovingMedian.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MovingMedian< T >
 Obtain the median (or other percentile) of a moving window across a time series. More...