A library for working with phylogenetic and population genetic data.
v0.27.0
NodeDistanceHistogram Struct Reference

#include <genesis/placement/function/nhd.hpp>

Detailed Description

Simple histogram data structure with equal sized bins.

This struct is used as a fast and light-weight alternative to the proper utils::Histogram class for calculating Node Histogram distances.

Definition at line 75 of file nhd.hpp.

Public Attributes

std::vector< double > bins
 
double max
 
double min
 

Member Data Documentation

◆ bins

std::vector<double> bins

Definition at line 79 of file nhd.hpp.

◆ max

double max

Definition at line 78 of file nhd.hpp.

◆ min

double min

Definition at line 77 of file nhd.hpp.


The documentation for this struct was generated from the following file: