Skip to content

Instantly share code, notes, and snippets.

@flare9x
flare9x / rolling_RS_hurst.jl
Created June 12, 2018 01:49
Rolling R/S Hurst Exponent
####################################################################################
# Rolling Hurst
####################################################################################
# initialize outputs
m = Array{Float64}(length(d_es_close),0)
log_n_out = m
out_RS = m
# Set lags (range or specific)