Check if a function is a valid cumulative distribution function (CDF)
Source:R/check.R
check_pdist.Rd
This function tests whether a given function behaves like a valid CDF by checking if it's monotonically increasing and bounded between 0 and 1.
See also
Distribution checking functions
check_dprimary()
,
check_truncation()