Josh Day

Results 97 comments of Josh Day
trafficstars

I don't think I want OnlineStats to handle units of time when `TimeType` already exists for that purpose. That being said, there doesn't seem to be a simple way to...

Hmm okay. I think I'm still missing one piece. This is from the `MovingTimeWindow` docstring. What takes the place of `now()` for other data types? Or would the interval be...

Ah, okay! I'm with you now! I think it would make the most sense as a new type, `MovingOrderedWindow`? Or maybe I should figure out the right abstractions so that...

I think the only OnlineStat for correlated data is `AutoCov`. Also, the weighting allows you to essentially do moving window calculations with any OnlineStat. I don't have any plans for...

That seems like a fair assumption. The `_merge!` method would need to change to handle the timestamp ordering. What kind of interop are you thinking of?

Sorry for the slow response! I'd be happy with changing `MovingTimeWindow` to assume all of the inputs are sorted. I agree with wanting to avoid a new dependency. Is this...

Yeah, I think I'm okay with that, although I do like the instant feedback of the density in the show methods. Would supporting DensityInterface be sufficient for your use case?...

That would be great! I'm traveling this week so my availability is limited.

Sure. You had a PR but it needed some changes. Feel free to reopen it