date: 2024-11-15
title: BDA-DGIM
status: DONE
author:
- AllenYGY
tags:
- NOTE
- BDA
publish: True
BDA-DGIM
Please describe the mechanism of DGIM. How the error bound is estimated? Is there a way to further reduce this error bound. Submit your response online within the allow time frame.
Mechanism
When a new bit comes in, drop the last (oldest) bucket if its end-time is prior to N time units before the current time.
2 cases: Current bit is 0 or 1
If the current bit is 0:
If the current bit is 1:
Solution
To reduce the error bound in the DGIM algorithm, consider this:
Instead of maintaining 1 or 2 of each size bucket, we allow either r-1 or r buckets (r > 2)