Every now and then a discussion pops up about estimating and, naturally, the utility of the Hurst Exponent. Unfortunately it can be kind of computationally expensive to estimate, especially if you were to use it over a large number of securities, i.e. Pipeline. I tried to come up with a vectorised estimating function (or as close as possible) using the non-vector implementation from this repo, which I got to by way of this Quantopian thread.
If someone has a vectorised version already I'd love to see it. What I've got so far provides a pretty significant speed boost, which gets even more significant as the number of time series goes up. Anyhow, some feedback would be nice as I'd like to see what the Hurst has to offer.