|
degate 0.1.1
|
#include <vector>#include <algorithm>
Go to the source code of this file.
Namespaces | |
| namespace | degate |
The namespace 'degate' is the namespace for everything that belongs to libdegate. | |
Functions | |
| template<typename T > | |
| T | degate::median (std::vector< T > &v) |
| Calculate the median of a vector. | |
| template<typename T > | |
| T | degate::average (std::vector< T > const &v) |
| Calculate the average of a vector. | |
| template<typename T > | |
| T | degate::standard_deviation (std::vector< T > const &v) |
| Calculate the standard deviation of a vector. | |
1.7.4