Fleet  0.0.9
Inference in the LOT
Classes
MedianFAME.h File Reference

A streaming median class implementing the FAME algorithm Here, we initialize both the step size and M with the current sample http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.7376&rep=rep1&type=pdf. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MedianFAME< T >
 

Detailed Description

A streaming median class implementing the FAME algorithm Here, we initialize both the step size and M with the current sample http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.7376&rep=rep1&type=pdf.

TODO: Should be using FAME NO OS – in paper it does a little better and is faster.