check_pdist | R Documentation |
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.
check_pdist(pdist, D, ...)
pdist |
Distribution function (CDF). The package can identify base R
distributions for potential analytical solutions. For non-base R functions,
users can apply |
D |
Maximum delay (truncation point). If finite, the distribution is truncated at D. If set to Inf, no truncation is applied. Defaults to Inf. |
... |
Additional arguments to be passed to pdist |
NULL. The function will stop execution with an error message if pdist is not a valid CDF.
Distribution checking functions
check_dprimary()
,
check_truncation()
check_pdist(pnorm, D = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.