#include <seriesstatistics.h>
◆ count
| int openswmmvis::plot::SeriesStatistics::count = 0 |
◆ max
| double openswmmvis::plot::SeriesStatistics::max = 0.0 |
◆ mean
| double openswmmvis::plot::SeriesStatistics::mean = 0.0 |
◆ median
| double openswmmvis::plot::SeriesStatistics::median = 0.0 |
◆ min
| double openswmmvis::plot::SeriesStatistics::min = 0.0 |
◆ p05
| double openswmmvis::plot::SeriesStatistics::p05 = 0.0 |
◆ p25
| double openswmmvis::plot::SeriesStatistics::p25 = 0.0 |
◆ p50
| double openswmmvis::plot::SeriesStatistics::p50 = 0.0 |
Same as median, kept for column symmetry.
◆ p75
| double openswmmvis::plot::SeriesStatistics::p75 = 0.0 |
◆ p95
| double openswmmvis::plot::SeriesStatistics::p95 = 0.0 |
◆ stddev
| double openswmmvis::plot::SeriesStatistics::stddev = 0.0 |
Sample standard deviation (N-1 denominator).
◆ sum
| double openswmmvis::plot::SeriesStatistics::sum = 0.0 |
The documentation for this struct was generated from the following file: