MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / DOR

Method DOR

libraries/GST/GST.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218float GST::diagnosticOddsRatio() { return DOR(); };
219float GST::DOR()
220{
221 return LRplus() / LRminus();
222};
223
224
225// -- END OF FILE --

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64