Simulate censored survival-style tail data
sim_survival_tail.RdGenerate event times, censoring times, an event indicator, and covariates for examples where right tail behavior and positive support matter.
Details
Event times are sampled from an exponential model with covariate-dependent mean, then censored by an independent uniform censoring time. The observed time is $$ \tilde{T} = \min(T, C), \qquad \Delta = I(T \le C). $$
This helper is mainly for experimentation and stress-testing positive-support kernels; it does not implement a dedicated survival model from the package API.
See also
sim_bulk_tail(), build_nimble_bundle(), dpmgpd().
Other simulation helpers:
sim_bulk_tail(),
sim_causal_qte()