no more USE_RAW option for AR2, added too much complexity and was so jumpy that it created too many false alarms

This commit is contained in:
Jason Calabrese
2016-09-01 00:12:53 -07:00
parent ba08f6452b
commit 38395f55d3
-1
View File
@@ -276,7 +276,6 @@ To learn more about the Nightscout API, visit https://YOUR-SITE.com/api-docs.htm
Generates alarms based on forecasted values. See [Forecasting using AR2 algorithm](https://github.com/nightscout/nightscout.github.io/wiki/Forecasting)
* Enabled by default if no thresholds are set **OR** `ALARM_TYPES` includes `predict`.
* Use [extended settings](#extended-settings) to adjust AR2 behavior:
* `AR2_USE_RAW` (`false`) - to forecast using `rawbg` values when standard values don't trigger an alarm.
* `AR2_CONE_FACTOR` (`2`) - to adjust size of cone, use `0` for a single line.
##### `simplealarms` (Simple BG Alarms)