![]() |
Project
|
utility functions related to calculating different dataset metrics More...
#include <cstddef>
#include <cmath>
#include <cstdint>
#include <numeric>
#include "rANS/internal/common/utils.h"
#include "rANS/internal/containers/DenseHistogram.h"
#include "rANS/internal/containers/RenormedHistogram.h"
#include "rANS/internal/containers/HistogramView.h"
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::rans |
Functions | |
template<typename source_T > | |
double_t | o2::rans::computeExpectedCodewordLength (const DenseHistogram< source_T > &histogram, const RenormedDenseHistogram< source_T > &rescaledHistogram) |
utility functions related to calculating different dataset metrics
Definition in file utils.h.