Does anyone know if there is python function to compute a rolling geometric mean? Or a way to modify the rolling method to include a geometric mean option?
thanks
I no longer need help on this one although solutions are welcome. I found out that scipy.stats module has a geomean module, I can figure it out from here.