| .check_truncation_bounds | R Documentation |
Internal function to validate that L (lower truncation) and D (upper
truncation) parameters are valid. L must be less than D. L may be negative
or -Inf for delay distributions with support below zero.
.check_truncation_bounds(L, D)
L |
Lower truncation bound (may be negative or |
D |
Upper truncation bound |
Invisible NULL if valid, otherwise stops with an error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.