#include <genesis/population/function/fst_cathedral.hpp>
Accumulate the partial pi values for a given window to produce a cathedral plot.
Definition at line 111 of file fst_cathedral.hpp.
Public Member Functions | |
FstCathedralAccumulator (FstCathedralAccumulator &&)=default | |
FstCathedralAccumulator (FstCathedralAccumulator const &)=default | |
FstCathedralAccumulator (FstPoolCalculatorUnbiased::Estimator fst_estimator) | |
~FstCathedralAccumulator ()=default | |
void | accumulate (FstCathedralPlotRecord::Entry const &entry) |
double | aggregate () const |
void | dissipate (FstCathedralPlotRecord::Entry const &entry) |
FstCathedralAccumulator & | operator= (FstCathedralAccumulator &&)=default |
FstCathedralAccumulator & | operator= (FstCathedralAccumulator const &)=default |
void | reset () |
|
inline |
Definition at line 119 of file fst_cathedral.hpp.
|
default |
|
default |
|
default |
void accumulate | ( | FstCathedralPlotRecord::Entry const & | entry | ) |
Definition at line 57 of file fst_cathedral.cpp.
double aggregate | ( | ) | const |
Definition at line 93 of file fst_cathedral.cpp.
void dissipate | ( | FstCathedralPlotRecord::Entry const & | entry | ) |
Definition at line 68 of file fst_cathedral.cpp.
|
default |
|
default |
void reset | ( | ) |
Definition at line 114 of file fst_cathedral.cpp.