ajcr/rolling

Implement rolling mode

Closed this issue · 1 comments

ajcr commented

The mode is the most common observation in the window.

Need to decide how to handle cases where there are two or more equally common values - statistics module raises an error, while pandas returns each item.

I probably prefer pandas' approach here.

ajcr commented

Closed by 4d4c6ea