Compare Hawkes models across kernel x baseline combinations
Source:R/tps_hawkes_advanced.R
morie_tps_compare_hawkes_kernels.RdFits every supplied (kernel, baseline) combination and ranks by AIC. Mirrors Section 5 of Kwan-Chen-Dunsmuir (2024): the Markovian classical Hawkes is the (exponential, constant) row; the non-Markovian non-stationary models are everything else.
Usage
morie_tps_compare_hawkes_kernels(
df,
ds_name = "?",
max_n = 4000L,
baselines = .TPS_HAWKES_BASELINES,
kernels = .TPS_HAWKES_KERNELS
)Value
A morie_rich_result with a per-combination summary
table, the best (lowest-AIC) combination, and the AIC gap
between the classical Markovian model and the winner.