barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
Data class used to store arbitrary size_t or double vectors. More...
#include <defm-types.hpp>
Public Member Functions | |
DEFMCounterData () | |
DEFMCounterData (const std::vector< size_t > indices_, const std::vector< double > numbers_, const std::vector< bool > logical_, bool is_motif_=true) | |
size_t | idx (size_t i) const |
double | num (size_t i) const |
bool | is_true (size_t i) const |
~DEFMCounterData () | |
Public Attributes | |
std::vector< size_t > | indices |
std::vector< double > | numbers |
std::vector< bool > | logical |
bool | is_motif |
If false, then is a logit intercept. More... | |
Data class used to store arbitrary size_t or double vectors.
Definition at line 66 of file defm-types.hpp.