Variance estimation utility.
More...
#include <JPLSpatial/Utilities/Variance.h>
|
| static constexpr T | ComputeFor (std::span< const T > values) noexcept |
| |
| static constexpr T | ComputeSNRFor (std::span< const T > values) noexcept |
| |
template<class T>
class JPL::Variance< T >
Variance estimation utility.
◆ ComputeFor()
template<class T >
| static constexpr T JPL::Variance< T >::ComputeFor |
( |
std::span< const T > | values | ) |
|
|
inlinestaticconstexprnoexcept |
◆ ComputeSNRFor()
template<class T >
| static constexpr T JPL::Variance< T >::ComputeSNRFor |
( |
std::span< const T > | values | ) |
|
|
inlinestaticconstexprnoexcept |
The documentation for this class was generated from the following file: