![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
Output for one column. More...
#include <jade.neoscan.hpp>
Public Member Functions | |
value_type | compute_lle_ratio () const |
std::string | to_string () const |
Returns the delta, global_lle, local_lle, and computed log-likelihood ratio converted to high-precision strings and joined by the tab character. The returned string does not include and end-of-line character. More... | |
Data Fields | |
value_type | delta |
The delta. More... | |
value_type | global_lle |
The global lle. More... | |
value_type | local_lle |
The local lle. More... | |
Output for one column.
Definition at line 48 of file jade.neoscan.hpp.
|
inline |
Definition at line 58 of file jade.neoscan.hpp.
|
inline |
Returns the delta, global_lle, local_lle, and computed log-likelihood ratio converted to high-precision strings and joined by the tab character. The returned string does not include and end-of-line character.
Definition at line 71 of file jade.neoscan.hpp.
value_type jade::basic_neoscan< TValue >::output::delta |
The delta.
Definition at line 50 of file jade.neoscan.hpp.
value_type jade::basic_neoscan< TValue >::output::global_lle |
The global lle.
Definition at line 51 of file jade.neoscan.hpp.
value_type jade::basic_neoscan< TValue >::output::local_lle |
The local lle.
Definition at line 52 of file jade.neoscan.hpp.