|
statcpp
C++17 Header-Only Statistics Library
|
Aggregation result per group. More...
#include <data_wrangling.hpp>
Public Attributes | |
| std::vector< K > | keys |
| Vector of keys. | |
| std::vector< double > | values |
| Vector of aggregated values. | |
Aggregation result per group.
| K | Key type |
Definition at line 480 of file data_wrangling.hpp.
| std::vector<K> statcpp::aggregation_result< K >::keys |
Vector of keys.
Definition at line 481 of file data_wrangling.hpp.
| std::vector<double> statcpp::aggregation_result< K >::values |
Vector of aggregated values.
Definition at line 482 of file data_wrangling.hpp.