Pyrrha-Platform / Pyrrha-Rules-Decision

The Pyrrha (created by Prometeo) solution application for determining thresholds in toxin exposure measured by the sensor device and sent to the cloud from the smartphone carried by the firefighters.
Apache License 2.0
6 stars 4 forks source link

Issue #115 Handle dropouts in the Prometeo sensor data by substituting TWA window-specific averages for missing values #8

Closed JSegrave-IBM closed 4 years ago

JSegrave-IBM commented 4 years ago

Handle dropouts in the Prometeo sensor data by substituting TWA window-specific averages for missing values. Also added a configuration options for specifying the max number of minutes of missing data to treat as an average. This is needed so that Prometeo can understand when the loss of sensor data indicates that the device is off and the current exposure can reasonably be assumed to have reverted to zero.

Improved Documentation to follow.

Linked to https://github.com/Code-and-Response/Prometeo/issues/115

JSegrave-IBM commented 4 years ago

@lidderupk or @narengan - would one of you be OK to review this? Thanks!