barry: Your go-to motif accountant  0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
EXISTS Namespace Reference

Integer constants used to specify which cell should be check to exist or not. More...

Variables

const int BOTH = -1
 
const int NONE = 0
 
const int ONE = 1
 
const int TWO = 1
 
const int UKNOWN = -1
 
const int AS_ZERO = 0
 
const int AS_ONE = 1
 

Detailed Description

Integer constants used to specify which cell should be check to exist or not.

Variable Documentation

◆ AS_ONE

const int EXISTS::AS_ONE = 1

Definition at line 45 of file typedefs.hpp.

◆ AS_ZERO

const int EXISTS::AS_ZERO = 0

Definition at line 44 of file typedefs.hpp.

◆ BOTH

const int EXISTS::BOTH = -1

Definition at line 38 of file typedefs.hpp.

◆ NONE

const int EXISTS::NONE = 0

Definition at line 39 of file typedefs.hpp.

◆ ONE

const int EXISTS::ONE = 1

Definition at line 40 of file typedefs.hpp.

◆ TWO

const int EXISTS::TWO = 1

Definition at line 41 of file typedefs.hpp.

◆ UKNOWN

const int EXISTS::UKNOWN = -1

Definition at line 43 of file typedefs.hpp.