Last active
November 1, 2024 13:53
-
-
Save sebjai/574d46939eb6efe9e38fe3dbe0a3dc32 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Sebastian,
Many thanks for sharing your analysis.
I yield an error in the second line as "MO" within 'MSFT_20141103.mat' is not defined.
data = sio.loadmat('MSFT_20141103.mat') # loads the data ok
MO=np.array(LOB['MO'][0][0]*1.0) # returns an error message as "MO" is not stored within data.
Can you please share the link to the .mat file that you process in the notebook?
Many thanks,
Best,
Ben