Helper class to gather statistics and compute the biased variance.
More...
#include <HitSummaryDataUtils.h>
Helper class to gather statistics and compute the biased variance.
Definition at line 235 of file HitSummaryDataUtils.h.
◆ add()
void ActsTrk::detail::SumOfValues::add |
( |
double |
value | ) |
|
|
inline |
◆ biasedVariance()
double ActsTrk::detail::SumOfValues::biasedVariance |
( |
| ) |
const |
|
inline |
◆ meanAndBiasedVariance()
std::array<double,2> ActsTrk::detail::SumOfValues::meanAndBiasedVariance |
( |
| ) |
const |
|
inline |
◆ reset()
void ActsTrk::detail::SumOfValues::reset |
( |
| ) |
|
|
inline |
◆ m_n
unsigned int ActsTrk::detail::SumOfValues::m_n =0u |
|
private |
◆ m_sum
double ActsTrk::detail::SumOfValues::m_sum = 0. |
|
private |
◆ m_sum2
double ActsTrk::detail::SumOfValues::m_sum2 = 0. |
|
private |
The documentation for this class was generated from the following file:
void mean(std::vector< double > &bins, std::vector< double > &values, const std::vector< std::string > &files, const std::string &histname, const std::string &tplotname, const std::string &label="")