X-DataInitiative / tick

Module for statistical learning, with a particular emphasis on time-dependent modelling
https://x-datainitiative.github.io/tick/
BSD 3-Clause "New" or "Revised" License
484 stars 105 forks source link

Does the tick implement the plot_estimated_intensity function for non-parametric methods #414

Open QiangAIResearcher opened 4 years ago

QiangAIResearcher commented 4 years ago

Hi,

I'd like to compare parametric and non-parametric methods by plotting their estimated intensity on simulated data. However, I find that only HawkesExpKern and HawkesSumExpKern have implemented the plot_estimated_intensity function, and the rest methods haven't. Do you have any plan to do that, or would you please show me any ideas to do that?

Thanks in advance!