How to compute the cumulative product (or sum) of a Series in Deedle (ideally in c# rather than F#)? Anything smart with Windowing / Aggregation?
Just a reference, i want to code using deedle the equivalent of this line of code in python/pandas
curve['equity_curve'] = (1.0+curve['returns']).cumprod()
Thanks a ton
Cheers, Lamp'