This commit is contained in:
2024-12-03 13:25:10 +01:00
parent a9ba49505e
commit 034c7231ef
4 changed files with 4 additions and 50 deletions

View File

@@ -35,7 +35,7 @@ float getOverallStandardDeviation();
float getLastReading(int sensorIndex);
bool anomalyDetect(float average, float standardDeviation);
void anomalyDetect(float average, float standardDeviation);
int getOutlierCount();