mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
|
|
||
|
[![Arduino CI](https://github.com/RobTillaart/GST/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
|
||
|
[![Arduino-lint](https://github.com/RobTillaart/GST/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/RobTillaart/GST/actions/workflows/arduino-lint.yml)
|
||
|
[![JSON check](https://github.com/RobTillaart/GST/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/RobTillaart/GST/actions/workflows/jsoncheck.yml)
|
||
|
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobTillaart/GST/blob/master/LICENSE)
|
||
|
[![GitHub release](https://img.shields.io/github/release/RobTillaart/GST.svg?maxAge=3600)](https://github.com/RobTillaart/GST/releases)
|
||
|
|
||
|
|
||
|
# 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?
|