Martin Bompaire
Martin Bompaire
(do not merge, still problem plot_hawkes_earthquake_example.py is not compiling: Traceback (most recent call last): File "/Users/travis/build/X-DataInitiative/tick/doc/sphinxext/gen_rst.py", line 885, in generate_file_rst execfile(os.path.basename(src_file), my_globals) File "/Users/travis/build/X-DataInitiative/tick/doc/sphinxext/gen_rst.py", line 48, in execfile exec(code, global_vars,...
Please look at simulated data to know how your data should be formatted. This library is not meant to be used with spatio-temporal as it, see #187 to know how...
Hello, No sadly, there is no such a thing. I could be possible to add it in the simulation process by modifying this function https://github.com/X-DataInitiative/tick/blob/master/lib/cpp/hawkes/simulation/simu_point_process.cpp#L107. But, to separate what was...
Oh yes, they are very welcome :)
To me it is strictly equivalent to assign the simulated event to a node / baseline at simulation time or afterwards, by recalculating the contributions while simulation in finished. Indeed,...
The easiest way to iterate quickly is to test it directly in C++ (for example by modifying this file https://github.com/X-DataInitiative/tick/blob/master/lib/cpp-test/hawkes/simulation/hawkes_simulation.cpp). Otherwise, to speed up the compilations you can use ccache...
That looks great, I would just add a flag to enable / disable this as it can slow down the simulation. Concerning refering to element i,j have you tried doing...
Yes you are right the current intensity flag should be enough.
For example, the link (Source code, png, hires.png, pdf) under this example https://x-datainitiative.github.io/tick/modules/linear_model.html#example
Max integer is `2**31 − 1`. Indeed, maybe we should change the error message... Does `2**30` works ?