![]() |
OpenMS
2.5.0
|
Helper class to gather (and dump) some statistics from a e.g. vector<double>. More...
#include <OpenMS/MATH/STATISTICS/StatisticFunctions.h>
Public Member Functions | |
| SummaryStatistics () | |
| SummaryStatistics (T &data) | |
Public Attributes | |
| double | mean |
| double | variance |
| double | lowerq |
| double | median |
| double | upperq |
| T::value_type | min |
| T::value_type | max |
| size_t | count |
Helper class to gather (and dump) some statistics from a e.g. vector<double>.
|
inline |
|
inline |
References SummaryStatistics< T >::count, SummaryStatistics< T >::lowerq, SummaryStatistics< T >::max, OpenMS::Math::mean(), SummaryStatistics< T >::mean, OpenMS::Math::median(), SummaryStatistics< T >::median, SummaryStatistics< T >::min, OpenMS::Math::quantile1st(), OpenMS::Math::quantile3rd(), SummaryStatistics< T >::upperq, OpenMS::Math::variance(), and SummaryStatistics< T >::variance.
| size_t count |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| double lowerq |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| T::value_type max |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| double mean |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| double median |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| T::value_type min |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| double upperq |
Referenced by SummaryStatistics< T >::SummaryStatistics().
| double variance |
Referenced by SummaryStatistics< T >::SummaryStatistics().
1.8.16