Mustafa I. Hussain, Ph.D.
Results
2
comments of
Mustafa I. Hussain, Ph.D.
Great, working on a pull request now. Edit: pull request created here: [link to pull request](https://github.com/statsmodels/statsmodels/pull/9571).
Thank you for your code critique. I made the following main changes: - Replaced Python lists with NumPy arrays - Removed zip(), replaced sorted() with np.sort(), other similar changes -...