
Focused 2x2 Markovian vs non-Markovian Hawkes comparison
Source:R/tps_hawkes_advanced.R
morie_tps_hawkes_markovian_vs_nonmarkovian.RdFits the four (kernel, baseline) combinations corresponding to the two endpoints of the Kwan-Chen-Dunsmuir framework: classical exponential / constant Markovian, against gamma / sinusoidal non-Markovian. Faster to run than the full 8-way comparison and suitable for dashboard surfaces.
Examples
# \donttest{
df <- morie_tps_load_tps_dataset("Assault", nrows = 2000)
#> morie_tps: no local TPS cache for 'Assault'; using the bundled sample from rmoriedata. Fetch the full export with morie_tps_fetch_category().
rr <- morie_tps_hawkes_markovian_vs_nonmarkovian(df,
ds_name = "Assault")
# }