omitakahiro / Hawkes

a python package for simulation and inference of Hawkes processes.
MIT License
58 stars 18 forks source link

misc.ipynb is showing some errors while running ? #3

Closed tonygracious closed 3 years ago

tonygracious commented 3 years ago

ModuleNotFoundError: No module named 'Hawkes.BasisFunction' So I change it to from Hawkes.tools.BasisFunction import loglinear_COS

then it showed AttributeError: 'loglinear_COS' object has no attribute 'M_BF'

Then I change plot function to plt.plot(x,loglinear.A[:,i],lt[i])

Are these changes correct?

omitakahiro commented 3 years ago

This file was used just for creating figures for a tutorial of this library. Please just ignore this file.