CFEL - ASG Software Suite  2.5.0
CASS
Classes | Namespaces
statistics_calculator.hpp File Reference

contains declarations of statistic calculators More...

#include <vector>
#include <iterator>
#include <algorithm>
+ Include dependency graph for statistics_calculator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cass::CummulativeStatisticsCalculator< Type >
 statistics calculator for a cummulative statistic More...
 
class  cass::CummulativeStatisticsNoOutlier< Type >
 statistics calculator for a cummulative statistic, removes outliers More...
 
class  cass::MovingStatisticsCalculator< Type >
 statistics calculator for a exponential moving statistics More...
 
class  cass::MedianCalculator< Type >
 statistics calculator for a median More...
 

Namespaces

 cass
 

Detailed Description

contains declarations of statistic calculators

Author
Lutz Foucar

Definition in file statistics_calculator.hpp.