You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to use historical values for backfilling, which are processed in some way that is not easily determined. I think best assumption is to manage it as if it was five period moving average.
If we offset the timestamps of historical values by period / 2 = 2.5 minutes
We lose: values contain little bit of future values
We gain: non biased estimator for the raw value at that new timestamp
Gluwave: API: GET glucose
Librelinkup: Discard uploading historical value if there is a value within 2 minutes before or after it.
The text was updated successfully, but these errors were encountered:
Need to use historical values for backfilling, which are processed in some way that is not easily determined. I think best assumption is to manage it as if it was five period moving average.
If we offset the timestamps of historical values by period / 2 = 2.5 minutes
We lose: values contain little bit of future values
We gain: non biased estimator for the raw value at that new timestamp
The text was updated successfully, but these errors were encountered: