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

Method MK

libraries/GST/GST.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210float GST::markedness() { return MK(); };
211float GST::deltaP() { return MK(); };
212float GST::MK()
213{
214 return PPV() + NPV() - 1;
215};
216
217
218float GST::diagnosticOddsRatio() { return DOR(); };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64