Course Name: Momentum Trading Strategies, Section No: 12, Unit No: 11, Unit type: Notebook
In the function 'get_hurst' we call 'compute_Hc' with the standard keyword argument 'simplified=True' (see line 164 here: this https://github.com/Mottl/hurst/blob/master/hurst/__init__.py).
Why do we not call 'compute_Hc' with simplified = False as this is the calculation-logic we defined in Section 12, unit 7?
Thanks for your answer