idem-lab / epiwave.pipelines

0 stars 3 forks source link

computationally efficient time-varying delay estimation #35

Closed AugustHao closed 8 months ago

AugustHao commented 10 months ago

need to estimate time-varying delays from paired dates data, current approach is to construct a rolling window for paired date delay data, and then getting cdf over those rolling windows. This is computationally expensive, so a long term goal is to find a better way to implement this, but noting that we have something that works in the meantime.

Key points to consider: