size samples from a zero-truncated non homogeneous Poisson Point Process (zt-NHPPP) from
(t0, t_max) (thinning method)Sample zero-truncated NHPPP intensity times using the thinning method
ztdraw_intensity_line(
  lambda,
  majorizer_intercept,
  majorizer_slope,
  t_min,
  t_max,
  majorizer_is_loglinear = FALSE,
  atmost1 = FALSE
)a vector of at least 1 event times
(function) the instantaneous rate of the NHPPP.
(double) the intercept (alpha) of the loglinear majorizer function.
(double) the slope (`beta') of the loglinear majorizer function.
(double) the lower bound of the time interval.
(double) the upper bound of the time interval.
(boolean) if TRUE the majorizer is loglinear exp(alpha + beta * t)
boolean, draw at most 1 event time