Alexandria
2.19
Please provide a description of the project.
|
Go to the documentation of this file.
25 #ifndef _MATHUTILS_PDF_PDFMODEEXTRACTION_H
26 #define _MATHUTILS_PDF_PDFMODEEXTRACTION_H
48 ModeInfo(
double highest_sample,
double mean,
double interpolated,
double area)
This module provides an interface for accessing two dimensional datasets (pairs of (X,...
double getModeArea() const
double getInterpolatedMaxPosition() const
ModeInfo(double highest_sample, double mean, double interpolated, double area)
std::vector< ModeInfo > extractNHighestModes(const XYDataset::XYDataset &pdf, double merge_ratio, size_t n)
double getMeanPosition() const
std::vector< ModeInfo > extractNBigestModes(const XYDataset::XYDataset &pdf, double merge_ratio, size_t n)
double getHighestSamplePosition() const
Class for storing the information of a PDF mode.