Alexandria  2.14.1
Please provide a description of the project.
Classes | Namespaces | Functions
PdfModeExtraction.h File Reference
#include <vector>
#include <tuple>
#include <cstddef>
#include <utility>
#include "XYDataset/XYDataset.h"
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

 Euclid
 
 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)
 

Detailed Description

Date
01/22/18
Author
fdubath

Definition in file PdfModeExtraction.h.