dot-check_truncation_bounds: Validate truncation bounds L and D

.check_truncation_boundsR Documentation

Validate truncation bounds L and D

Description

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.

Usage

.check_truncation_bounds(L, D)

Arguments

L

Lower truncation bound (may be negative or -Inf)

D

Upper truncation bound

Value

Invisible NULL if valid, otherwise stops with an error message.


primarycensored documentation built on June 15, 2026, 5:06 p.m.