eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/meta/iterator.hpp>
#include <numeric>
#include <cmath>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::statistics | |
Functions | |
template<typename ForwardIt > | |
constexpr meta::value_type_t< ForwardIt > | edsp::statistics::entropy (ForwardIt first, ForwardIt last) |
Computes the normalized entropy of the probability mass function given in the range [first, last). More... | |