Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include "XYDataset/XYDataset.h"
#include <cstddef>
#include <tuple>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Euclid::MathUtils::ModeInfo |
Class for storing the information of a PDF mode. More... | |
Namespaces | |
namespace | Euclid |
namespace | Euclid::MathUtils |
Functions | |
std::vector< ModeInfo > | Euclid::MathUtils::extractNHighestModes (const XYDataset::XYDataset &pdf, double merge_ratio, size_t n) |
std::vector< ModeInfo > | Euclid::MathUtils::extractNHighestModes (std::vector< double > &x_sampling, std::vector< double > &pdf_sampling, double merge_ratio, size_t n) |
std::vector< ModeInfo > | Euclid::MathUtils::extractNBigestModes (const XYDataset::XYDataset &pdf, double merge_ratio, size_t n) |
std::vector< ModeInfo > | Euclid::MathUtils::extractNBigestModes (std::vector< double > &x_sampling, std::vector< double > &pdf_sampling, double merge_ratio, size_t n) |
Definition in file PdfModeExtraction.h.