carl  24.04
Computer ARithmetic Library
carl::statistics::Series Class Reference

#include <Series.h>

Public Member Functions

void add (std::size_t n)
 
void collect (std::map< std::string, std::string > &data, const std::string &key) const
 

Private Attributes

std::size_t m_count = 0
 
std::size_t m_sum = 0
 
std::size_t m_min = 0
 
std::size_t m_max = 0
 

Detailed Description

Definition at line 5 of file Series.h.

Member Function Documentation

◆ add()

void carl::statistics::Series::add ( std::size_t  n)
inline

Definition at line 12 of file Series.h.

◆ collect()

void carl::statistics::Series::collect ( std::map< std::string, std::string > &  data,
const std::string &  key 
) const
inline

Definition at line 19 of file Series.h.

Here is the caller graph for this function:

Field Documentation

◆ m_count

std::size_t carl::statistics::Series::m_count = 0
private

Definition at line 6 of file Series.h.

◆ m_max

std::size_t carl::statistics::Series::m_max = 0
private

Definition at line 9 of file Series.h.

◆ m_min

std::size_t carl::statistics::Series::m_min = 0
private

Definition at line 8 of file Series.h.

◆ m_sum

std::size_t carl::statistics::Series::m_sum = 0
private

Definition at line 7 of file Series.h.


The documentation for this class was generated from the following file: