Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function for plotting hawkes process intensity for a given event stream #525

Open
HaochenWang1243 opened this issue Oct 3, 2024 · 1 comment

Comments

@HaochenWang1243
Copy link

Hi. I'm wondering if there's a function for plotting the intensity of a hawkes model over a given event stream?
I think this is very helpful to closely analyze the behavior of the event stream and see whether it's proper to model it as a hawkes process

@Mbompr
Copy link
Contributor

Mbompr commented Oct 3, 2024

That should work by using set_timestamps method from Simulation objects (see

def set_timestamps(self, timestamps, end_time=None):
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants