Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
PdfModeExtraction.h File Reference
#include "XYDataset/XYDataset.h"
#include <cstddef>
#include <tuple>
#include <utility>
#include <vector>
Include dependency graph for PdfModeExtraction.h:
This graph shows which files directly or indirectly include this file:

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< ModeInfoEuclid::MathUtils::extractNHighestModes (const XYDataset::XYDataset &pdf, double merge_ratio, size_t n)
 
std::vector< ModeInfoEuclid::MathUtils::extractNHighestModes (std::vector< double > &x_sampling, std::vector< double > &pdf_sampling, double merge_ratio, size_t n)
 
std::vector< ModeInfoEuclid::MathUtils::extractNBigestModes (const XYDataset::XYDataset &pdf, double merge_ratio, size_t n)
 
std::vector< ModeInfoEuclid::MathUtils::extractNBigestModes (std::vector< double > &x_sampling, std::vector< double > &pdf_sampling, double merge_ratio, size_t n)
 

Detailed Description

Date
01/22/18
Author
fdubath

Definition in file PdfModeExtraction.h.