The historical lt_tail_bound() name is retained for compatibility, but its
value is a heuristic tail estimate, not a certified mathematical error bound.
Examples
m <- aci_dyad_model()
sim <- simulate(m, seed = 1, t_end = 2, dt = 0.01)
ob <- as_obs(sim)
tb <- lag_table(m, ob, mode = "forward")
#> Warning: No init$cov supplied; using a diffuse prior. Discard an initial burn-in window when interpreting results.
head(lt_tail_bound(tb))
#> [1] 0 0 0 0 0 0