Public Attributes | |
double | max_ll |
s32 | N [MAX_CHANNELS-1] |
u8 | num_dds |
u8 | started |
A struct to be used in a memory pool fold to find the most likely hypothesis. Should be used in fold_mle().
Definition at line 263 of file ambiguity_test.c.
double fold_mle_t::max_ll |
The likelihood of the most likely hypothesis so far.
Definition at line 265 of file ambiguity_test.c.
The most likely hypothesis so far.
Definition at line 267 of file ambiguity_test.c.
The number of double differences in the hypotheses being tested.
Definition at line 266 of file ambiguity_test.c.
Whether the test has actually been started yet.
Definition at line 264 of file ambiguity_test.c.