#include "MillieStd.hpp"
Aller au code source de ce fichier.
Fonctions | |
float | Millie::getMaximum (DataBuffer< float > &buffer) |
retourne le maximum d'un DataBuffer<float> | |
float | Millie::getMinimum (DataBuffer< float > &buffer) |
retourne le minimum d'un DataBuffer<float> | |
float | Millie::getMaximum (std::vector< float > &vect) |
retourne le maximum d'un std::vector<float> | |
float | Millie::getMinimum (std::vector< float > &vect) |
retourne le minimum d'un std::vector<float> | |
float | Millie::getAverage (std::vector< float > &vect) |
retourne la moyenne d'un DataBuffer<float> | |
float | Millie::getVariance (std::vector< float > &vect) |
retourne la variance d'un std::vector<float> | |
float | Millie::getVariance (DataBuffer< float > &buffer) |
retourne la variance d'un DataBuffer<float> | |
float | Millie::getAverage (DataBuffer< float > &buffer) |
retourne la moyenne d'un std::vector<float> |