libsequence  1.9.5
nSL.hpp
1 #ifndef __SEQUENCE_SUMMSTATS_NSL_HPP__
2 #define __SEQUENCE_SUMMSTATS_NSL_HPP__
3 
4 /* \file nSL.hpp
5  @brief The nSL statistic of doi: 10.1093/molbev/msu077
6 */
7 
8 #include <Sequence/PolySIM.hpp>
9 #include <unordered_map>
10 #include <tuple>
11 #include <cstdint>
12 
13 namespace Sequence
14 {
29  std::pair<double, double>
30  nSL(const std::size_t &core, const SimData &d,
31  const std::unordered_map<double, double> &gmap
32  = std::unordered_map<double, double>())__attribute__ ((deprecated));
33 }
34 #endif
std::pair< double, double > nSL(const std::size_t &core, const SimData &d, const std::unordered_map< double, double > &gmap=std::unordered_map< double, double >()) __attribute__((deprecated))
Definition: nSL.cc:124
The namespace in which this library resides.
class __attribute__((deprecated)) FST
Functor to count the number of states, excluding gaps and missing data, in a range of characters...
Definition: FST.hpp:41
declaration of Sequence::PolySIM, a class to analyze coalescent simulation data