check_truncation: Check if truncation time is appropriate relative to the maximum delay
Description
This function checks if the truncation time D is appropriate relative to the
maximum delay. If D is much larger than necessary, it suggests
considering setting it to Inf for better efficiency with minimal accuracy
cost.
Usage
check_truncation(delays, D, multiplier = 2)
Value
Invisible NULL. Prints a message if the condition is met.
Arguments
delays
A numeric vector of delay times
D
The truncation time
multiplier
The multiplier for the maximum delay to compare with D.
Default is 2.
See Also
Distribution checking functions
check_dprimary(),
check_pdist()