mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.2 KiB
1.2 KiB
GST
Arduino library for Gold Standard Test metrics.
Description
The GST library is experimental.
Links
- https://en.wikipedia.org/wiki/Sensitivity_and_specificity
- https://en.wikipedia.org/wiki/Confusion_matrix
Interface
See .h file
Future
- documentation
- improve
- more links?
- test
- complete the CI test coverage.
- examples
- add real life examples.
- combination with a sensor? batch testing?
- code
- full name functions instead of acronyms. (wrap?)
- is GST a good class name?