Hacker News new | ask | show | jobs
by yeahboats 1426 days ago
I think what you really want to do is randomize A or B within each 30m (or 5m) interval. This is basically switchback testing. Door dash has a nice write-up here: https://doordash.engineering/2018/02/13/switchback-tests-and...
2 comments

Yep - we've run many switchback tests so I'm happy to chat more about it. It's a lot more akin to what you're building here, from a stats point of view.
Oh right, that's actually a better technique! Thanks for the idea.