Internal function to normalise a primary event censored CDF when truncation is applied. The CDF is normalised using (F(q) - F(L)) / (F(D) - F(L)) and values outside [L, D] are clamped to 0 or 1.
.normalise_cdf(result, q, L, D, pcens_obj, pwindow)Normalised CDF values as a numeric vector
Numeric vector of CDF values to normalise.
Numeric vector of quantiles at which CDF was evaluated.
Numeric lower truncation point
Numeric upper truncation point
A primarycensored object as created by new_pcens().
Secondary event window